/* ---------------------------------------------------------
■ 基本レイアウト
--------------------------------------------------------- */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

/* ---------------------------------------------------------
■ 見出し
--------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
}


/* ---------------------------------------------------------
■ リンク色（ページ全体）
--------------------------------------------------------- */

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }

#header a { color: #333; text-decoration: none; }
#header a:hover { color: #999; }

/* ---------------------------------------------------------
■ ページレイアウト
--------------------------------------------------------- */

body {
	width: 820px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 0.9em;
	color: #333;
	background: #fff;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック";
	position: relative;
}

/* ---------------------------------------------------------
■ ヘッダー（レイアウト）
--------------------------------------------------------- */

#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 80px;
	text-align: left;
	background: #fff;
}

#entry #header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 280px;
	text-align: left;
	background: #fff ;
	border-bottom: 1px solid #ccc ;
}

/* ---------------------------------------------------------
■ ヘッダー（サイトタイトル）
--------------------------------------------------------- */

#header h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.25;
	position:absolute; top: 20px; left: 30px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	color: #666;
}

#entry #header h1 {
	margin: 0;
	width: 400px;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.25;
	position:absolute; top: 70px; left: 30px;
	text-align: left;
	font-family: "HGP明朝E", "ヒラギノ明朝 Pro W3", "HG明朝B";
	font-weight: bold;
	color: #c40000;
}

/* ---------------------------------------------------------
■ バナー
--------------------------------------------------------- */

#banner {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	width: auto;
	min-height: 100px;
	_height: 100px;
	background: url(img/biyou1.jpg) top;
height:265px;
position: relative;


	border: 0px dotted #ccc;
}

#banner div {
	position: relative;
	margin: 0;
	padding: 10px;
       width:400px;
font-size: 1.3em
}

/* ---------------------------------------------------------
■ バナー内部テキスト
--------------------------------------------------------- */

#banner h2{
	color: #333;
	font-size: 1.6em;
	margin: 0 0 5px;
	border-bottom: 1px dotted #ccc;
}

#banner p {
	margin: 0 ;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.25;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	color: #333;
	text-align: left;
	letter-spacing: 0;
	background: none ;
}

/* ---------------------------------------------------------
■ カテゴリーバナー
--------------------------------------------------------- */

#banner2 {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	width: auto;
	min-height: 100px;
	_height: 100px;
	background: top;
height:265px;
position: relative;
;
}

#banner2 div {
	position: relative;
	margin: 0;
	padding: 10px;
       width:450px;
font-size: 1.3em
}

/* ---------------------------------------------------------
■ カテゴリーバナー内部テキスト
--------------------------------------------------------- */

#banner2 h2{
	color: #333;
	font-size: 1.6em;
	margin: 15px 0 5px 55px;

}

#banner2 h3{
	color: #333;
	font-size: 1.6em;
	margin: 15px 0 5px 55px;

}

#banner2 p {
	margin: 15px 0 5px 55px;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.25;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	color: #333;
	text-align: left;
	letter-spacing: 0;
	background: none ;
}



/* ---------------------------------------------------------
■ メインコンテンツ全体 基本レイアウト
--------------------------------------------------------- */

#container {
	position: relative;
	width: 780px;
	_width: 800px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	background: #fff;
}


#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* ---------------------------------------------------------
■ メインコンテンツ基本レイアウト（記事部分）
--------------------------------------------------------- */

#main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 550px;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

#main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#entry #main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border: 1px solid #fff;
}

/* ---------------------------------------------------------
■ メインコンテンツ基本レイアウト（サイドメニュー）
--------------------------------------------------------- */

#side { 
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	text-align: left;
	width: 200px;
	padding: 0;
	margin: 10px 0 0;
}

/* ---------------------------------------------------------
■ 記事部分見出し
--------------------------------------------------------- */

.header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 10px 0;
	line-height: 1.25;
	padding: 15px 10px;
	font-size: 1.6em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	text-align: center;
	clear: both;
	color: #c40000;
	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
}

.header1 {
	/* ie win (5, 5.5, 6) bugfix */
	margin: 0;
	line-height: 1.25;
	padding: 20px 5px 10px 10px;
	font-size: 1.4em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	text-align: left;
	clear: both;
	border-left: 5px solid #ffcc00;
	letter-spacing: 0.2em;
}

.header2 {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 30px 0 5px;
	line-height: 1.25;
	padding: 10px;
	font-size: 1.5em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	text-align: left;
	clear: both;
	border-bottom: 1px dotted #999;
	color: #003399;
}

.header a, .header2 a  { text-decoration: none; }

/* ---------------------------------------------------------
■ 記事部分コンテンツ
--------------------------------------------------------- */

p {
	margin: 15px 0;
	padding: 0;
}

