@charset "UTF-8";
/*====================================================================

	PC CSS
	
	※ PCブラウザ表示用CSS
	　 SmartPhone ブラウザ表示に関しましては、[ sp.css ]に記載ください。
	

====================================================================*/
#Content{
	width: 100%;
	height: auto;
	margin: 0 ;
}

a{
	color: #8B4513;
}
/*-----------------------------
   ヘッダー
------------------------------*/
header{
	width: 100%;
	height:auto;
	padding: 0;
	margin: 0;
	background-color: #f0c350;
}

.header_area{
	width: 1024px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
}

#logo{
	width: 80px;
	margin: 10px;
	background-color: #fff;
	float: left;
}

#logo img{
	width: 80px;
}

#header_img_area{
	margin-top: 10px;
	margin-right: 30px;
	float: left;
	
}

#header_img_area img{
	height: 80px;
}

#header_top_text{
		margin-top: 10px;
		float: left;
}

#header_top_text p{
	line-height: 26px;
}


/*-----------------------------
   footer
------------------------------*/
footer{
	width: 100%;
	text-align: center;
	margin-top: 100px;
	line-height: 100px;
	background-color: #8B4513;
	border-top: 2px solid #000;
	color: #fff;
}






/*-----------------------------
   main 
------------------------------*/
#content_area{
	width: 1024px;
	height: auto;
	margin: 20px auto 0 auto;
	display: table;
}

/*-----------------------------
   left column
------------------------------*/

#left_column{
	width: 200px;
	float: left;
}

#left_column nav{}

#left_column nav ul{
	margin-bottom: 20px;
}

#left_column nav li{
	width: 196px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 1px;
	background-color: #dcd246;
	border: 2px solid #efefef;
	font-size: 13px;
	font-weight: bold;
	color: #8B4513;
	position: relative;
}

#left_column nav li:hover{
	width: 196px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 1px;
	background-color: #dcd750;
	border: 2px solid #efefef;
	color: #000;
}

#left_column nav a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
}

.li_menu{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


#left_ad{
	width: 180px;
	padding: 10px;
}

#left_ad li{
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
}

#left_ad p{
	text-align: left;
}

#left_ad img{
	margin-bottom: 5px;
}



#main_column{
	width: 800px;
	height: auto;
	margin-left: 24px;
	display: table;
	float: right;
}

.wide_photo{
	margin-bottom: 10px;
	text-align: center;
	line-height: 2.0em;
	font-size: 14px;
}

.wide_photo img{
	width: 800px;
	height: 450px;
	margin-bottom: 5px;
}

.center_column{
	width: 500px;
	float: left;
	display: table-cell;
}

.main_content_area{
	width: 460px;
	padding: 0 10px 30px 10px;
	float: left;
}

.main_content_area h2{
	color: green;
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid green;
	margin-bottom: 20px;
}

.main_content{
	width: 440px;
	margin: 0 10px 0 10px;
	line-height: 1.7em;
	font-size: 13px;
}

.main_content ul{
	padding: 10px 0 10px 0;
	padding-left: 1.5em;

}

.main_content li{
	list-style: square;
	list-style-position: outside;
	padding: 0;
}

.main_content li a{
	list-style: square;
	list-style-position: outside;
	padding: 0;
	text-decoration: underline;
}


.ad_area_a{
	text-align: center;
	color: #ee7ef6
}

.right_column{
	width: 300px;
	float: left;
}


.main_content_area2{
	width: 300px;
	padding: 0 0 20px 0;
}

.main_content_area2 h2{
	color: green;
	font-weight: bold;
	font-size: 13px;

	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid green;
}

.main_content2{
	width: 280px;
	padding: 10px;
	line-height: 1.7em;
	font-size: 13px;
}

.main_content2 dl{
	width: 280px;
	height: 500px;
	overflow-y:scroll;
}

.main_content2 dt{}

.main_content2 dd{
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 5px;
}


.main_content2 .contli ul{
	padding: 10px 0 10px 0;
	padding-left: 1.5em;

}



.main_content2 .contli li{
	list-style: square;
	list-style-position: outside;
	padding: 0;
	margin-left: 20px;

}

.main_content2 .contli li a{
	list-style: square;
	list-style-position: outside;
	padding: 0;
	text-decoration: underline;
}


.ad_area_b{
	width: 100%;
	display: table;
	table-layout: fixed;
}

.ad_area_b_c{
	display: table-cell;
	text-align: center;
}



.main_content_bn{}

.main_content_bn ul{}

.main_content_bn li{
	text-align: center;
	margin-bottom: 10px;
}







































































































.green{
	background-color: #c9ffea;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.blue{
	background-color: #dcf7fd;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.orange{
	background-color: #ffe9e1;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.yellow{
	background-color:#ffffc1;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.clear_color{
	margin-bottom: 10px;
}




/*-----------------------------
   Page Top
------------------------------*/
#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:30px;
	bottom:5px;
	font-weight: bold;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #8B4513;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	opacity:0.75;
	filter: alpha(opacity=75);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;              /* Safari 1.x */
	zoom:1;

}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}


