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

/*共通設定*/
* {margin:0px; padding:0px;}

img{border:none;}
a { color: #060; text-decoration:underline; }
a:visited { color: #060; text-decoration:underline; }
a:hover { color: #000; text-decoration:none; }
a img	{ border: none;}

img{border:none;}

.float-right{ float:right;}
.float-left { float:left;}
.float-clear { clear:both;}

/*構造設定*/
body {
	font-family: "メイリオ",Meiryo,Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(/common/img/globalBGindex.jpg);
	background-repeat: repeat-x;
	color:#000;
	background-color:#fff;
	margin:0px;
}
#container {
	width:1400px;
	margin:0px auto;
}
#header {
	width:960px;
	height:125px;
	margin:0 auto;
	padding:0;
}
#header img{
	margin:0px;
	padding:;
	vertical-align: middle;
}
#move{ width:1400px; height:288px; background-color:#013401;}
#flash{background-color:#013401;}
#maincontents {
	width:960px;
	margin:23px auto;
}

#contents {
	width:730px;
	float:right;
	margin:0;
	padding:0;
}
/*===サイドナビ設定===*/
#side{ float:left; width:210px;}
#side_navi{}
#side .accessBox{
	width:210px;
	border: 1px dotted #000;
	margin:10px 0; padding:0;
	/*padding:12px 5px 5px 5px;*/
}
/*=== フッター ===*/
#footer-outer {
	clear:both;
	width:100%;
	/*border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999;*/
}

#footer {
	width:1400px;/*960px*/
	margin:0 auto;
	margin-bottom:20px;
	font-size:80%;
	line-height:150%;
	padding-top:15px;
	color:#000;
	text-align:center;
	clear:both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer p {
	width:1400px;/*960px*/
}

/*===コンテンツ内の配置===*/
#con_navi{ width:730px; height:81px;}

/*===チラシの配置===*/
#leaflet{
	width:730px;
	min-height:373px;
	margin:0 0 30px 0; padding:0;
}
#leaflet h2{
	margin-bottom:10px;
}
#leaflet .area{
	/*background-image: url(/updata/resleaflet00.jpg);
	background-repeat: no-repeat;*/
	overflow:hidden;
	min-height:373px;
	/*background-color: #F60;*/
}
/*===新着情報の配置===*/
#newsBox{
	width:730px;
}
#newsBox h2{
}
#newsBox ul{
	font-size:14px;
	list-style-type: none;
	margin:0px 10px 10px 10px;
	_margin:0px 5px 10px 5px;

}
#newsBox li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin:8px 0;
	padding:8px 20px;
}
#newsBox .rss_date{
	margin-right:20px;
	margin-right:10px;
}
#newsBox .rss_text{
	text-indent:95px;}

