@charset "UTF-8";

@import url(../_base.css);

##div {
	border: solid 1px #f33;
	margin:5px;
}

body	{
	text-align:center;
	/*background:#679902 url(../../img_cmn/container_bg.jpg) repeat-x;*/
	background:url(../../img_cmn/bg_base.gif) ;
}
#container	{
	width:755px;
	text-align:left;
	background-color:#fff;
	margin:5px auto;
	padding:10px;
	border:solid 1px #ccc;
}
a  	{
	/*color:#095C42;*/
	color:#00634D;
	text-decoration:none;
}
a:hover 	{
	color:#99021C;
	text-decoration:underline;
}

/*	ヘッド	*/
#head	{
	height:90px;
	background:url(../../img_cmn/head_obi.gif) no-repeat;
	font-size:12px;
	line-height:150%;
}
#subCont1	{
	height:20px;
	float:right;
	display:inline;
}
#subCont1 li	{
	float:left;
	display:inline;
}
h1	{
	float:left;
	display:inline;
	height:50px;
	padding-top:15px;
	margin-right:120px;
	margin-top:20px;
}
#google	{
	float:left;
	display:inline;
	font-size:10px;
	margin-top:25px;
}
#google td	{
	vertical-align:middle;
	padding-right:10px
}
#google #txt	{
	width:100px;
}
#google #submit	{
	width:50px;
}

#fontSize	{
	float:right;
	display:inline;
	width:100px;
	border:solid 1px #eee;
	padding:3px;
	margin-top:5px;
}
#fontSize dt	{
	padding-bottom:2px;
}
#fontSize dd	{
	float:left;
	display:inline;
	padding:5px 0px 5px 6px;
	background-color:#eee;
}
#fontSize #fontL	{
	padding-right:6px;
}


/*	コンテンツ	*/
#contents	{
	clear:both;
}
#contents ul	{
	height:26px;
	border-top:solid 1px #aaa;
	border-bottom:solid 2px #aaa;
	border-right:solid 1px #aaa;
	margin:0px 1px 10px;
}

#contents li	{
	float:left;
	display:inline;
	border-left:solid 1px #aaa;
}
/*	ボディ	*/
#body	{
	margin-bottom:10px;
}
.signpost	{
	font-size:90%;
	margin-bottom:5px;
}

.news	{
	height:20px;
	border:solid 1px #999;
	border-top:solid 2px #95B84E;
	padding:2px 5px;
	margin-bottom:5px;
}
.news .title	{
	float:left;
	display:inline;
}
.news .goList	{
	float:right;
	display:inline;
	border-left:solid 1px #ccc;
	padding-left:5px;
}
.newslist	{
	padding:0 0.5em;
}
.newslist dt	{
	line-height:100%;
}
.newslist dt img	{
	vertical-align:middle;
	margin-bottom:0.5em;
}
.newslist dd	{
	border-bottom:dotted 1px #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
}
.newstab	{
	border-bottom:dotted 1px #679902;
	padding:0 0.5em 0.5em;
	margin-bottom:0.5em;
}
.newstab a	{
	text-decoration:underline;
}
.newstab dt	{
}
.newstab dd	{
}
.newstab .num	{
	color:#095c0c;
	font-size:130%;
}
.newsImgIcon	{
	width:15px; height:15px;
	background:url(../../img/news_icon_image.gif) no-repeat center;
}
.newsImgIcon:hover	{
	text-decoration:none;
}

/*	右フレーム	*/
.contents2nd	{
	float:right;
	display:inline;
	width:160px;
	margin-bottom:10px;
}

.contents2nd dl	{
	margin-bottom:15px;
}

.contents2nd dd	{
	border:solid 1px #999;
	border-top:none;
	background:url(../../img/list_icon01.gif) no-repeat 0.6em 0.6em;
	padding:5px 0px 5px 25px;
}

.contents2nd p	{
	margin-bottom:10px;
}
.contents2nd .active	{
	background-color:#d9ffb3;
}
.contents2nd .active ul	{
	margin-left:-25px;
}
.contents2nd .active li	{
	font-size:90%;
	margin-top:0.5em;
	background:url(../../img/list_icon02.gif) no-repeat 5px top;
	padding-left:25px;
}
.banner	{
	margin-bottom:10px;
}

/*	メイン	*/

.main {
	width:580px;
}

.mainImg {
	margin-bottom:10px;
}
.block	{
	width:100%;
	margin-bottom:15px;
}

h3	{
	background:#679902;
	margin-bottom:0.5em;
}
h3.txtype	{
	color:#fff;
	font-weight:bold;
	font-size:130%;
	padding:2px 10px;
	border:solid 1px #ccc;
}
.update	{
	font-size:90%;
	font-weight:normal;
}

/*	１段組みリスト	*/
.listNormal	{
	margin-bottom:1em;
}
.listbase dt	{
	color:#669900;
	font-size:120%;
	font-weight:bold;
	margin-bottom:0.5em;
}
.listbase	{
	padding:5px;
}

.listbase dt	{
	color:#669900;
	font-size:120%;
	font-weight:bold;
	margin-bottom:0.5em;
}

.listbase dd	{
	margin-bottom:1em;
}

.listSingle	{
}

.listSingle dt	{
	background:url(../../img/list_icon02.gif) no-repeat 5px center;
	padding-left:25px;
}

.listSingle dd	{
	padding:0 5px 0.5em 25px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:0.5em;
}

/*	２段組みリスト	*/
.listDouble	{
	width:100%;
}
.listDouble li	{
	float:left;
	display:inline;
	width:265px;
	background:url(../../img/list_icon02.gif) no-repeat 5px center;
	padding-left:25px;
}
/*　フッタ	*/
#foot	{
	font-size:12px;
	clear:both;
}
.goTop	{
	text-align:right;
	border-bottom:dotted 1px #ccc;
	padding:0 170px 5px 0;
	margin-bottom:5px;
}
#subCont2	{
	height:25px;
	float:right;
	display:inline;
}
#subCont2 li	{
	float:left;
	display:inline;
	border-right:solid 1px #ccc;
	padding:0px 10px;
	margin:3px 0px;
}
#links 	{
	clear:both;
	color:#fff;
	width:100%;
	background:#679902;
	margin-bottom:10px;
}
#links li 	{
	float:left;
	display:inline;
	border-right:solid 1px #fff;
	padding:0px 5px;
	margin:3px 0px;
}
#links a  	{
	color:#fff;
	text-decoration:none;
}
#links a:hover 	{
	color:#99021C
}
#copyright	a {
	color:#666;
	text-decoration:none;
}
#copyright	a {
	color:#666;
	text-decoration:none;
}
#copyright	a:hover {
	color:#99021C;
}
/*工事中*/
.underconstruction	{
	padding:0 5px;
}
.underconstruction dt	{
	color:#999;
	font-size:130%;
	border-bottom:dotted 1px #ccc;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}

/**/
.stress,
.error,
.caution	{
	color:#f33;
}
.stress	{
	font-size:120%;
}
.caution	{
	font-size:90%;
}
/********************************************/
#container,
#links,
.listDouble	{
	display:inline-block;
}
#container:after,
#links:after,
.listDouble:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
