/*--3P3B Ltd. BASE CSSs--*/
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#039;
	color:#333333;
	font-family:Verdana, Helvetica, sans-serif,'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka;
	font-size:xx-small;
	line-height:160%;
}
a,
a:link{
	color:#03c;
	text-decoration:underline;
}
a:hover,
a:active{
	color:red;
	text-decoration:underline;
}
a:visited{
	text-decoration:none;
}
#over{
	width:760px;
	height:auto;
	margin:0 auto;
	padding:0;
	/*background: url("../_img/over_back.gif") repeat-y;*/
}
#over2{
	width:750px;
	height:auto;
	margin:0 auto;
	padding:0;
	background:white;
	position:relative;
}

/*--header--*/
#header{
	width:750px;
	height:100px;
	margin:0 ;
	padding:0;
	border-width:0;
	background:url("../_img/h1_banner.jpg") no-repeat;
	float:left;
}
#logo{
	display:block;
	width:180px;
	height:48px;
	margin:20px 0 0;
	padding:0;
	text-indent:-10000px;
	background:transparent none;
	text-decoration:none;
	float:left;
}
h1{
	display:none;
	width:750px;
	height:100px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:url("../_img/h1_banner.jpg") no-repeat;
}

/*--other--*/
.hide{
	display:none;
}
.red{
	color:red;
}

/*--topnav--*/
#navtop{
	width:750px;
	height:auto;
	margin: 0 0 10px 0;
	padding:0;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size:x-small;
	background:#000080;
	clear:both;
}
#nav{
	display:inline;
	margin:0;
	padding:1px;
}
#nav li{
	display:inline;
	list-style:none outside;
	width:auto;
	margin: 0;
	padding:0 2px;
	float:left;
}
#here{
	color:white;
	margin:0;
	padding:0 4px;
	background:#f60;
}
#nav a,
#nav a:link{
	width:auto;
	height:auto;
	margin:0;
	padding:0 4px;
	color:#eee;
	text-decoration:none;
}
#nav a:hover,
#nav a:active{
	width:auto;
	height:auto;
	margin:0;
	padding:0 4px;
	background:white;
	color:navy;
	text-decoration:none;
	background: white url("../_img/nav_over.gif") no-repeat;
}

/*--banner--*/
.banner{
	width:200px;
	height:50px;
	margin:10px auto;
	padding:0;
}
.banner img{
	border:none;
}
#store{
	width:200px;
	height:50px;
	margin:10px  auto 10px;
	padding:0;
}
#store img{
	border:none;
}
#mm{
	width:200px;
	height:50px;
	margin:10px  auto ;
	padding:0;
	border:none;
}
#mm img{
	border:none;
}

/*--clear--*/
.cb{
	clear:both;
}
.cl{
	clear:left;
}
.cr{
	clear:right;
}

/*--footer--*/
#footer{
	width:750px;
	height:auto;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	font-size:x-small;
	clear:both;
}
#footer p{
	margin:0 ;
	padding:0 0 10px 0;
}