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

body,dl,dd,img,a{margin:0;padding:0;}
img{border:none;}
.init{clear:both;}
a{text-decoration:none;}
div{height:100%;}
#pn{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#hd{
	background-image:url(../common/bg_header.png);
	background-repeat:no-repeat;
	width:960px;
	height:17px;
}

#bn{
	margin-top:15px;
	height:80px;
}
#bn dd{
	float:left;
	padding-left:10px;
}
#bn dd.lead{
	padding-left:0px;
}
/*#########################*/
#mb_upp{
	width:942px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
#mb_upp dd.upp{
	float:left;
	height:40px;
}
#mb_upp dd.low{
	float:left;
	height:41px;
}

/*#########################*/
#mb_low{
	background-image:url(../common/bg_mb_low.png);
	background-repeat:no-repeat;
	width:960px;
	height:48px;
	margin-top:30px;
	padding-top:8px;
	color:#178CFF;
	font-size:0.75em;
	font-weight:bold;
	line-height:150%;
	text-align:center;
}
#mb_low a{color:#178CFF;}
#mb_low a:hover{text-decoration:underline;}
