
*{
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	color: #101010;
}
div {
	text-align: center;
}
		
.nav {
	margin: 0px auto;
}
.nav li{
	list-style: none;
}
.toPageTop {
	text-align: right;
	clear: both;
}
a {
	text-decoration: none;
	color: #00337a;
}
a:hover {
	color: #0C2364;
	text-decoration: underline;
}
img,a img {
	border-style: none;
}

/*********************************** shell_start ***/
.header {
	margin-bottom: 0px ;
	background: url(../images/header_bg.gif) repeat-x bottom;
	width:auto;
	
}
.header p {
	color: #FFF;
	background: #AF000C;
	text-align: center;
}

/*********************************** gNavi */
/*********************************** pankuzu */
.pankuzu {
	background: url(../images/pankuzu_bg.gif) repeat-x bottom;
	padding: ;
	width: 860px;
}

/*********************************** footer */
.footer {
	background: #B30C0B;
	clear: both;
	text-align: center;
	width:auto;

}
.footer p {

}
.footer p a {
	color: #010101;
}
.footer p a:hover {
	color: #0C2364;
	text-decoration: underline;
}
.footer .product {
	background: #FFF;

}
.footer .site {
	background: #FFF url(../images/footer_navi_bg.jpg) repeat-x top;
}
.footer .etc {
	color: #FFF;

}
.footer .etc a {
	color: #FFF;
}
/*********************************** shell_end ***/

