@import url(/css/header.css);
@import url(/css/content.css);
@import url(/css/content_side.css);
@import url(/css/footer.css);
@import url(/css/common.css);
@import url(/css/tag.css);
@import url(/css/banner.css);
@import url(/css/photo_big.css);

#content{
	width:100%;
	}

#feature_main{
	margin:0px;
	padding:0px;
}


/* 見出しなどここから
----------------------------------------------- */

h2{
	margin:20px 10px 10px 10px;
	padding:17px 0px 0px 50px;
	background:url(./img/icon.gif) no-repeat 0 center;
	border-bottom:2px solid #8e7a28;
	font-weight:500;
}

h2 a:link{
	text-decoration:none;
	color:#000000;
}
h2 a:visited{
	text-decoration:none;
	color:#000000;
}
h2 a:hover{
	text-decoration:none;
	color:#000000;
}
.h3_bg{
	margin:5px 0px 10px 0px;
	padding:1px 0px 0px 0px;
	width:auto;
	height:23px;
	background:url(/img/h3_bg.gif) repeat-x 0 3px;
	border:1px solid #C8C8C8;
	line-height:17pt;
	}

h3{
	margin:0px 0px 0px 0px;
	padding:1px 0px 2px 20px;
	background:url(/img/h3_mark.gif) no-repeat 0 0;
	width:480px;
	height:23px;
	font-size:14pt;
	}

/* 見出しなどここまで
----------------------------------------------- */


/* 注目部分ここから
----------------------------------------------- */
#attention3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:80%;
	text-align:center;
	font-size:90%;
	}
#attention3 td{
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	width:50%;
	height:30px;
	background:#D0EEFB ;
	color:#000000;
	font-size:110%;
	font-weight:600;
	}
#attention3 td a:link{
	text-decoration:none;
	color:#000000;
}
#attention3 td a:visited{
	text-decoration:none;
	color:#000000;
}
#attention3 td a:hover{
	text-decoration:underline;
	color:#666666;
}

/* 注目部分ここまで
----------------------------------------------- */


/* 記事一覧ここから
----------------------------------------------- */
#mainarea ul{
	list-style-type:none;
	}

#mainarea #kiji_list li{
	margin:0px;
	padding:1px;
	line-height:150%;
	}

.block{
	margin:10px 0px 10px 0px;
	padding:0px 20px 10px 10px;
	}

#text{
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 15px;
	}

#page{
	margin:5px 2px 2px 30px;
	padding:0px;
}


/* 記事一覧ここまで
----------------------------------------------- */


/* 記事部分指定ここから
----------------------------------------------- */
#day{
	margin-top:5px;
	padding:0px;
	text-align:right;
}
#feature_main_block{
	margin:1% 2% 2% 2%;
	padding:0px;
	width:auto;
	line-height:130%;
	}
/* 記事部分指定ここまで
----------------------------------------------- */

/* 特集一覧指定ここまで
----------------------------------------------- */
#feature_list{
	margin:5px;
	padding:0px 0px 5px 0px;
	border:2px solid #8e7a28;
	}

#feature_list ul{
	list-style-type:none;
	}

#feature_title{
	margin-bottom:10px;
	padding:5px 10px;
	background:url(./img/feature_title_bg.gif) repeat-x 0 center;
	font-size:110%;
	font-weight:600;
	}
/* 特集一覧指定ここまで
----------------------------------------------- */



/*************************************************
				写真部分定義　
*************************************************/
/********************　　右　　******************/
#photo_right{
	width:auto;
	margin:0px 6px 6px 6px;
	padding:3px 3px 0px 3px;
	height:auto;
	float:right;
	background-color:#eeeeee;
	}

#photo_right #photo_text{
	color:#333;
	font-size:75%;
	line-height:150%;
	text-align:left;
	}

/********************　　左　　******************/

#photo_left{
	width:auto;
	margin:0px 6px 6px 6px;
	padding:3px 3px 0px 3px;
	height:auto;
	float:left;
	background-color:#eeeeee;
	}

#photo_left #photo_text{
	color:#333;
	font-size:75%;
	line-height:150%;
	text-align:left;
	}

/*******************　　中央　　*****************/

#photo_center{
	width:auto;
	margin:0px 6px 6px 6px;
	text-align:center;
	height:auto;
	}

#photo_center #photo_bg{
	padding-top:3px;
	background-color:#eeeeee;
	height:auto;
	}

#photo_center #photo_img{
	margin:0px 3px 0px 3px;
	}

#photo_center #photo_text{
	padding-left:3px;
	color:#333;
	font-size:75%;
	line-height:150%;
	text-align:left;
	}


