html,body,h1,h2,h3,h4,h5,h6,p,div,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

body{
	background: #ffffff url(../img/main_bk.gif) repeat-y center top;
	text-align: center;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

.ClearBox{
	clear: both;
}

#MainBox{
	width: 720px;
	height: auto;
	margin: 0px auto;
	text-align: left;
}


/*---------------------------------------------------------------------------------
(HeadBox)
---------------------------------------------------------------------------------*/
#MainBox #HeadBox{
	width: 720px;
	height: 78px;
	background: #e1e2e4 url(../img/head_bk.jpg) repeat-x left top;
}

#HeadBox h1{
	width: 180px;
	height: auto;
	padding: 12px 0px 0px 0px;
	text-align: right;
	float: left;
}

#HeadBox #HLeft{
	width: 350px;
	height: auto;
	padding: 12px 0px 0px 0px;
	text-align: right;
	float: right;
}

#HeadBox #HLeft p#HeadText{
	margin: 0px;
	padding: 0px 12px 4px 0px;
}


/*---------------------------------------------------------------------------------
(MenuBox)
---------------------------------------------------------------------------------*/
#MainBox #MenuBox{
	width: 720px;
	height: auto;
}

#MainBox #MenuBox ul li{
	list-style: none;
	display: inline;
	line-height: 0;
}


/*---------------------------------------------------------------------------------
(ConBox)
---------------------------------------------------------------------------------*/
#MainBox #ConBox{
	width: 720px;
	height: auto;
	text-align: center;
}

#ConBox #Contents{
	width: 670px;
	height: auto;
	margin: 10px auto;
	text-align: left;
	line-height: 1.3;
}


/*---------------------------------------------------------------------------------
(FootBox)
---------------------------------------------------------------------------------*/
#MainBox #FootBox{
	width: 720px;
	height: auto;
	margin: 80px 0px 0px 0px;
	padding: 7px 0px 60px 0px;
	background: #ffffff url(../img/foot_line.gif) repeat-x left top;
}

#MainBox #FootBox ul{
	width: 400px;
	float: left;
}

#MainBox #FootBox ul li{
	list-style: none;
	padding:0px 0px 0px 30px ;
	float: left;
}

#MainBox #FootBox ul li a{
	color: #000000;
	text-decoration: none;
}

#MainBox #FootBox ul li a:hover{
	color: #000000;
	text-decoration: underline;
}

#MainBox #FootBox p{
	width: 270px;
	padding: 0px 30px 0px 0px;
	float: right;
	text-align: right;
	color: #0570b0;
}