.entry {
	line-height: 1.5;
	margin: 10px;
	padding-bottom: 10px; 
	border-bottom: 1px dotted #dcdcdc;
}


#entry #main .entry {
	margin: 30px 70px;
	font-family: "Arial, Helvetica, sans-serif";
	line-height: 1.5;
	font-size: 1.2em;
	border-bottom: none;
}

.entry1 {
	_width: 100%;
	margin: 2px 0 10px 0;
	border: 1px dotted #ffcc00;
	background: #fffff0;
	min-height: 90px;
	padding: 0px 15px;
}

.entry1 .img {margin: 10px 20px 15px 10px; border: 0px solid #ccc;}

.content {
	line-height: 1.5;
	margin: 5px 0;
	padding:  0 0  5px 5px; 
	border-bottom: 1px dotted #dcdcdc;
	font-size: 0.9em;
}

.entry1 p.more {
	text-align: right;
	line-height: 30px;
	padding-right: 5px;
	margin: 0 0 5px 0 ;
	}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */

#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 150px;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	background: #fff;
}

#footer p { margin: 0; padding: 0; }

.copy { 
	margin: 0;
	padding: 30px 0 0;
	color: #666;
	font-size: 0.9em;
}

.f-navi {
	text-align: center;
	padding: 10px;
}

/* ---------------------------------------------------------
■ サイドメニュー内部
--------------------------------------------------------- */

#side ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

#side li {
	width: 200px; 
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #ccc;
}

#side li a {
	width: auto; 
	_width: 100%; 
	font-size: 0.9em;
	padding: 8px 3px 8px 10px;
	color: #666;
	display: block;
	line-height: 1.5;
	margin: 2px 0 1px;
	text-decoration: none;
	border-left: 5px solid #ccc;
	background: #f5f5f5;
}

#side li a:hover {
	color: #cc0000;
	border-left: 5px solid #ff9900;
	background: #ffcc00;
}

#side li.sidetitle {
	width: auto;
	height: 38px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	line-height: 36px;
	display: block; 
	background: #fff;
	border-left: none;
	text-indent: 10px;
}

#side li.sidetitle a {
	width: auto;
	height: 38px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	line-height: 36px;
	display: block; 
	background: #fff;
	border-left: none;
	text-indent: 10px;
}

#side li.sidetitle a:hover {
	background: #ffcc00;
	border-left: none;
}

/* ---------------------------------------------------------
■ コンテンツ装飾
--------------------------------------------------------- */

.box {
	position: relative;
	width: auto;
	_width: 100%;
	line-height: 1.5;
	margin: 15px 10px;
	padding: 0;
	font-size: 0.9em;
	border: 1px solid #dcdcdc;
	background: #f8f8f8;
}

#main .box p {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 3px 0 3px 5px;
	background: #fff;
}

.box ul {
	margin: 10px 0 10px 25px;
	padding: 0;
	line-height: 1.5;
}

.more { text-align: right; }

.more a {
	min-height: 30px;
	_height: 30px;
	margin: 0;
	padding: 0;
}


.gotop {
	height: 18px;
	text-align: right;
	margin: 15px;
	padding: 0;
	clear: both;
}

.adr {
	margin: 0;
	padding: 0;
	width: 500px;
	min-height: 500px;
}

.center { text-align: center; }

.b {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.2em;
}

.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }

img { border: none; }

