#content {
	background:none;
}

/*====================================================================================================
  TOPPAGE
====================================================================================================*/

#toppage {
}
#toppage:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#toppage .left-content { float:left; width:730px; overflow:hidden;}
#toppage .right-content { float:right; width:210px;  overflow:hidden;}


/*** MAINIMG ***************************************************************/

#toppage h2.mainimg {
	margin-bottom:30px;
	width:1000px;
	height:329px;
	background:url(../../image/mainimg2.jpg) no-repeat left top;
	text-indent:-9999px;
}

/*** TOP MENU **************************************************************/

#toppage .top_menu {
	width:760px;
	margin-bottom:30px;
}
#toppage .top_menu:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#toppage .top_menu .box {
	float:left;
	margin-right:30px;
	width:350px;
	height:275px;
	background:#FFF;
}
#toppage .top_menu .box p {
	margin-bottom:10px;
}
#toppage .top_menu .box h3, #toppage .top_menu .box h4 {
	padding:10px 20px 0;
}
#toppage .top_menu .box h3 {
	font-size:100%;
	color:#597245;
}
#toppage .top_menu .box h4 {
	font-size:90%;
	font-weight:normal;
	line-height:130%;
}

/*** INFORMATION ***********************************************************/

#toppage .top_cont {
	clear:both;
	width:100%;
}
#toppage .top_cont:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
*+html #toppage .top_cont {
	clear:both;
	float:left;
	width:100%;
}

/* TOPICS */
#toppage .topics {
	float:right;
	width:320px;
	height:240px;
	background:#FFF;
	padding:20px 15px;
}
#toppage .topics .photo1 {float:left;}
#toppage .topics .photo2 {float:right;}
#toppage .topics p {clear:both; padding:0 0 20px;}

/* NEWS */
#toppage .information {
	float:left;
	width:320px;
	background:#FFF;
	padding:20px 15px;
}
#toppage .information h3 {
	height:25px;
	text-indent: -9999px;
	background:url(../../image/info_tit.gif) no-repeat left top;
}
#toppage .information .info-box {
	width:100%;
	height:213px;
	overflow:auto;
	border-top:1px solid #D9D5D4;
}
#toppage .information dl {
	clear:both;
	padding:7px 0;
	border-bottom:1px solid #D9D5D4;
}
#toppage .information dt {}
#toppage .information dd {}

/*** CONTACT ***************************************************************/

#toppage .content {
	padding:125px 15px 20px;
	background:url(../../image/contectbana_bg.jpg) no-repeat left top;
}
#toppage .content p { margin:10px 0 0}
#toppage .content p a {
	display:block;
	padding:10px 15px 8px;
	color:#E74466;
	text-decoration:none;
	font-weight:bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	font-size:90%;
	background:#FFF url(../../image/contectbana_arrow.png) no-repeat right center;
}
#toppage .content p a:hover {
	background-color:#FDECF0;
}
#toppage .content p.txt { margin:10px 0 0; padding:0 0 10px; color:#FFF; font-size:95%; text-align:center;}

/*** BANNER ****************************************************************/

#toppage .banner {margin-top:30px;}
#toppage .banner p { padding-bottom:10px;}

/*** SIDE BANA  ************************************************************/

#toppage .right-content .bana { padding-bottom:20px;}

