@charset "UTF-8";
/* 
	1st.css
------------------------------------------------------------*/
@import url("/css/dammy.css"); 
@import url("/css/common.css"); 	/*__共通.css__*/
@import url("/css/layout.css"); 	/*__共通レイアウト.css__*/
@import url("/css/navi.css"); 	/*__共通ナビゲーション.css__*/
/*
------------------------------------------------------------*/
#body1st{	/*__Index only__*/

}
.imgBox{	/*__for Flash Area__*/
	/*height:270px;*/
	margin:10px;
	padding:0px;
	display:block;
	clear:both;
	text-align:center;
}
.imgBox img{
	margin:0px;
}
/*
------------------------------------------------------------*/
#body1st #contBox{
	margin:0px;
	padding:0px 10px 0px 10px;
	display:block;
	/*background:url(/img/index/bgRight.gif) repeat-y 521px 10px;*/
}
/*
------------------------------------------------------------*/
#body1st h2#h2title{
	display:block;
	background-color:#3d8223;
	padding:0px;
	margin:0px 0px 10px 0px;
	border:solid 1px #056805;
}
#body1st h2#h2title strong{
	padding:1px 5px;
	margin:5px;
	color:#fff;
	display:block;
	border:solid 1px #74ad60;
	font-size:18px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;	
}
#body1st h2#h2title strong span{	/*__+0691120__*/
	font-family: "平成明朝","ＭＳ Ｐ明朝","細明朝体",Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	display:block;
	text-align:right;
	margin-top:-18px;
	background:url(/img/common/h2Titarw.gif) no-repeat right;
	padding-right:11px;
}
#body1st h2#h2title a,
#body1st h2#h2title a:hover{	/*__+0691120__*/
	color:#fff;
	text-decoration:none;
}

#body1st #infoBox{
	margin:0px;
	padding:0px 0px 10px 0px;
	width:500px;
	display:block;
	float:left;
	clear:left;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	margin-bottom:10px;
}
#body1st #infoBox ul#info{
	margin-left:10px;
	padding-left:10px;
}
#body1st #infoBox ul#info li{
	margin:2px 0px 2px 5px;
	padding:2px 5px 2px 20px;
	font-size:12px;
	line-height:16px;
	background:url(/img/common/bgli02.gif) no-repeat 0px 3px;
}
#body1st #infoBox ul#info li:hover{
	background:url(/img/common/bgli03.gif) no-repeat 0px 3px;
}
#body1st #infoBox ul#info li.c{
	background:url(/img/common/bgli01.gif) no-repeat 0px 3px;
}
#body1st #infoBox ul#info li.c span,
#body1st #infoBox ul#info li a span{
	font-size:10px;
	line-height:16px;
	color:#666;
	margin-left:8px;
	letter-spacing:2px;	
}
/*
------------------------------------------------------------*/
#body1st.index #rightBox{
	width:227px;
	_width:226px;
	margin:0px 1px;
	padding:0px;
	display:block;
	background-color:#f4f3e1;
	float:right;
	clear:right;
	/*border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;*/
	border:solid 1px #ccc;
}
#body1st.index #rightBox li{
	/*width:205px;*/
	display:block;
	margin:5px 2px 2px 5px;
	padding:5px 0px 2px 0px;
	height:88px;
	background:url(/img/common/bgDldotted.gif) repeat-x left bottom /*#f4f3e1*/;
	clear:both;
	float:none;
}
#body1st #rightBox li a{
	display:block;
	font-size:12px;
	line-height:14px;
	vertical-align:top;
	/*background-color:#f4f3e1;*/
	padding:0px;
	margin:0px;
}
#rightBox li a img{
	border:solid 1px #124112;
}
#body1st #rightBox li a strong{
	display:block;
	color:#329902;
	margin-bottom:5px;
	text-decoration:none;
}
#body1st #rightBox li a span{
	float:left;
	width:82px;
	margin:0px 5px 5px 0px;
}
/*
------------------------------------------------------------*/
#body1st #btnBox{
	margin:0px;
	padding:0px;
	width:500px;
	display:block;
	float:left;
	clear:left;
}
#body1st #btn{
	margin:0px;
	padding:0px;
	font-size:10px;
	line-height:14px;
}
#body1st #btn img{
	margin:0px 4px 4px 0px;
}
/*
------------------------------------------------------------*/