table {
	font-size: 0.8em;
	margin: 0;
	background: #ccc;
}
td { background: #fff;}

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.line { background: #ffff00; } /* 背景マーカー処理 */ 
.u { border-bottom: 1px solid; } /* 下線 */ 
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 

.rnk {
	font-size:2em;
	display:;
	color:#c40000;
	font-family: "Arial Black","Trebuchet MS";

}

/*---------------------
画像の装飾
---------------------*/

.photo{
margin:10px;
position:relative;
}

/*-----------------------
画像にpinをさす
-------------------------*/

.photo span.pin{
width:20px;
height:22px;
display:block;
position:absolute;
top:-13px;
left:70px;
background: url(images/pin.png) no-repeat;
	z-index: 4;
}

/*-----------------------
画像の上に透明テープを貼る
-------------------------*/


.photo span.tape1{
width:77px;
height:27px;
display:block;
position:absolute;
top:-12px;
left:35px;
background: url(images/tape.png) no-repeat;
}

/*-----------------------
画像の上に茶色テープを貼る
-------------------------*/

.photo span.tape2{
width:77px;
height:27px;
display:block;
position:absolute;
top:-12px;
left:30px;
background: url(images/tape2.png) no-repeat;
}


/*-----------------------
画像の左上にクリップをつける
-------------------------*/

.photo span.clip1 {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -5px;
	left: -2px;
	background: url(images/paper-clip.png) no-repeat;
	z-index: 3;
}

.photo span.gold {
	width: 216px;
	height: 166px;
	display: block;
	position: absolute;
	top: -17px;
	left: -18px;
	background: url(images/gold-frame.png) no-repeat;
}

.photo span.cut {
	width: 189px;
	height: 137px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url(images/cut-corner.png) no-repeat;
}


/*-----------------------
画像の左上にミニクリップをつける
-------------------------*/
.photo span.clip2 {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -3px;
	left: 9px;
	background: url(images/paper-clip-mini.png) no-repeat;
	z-index: 3;

}

.photo emc2 {
	background: #fff;
	color: #000;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	border: 1px solid #999;

}
.photo a {
	text-decoration: none;
	color: #000;
}
.photo a:hover em {
	display: block;
}

.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}

.photo emc1 {
	background: #fff;
	color: #000;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	border: 1px solid #999;

}

.photo em {
	width: 102px;
	background: url(images/bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -2px;
	left: 50px;
	font-style: normal;
	text-align: center;
}

.photo .bg {
	background: url(images/cork-bg.png) no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;

}


/*-----------------------
茶色テープに文字をつける
-------------------------*/
.photo emt {
	width: 110px;
	display: block;
	padding: 10px;
margin:0,10px;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: url(images/tape2.png) no-repeat;
	position: absolute;
	top: -7px;
	left: 20px;
	z-index: 3;
}


 

.photo2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.photo2 li {
	margin: 20px 10px 5px;
	float: left;
	position: relative;
	width: 186px;
	height: 142px;
}
.photo2 .bg {
	background: url(images/polaroid-short.png) no-repeat;
	width: 186px;
	height: 142px;
	position: absolute;
	left: 0;
	top: 0;
}
.photo2 em {
	width: 110px;
	display: block;
	padding: 10px;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: url(images/tape2.png) no-repeat;
	position: absolute;
	top: -17px;
	left: 30px;
	z-index: 3;
}

.photo2 a {
	text-decoration: none;
	color: #666;
}
.photo2 a:hover {
	color: #000;
	text-decoration: underline;
}

.photo2 img {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
}

/*-----------------------
画像にpinをさす
-------------------------*/

.photo2 span.pin{
width:20px;
height:22px;
display:block;
position:absolute;
top:-13px;
left:40px;
background: url(images/pin.png) no-repeat;
	z-index: 4;
}

.photo2 .bg {
	background: url(images/cork-bg.png) no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;

}


/* ----------------------
画像にホップアップ表示
----------------------- */
.photo-p {
	list-style: none;
	margin: 0;
	padding: 0;
}
.photo-p li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.photo-p img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;

}
.photo-p li:hover img {
	border-color: #999;

}
.photo-p em {
	width: 102px;
	background: url(images/bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -2px;
	left: 50px;
	font-style: normal;
	text-align: center;

}
.photo-p a {
	text-decoration: none;
	color: #000;

}
.photo-p a:hover em {
	display: block;

}
/*-----------------------
画像にpinをさす
-------------------------*/

.photo-p span.pin{
width:20px;
height:22px;
display:block;
position:absolute;
top:-13px;
left:40px;
background: url(images/pin.png) no-repeat;
	z-index: 4;
}

.photo-p .bg {
	background: url(images/cork-bg.png) no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;

}

/* --------------------------------
画像にクリップ＋メモをつけて表示
 ------------------------------- */
.photo-c {
	list-style: none;
	margin: 0;
	padding: 0;
}
.photo-c li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.photo-c li:hover img {
	border-color: #000;
}
.photo-c img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
	z-index: 3;
}
.photo-c em {
	background: #fff;
	color: #000;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	border: 1px solid #999;
}
.photo-c a {
	text-decoration: none;
}
.photo-c span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background: url(images/paper-clip-mini.png) no-repeat;
	z-index: 3;
}

/*-----------------------
画像にpinをさす
-------------------------*/

.photo-c span.pin{
width:20px;
height:22px;
display:block;
position:absolute;
top:-5px;
left:70px;
background: url(images/pin.png) no-repeat;
	z-index: 5;
}

.photo-c .bg {
	background: url(images/cork-bg.png) no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;

}
 


.item {
display: inline;
float: left;
margin: 0pt 5px 8px;
overflow: hidden;
text-align: center;
vertical-align: middle;
width: 70px;
height: 70px;
}

ul.sample{
    width:100%;
    margin-top:20px;
    font-size:12px;
    padding-left:0;
    margin-left:0;
}

ul.sample li{
    list-style:none;
    padding:3px 10px;
    width:130px;
    height:160px;
    float:left;
　　 background:url('news2.gif') left no-repeat;
}

