@charset "utf-8";
/* CSS Document */


/* --------------------
   --------------------

トップページ用ＣＳＳ

------------------------
------------------------ */



/* -------------------------
トップページのヘッダー指定
---------------------------- */
#top #header {
	background-color:#FBF9F0;
	height:20px;
	color:#666;
	border-top: 4px solid #A69252;
	padding: 6px;
}

#top #header #header_container {
	width: 950px;
	margin: 0px auto;
	background-color: inherit;
	padding-top: 3px;
}

/* -------------------------
コンテンツの位置変更（トップページと下層ページ）
---------------------------- */
#maincontents_container_top {float:left;}
#sidecontents_container_top {float:right;}

/* --------------------
トップページのフォント指定
------------------------ */

#contents h3 {font-size:12px; font-weight:bold; color:#826d4f; text-decoration:none;}
#contents h4 {font-size:10px; color:#565656; text-decoration:none;}

#contents h3 a {font-size:12px; font-weight:bold; color:#826d4f; text-decoration:none;}
#contents h3 a:hover {font-size:12px; font-weight:bold; color:#826d4f; text-decoration:underline;}

#contents h4 a {font-size:10px; color:#565656; text-decoration:none;}
#contents h4 a:hover {color:#565656; text-decoration:underline;}


/* --------------------
トップページのcontents内の内容
------------------------ */
.information_box {
	width:614px;
	height:370px;
/* 	margin-left:10px; */
	margin-top:10px;
	padding: 10px 1px 1px;
	background-color:#fbf9f0;
	border:1px solid #efeada;
	text-align: center;
}
.information_box .facebook_header {
display:table-cell;
	color: #333;
	font-size: 18px;
	padding-left:4px;
	height:44px;
	width:610px;
	border-bottom: 1px solid #EFEADA;
	font-weight: bold;
	background-image: url('../image/toptopic_img/facebook_title.jpg');
	vertical-align: middle;
}
.information_box .rss {text-align:right; width:auto; height:40px;}
.information_box .rss img {margin-top:20px; margin-right:20px;}
.information_box .information_news{width:560px; margin-left:auto; margin-right:auto; margin-top:20px;}
.push {width:616px; height:auto; margin-left:10px; }
.push .plan_area {float:left; width:303px; height:auto; margin:0; padding:0;}
.push .plan_area .plan_box {width:301px; height:301px; background-color:#fbf9f0; margin-top:10px; background-image:url(../image/toptopic_img/plan_title.png); background-repeat:no-repeat; background-position:left top; text-align:center; border:1px solid #efeada;}
.push .plan_area .fair_box {width:301px; height:301px; background-color:#fbf9f0; margin-top:10px; background-image:url(../image/toptopic_img/fair_title_new.png); background-repeat:no-repeat; background-position:left top; text-align:center; border:1px solid #efeada;}
.push .fair_area {float:right; width:303px; height:auto; margin:0; padding:0;}
.push .fair_area .fair_box {width:301px; height:301px; background-color:#fbf9f0; margin-top:10px; background-image:url(../image/toptopic_img/fair_title_new.png); background-repeat:no-repeat; background-position:left top; text-align:center; border:1px solid #efeada;}
.box {padding-left:25px; padding-right:25px;}
.box img {margin-top:60px;}
.push .fair_area .plan_box {width:301px; height:301px; background-color:#fbf9f0; margin-top:10px; background-image:url(../image/toptopic_img/plan_title.png); background-repeat:no-repeat; background-position:left top; text-align:center; border:1px solid #efeada;}
.push .fair_area .plan_box2 {width:301px; height:301px; background-color:#fbf9f0; margin-top:10px; background-repeat:no-repeat; background-position:left top; text-align:center; border:1px solid #efeada;}
.push .fair_area .plan_box2 a img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}


#fair_btn{
	margin:0 auto;
}
/* ---------------------
ボックス
---------------------- */

div.section {
width: 616px;
height: 255px;
overflow:auto;
}

.hban{
	margin-top:0px;
/* 	float:left; */
}

.push .plan_area .plan_boxtw {
	background-image: url("../image/toptopic_img/tw_title.png")!important;
}



