@charset "Shift_JIS";
*{
	padding:0;margin:0;border:0px;
	font-family:"ヒラギノ角ゴ Pro W6",Osaka,'meiryo',"ＭＳ Ｐゴシック",sans-serif;
}
body{
	padding:0;
	margin:0px 0;
	color:#565656;
	background-color:#cc0000;
	text-align:center;
}
a:link {
	text-decoration: none;
	color: #009900;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #00bb00;
}
.f_clear{
	clear:both;
}
/* ページ */
#page{
	width:1000px;
	margin:0 auto;
	text-align:center;
}
/* ヘッダー */
#header{
	width:1000px;
	height:120px;
	overflow:hidden;
	text-align:right;
	background:url(./img/header.jpg) left top no-repeat;
}
#leftmenu{
	width:187px;
	height:418px;
	float:left;
	text-align:left;
	background:url(./img/menu_bg.gif) left top repeat-y;
}
#leftmenu ul{
	margin-top:10px;
	list-style-type:none;
}
#leftmenu ul li{
	width:187px;
	height:51px;
	overflow:hidden;
}

#mbody{
	width:813px;
	height:418px;
	text-align:left;
	float:right;
	background-color:#fff;
}
#mbody #left_box{
	margin:30px 43px 30px 30px;
	float:left;
	width:300px;
}
#mbody #right_box{
	margin:30px 0 30px 0;
	float:left;
	width:390px;
}
.mt_10{margin-top:10px;}
.mt_20{margin-top:20px;}
.mt_25{margin-top:25px;}
.mt_30{margin-top:30px;}
.mt_35{margin-top:35px;}
.mt_40{margin-top:40px;}
.mb_5{margin-bottom:5px;}
.mb_10{margin-bottom:10px;}
.mb_15{margin-bottom:15px;}
.mb_20{margin-bottom:20px;}
.mb_25{margin-bottom:25px;}
.mb_30{margin-bottom:30px;}
.mb_40{margin-bottom:40px;}
.fs_17{
	font-size:17px;
	line-height:42px;
}
.fs_15{
	font-size:15px;
	line-height:150%;
}
.fs_14{
	font-size:14px;
	line-height:150%;
}
.t_bold{
	font-weight:bold;
}
/* フッター */
#footer{
	clear:both;
	width:1000px;
	height:59px;
	background:url(img/footer.gif) left bottom no-repeat #ffffff;
}
#footer address{
	text-align:right;
	padding:36px 15px 0 0;
	color:#787878;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
}
