@import url("clearfix.css");

body{
	font-size:12px;
	_font-size:75%;
	color:#666666;
	background:url(../img/common/back.jpg) center top repeat-y;
	_background:url(../img/common/back_ie.jpg) center top repeat-y;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
*:first-child+html body{
	background:url(../img/common/back_ie.jpg) center top repeat-y;
}
p{line-height:120%;}

/* */
#wrap{
	width:800px;
	margin:0 auto;
}
.head_copy{
	background:#4D4D4D;
	color:#ffffff;
	padding:3px 8px;
	font-size:95%;
}
#header{
	background:url(../img/common/header.jpg) left bottom no-repeat;
	max-height:67px;
	_height:67px;
	overflow:hidden;
}
#head_menu{
	float:right;
	margin-top:25px;
}
#head_menu li{
	float:left;
	margin-right:20px;
	_margin-right:10px;
}
/* */
#main{
	width:565px;
	margin:20px 20px 0 0;
	_margin:20px 10px 0 0;
	float:right;
}
#main p{
	margin:8px 10px;
	line-height:150%;
}
/* */
#left{
	width:185px;
	float:left;
	font-size:95%;
	margin:20px 0 0 10px;
	_margin:20px 0 0 5px;
}
#side_box{
	background:url(../img/common/side_top.jpg) center top no-repeat #E9F0F7;
	border:1px solid #999999;
	margin-bottom:15px;
	padding:10px;
	width:165px;
}
#side_box img{
	margin-bottom:8px;
}
#side_box a{
	color:#666666;
}
/* */
#footer{
	text-align:center;
	font-size:95%;
	margin:20px auto;
}
#foot_menu{
	text-align:left;
	background:url(../img/common/footer.jpg) left top repeat-x;
}
#foot_menu li{
	float:left;
	margin-left:10px;
	_margin-left:5px;
}
/* */
.f_left{float:left;}
.f_right{float:right;}
.m_center{margin-left:auto; margin-right:auto;}
.mt_10{margin-top:10px;}
.mt_50{margin-top:50px;}
.ml_10{margin-left:10px;}
.mr_10{margin-right:10px;}
.mb_10{margin-bottom:10px;}
.mb_20{margin-bottom:20px;}