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

body{ 
	font-size:13px;
	line-height:1.5em;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

h1,h2,h3{
	padding:0px;
	margin:0px;
}

a:link { color: #333333; }
a:visited { color: #333333; }
a:hover { color: #333333; }
a:active { color: #333333; text-decoration:underline}

/*---------------------------------------*/

.cl{
	font-size:0px;
	line-height:0px;
	clear:both;	
}

/*---------------------------------------*/

/*content:"";*/

/*枠と上部ライン*/
#wrap{
	width:100%;
	border-top:1px solid #294360;
}

/*ヘッダ*/
#head{
	width:980px;
	height:93px;
	margin:0px auto;
	background-color:#fff;
}
.hd_l{
	float:left;
	width:490px;
	text-align:left;
}
.hd_r{
	float:right;
	width:490px;
	text-align:right;
}

/*ヘッド下ライン*/
#hd_line{
	width:100%;
	height:10px;
	font-size:1px;
	line-height:1px;
	background-image:url(../img/hd_line.gif);
	background-repeat:repeat-x;
	content:"";
}

/*メニュー枠*/
#menu_wrap{
	width:100%;	
	height:55px;
	background-color:#294360;
}
/*メニュー*/
ul#menu{
	width:980px;
	margin:0px auto;
}
ul#menu li{
	float:left;
	list-style:none;
	width:196px;
	height:55px;
}



/*コンテンツの枠 TOP*/
#contents{
	width:980px;
	margin:0px auto;
	border-top:solid #fff 2px;
}
/*コンテンツの枠 その他*/
#contents_other{
	width:980px;
	margin:0px auto;
}

/*メイン*/
#main{
	padding:40px 30px 80px 30px;
	background-color:#fff;
}

/*トップタブ*/
#toptub{
	text-align:right;
	width:950px;
	padding:0px 30px 0px 0px;
	margin:0px auto;
}


/*フッター*/
#footer{
	width:100%;
	height:42px;
	color:#fff;
	background-color:#294360;
}
.f_txt{
	width:980px;
	margin:0px auto;
}
.f_txt .txt{
	color:#fff;
	line-height:0px;
}
.f_txt table{
	width:980px;
	height:42px;
	margin:0;
	padding:0;
}
.f_txt table td{
	vertical-align: middle;
	margin:0;
	padding:0;
	}