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

/* 全ページ共通レイアウト部分-----------------*/
body{
	background:url(../img/bodybg.gif) top repeat-x #ffffff;
	margin:0;
	padding:0;
	text-align:center;
	font-size:10pt;
	line-height:1.5em;
	color:#333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#header{
	min-width:800px;
	margin:0 auto;
	padding-top:25px;
	height:65px;
	width:100%;
	text-align:center;
	border-bottom:#006400 5px solid;
}

#headerinner{
	margin:0 auto;
	width:90%;
}

#main{
	margin:0 auto 10px;
	width:900px;
	text-align:left;
	background:#ffffff;
	clear:both;
}

#footer{
	min-width:800px;
	border-top:#006400 5px solid;
	padding-top:20px;
}

/*共通設定-----------------*/
a img{border:none;}

a{text-decoration:none;}

/*   H要素の設定 */
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

dl,dt,dd,ol,ul,li{margin:0;padding:0;}

li{list-style:none;}
.t-right{text-align:right;}
.t-left{text-align:left;}
.t-center{text-align:center;}
.f-left{float:left; text-align:left;}
.f-right{float:right; text-align:left;}
.end{margin-bottom:20px;}

#circle ol {list-style-type: square;
}




#header p{
	font-size:14pt;
	font-weight:bold;
}

#footer ul{
	padding-left:5%;
	width:100%;
}

#footer ul li{
	padding:0;
	font-size:12px;
	margin:0 18px 0 0;
	height:16px;
	float:left;
}

#footer img{
	margin-right:10px;
}

p.cr{
	margin:0;
	padding:0 5% 0 0;
	float:right;
	font-size:8pt;
}

/*top-----------------*/

#baner{
	width:900px;
	height:273px;
}

p#summarylink{
	padding:10px 0 0 660px;
	width:215px;
	height:45px;
	display:block;
}

#topmenu li{
	width:240px;
	height:300px;
	margin-left:10px;
	float:left;
}

#topmenu li.menu4th{width:130px;}


/* 区切り線-----------------*/
.separetor{
	clear:both;
	border:none;
	height:15px;
	overflow:hidden;
}

.separetor0{
	clear:both;
	border:none;
	height:0px;
	overflow:hidden;
}

/*   要素をコンテンツブロックの区切りとして使用する場合 */
/*   <div class="separetor"></div>区切り など */
