/* CSS Document */
/*基本レイアウト */

*{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ＭＳ ゴシック" "ヒラギノ Pro W3", Arial, Helvetica, sans-serif;
}

a img{
	border: none;
	color: #bbbbbb;
	background: transparent;
}

body{
}

#layout{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/topbg.gif);
	background-repeat: no-repeat;
}

#container{
	width: 800px;
	margin-top: 20px;
	}


/* headerのCSS */

#headerArea{
	width: 800px;
	height: 117px;
}

#topbox{
	padding: 20px 0px 0px 0px;
	height: 70px;
}

#logo{
	float: left;
	width: 380px;
	height: 70px;
	display: inline;
}

#logo_main{
	float: left;
	width: 150px;
	height: 70px;
	display: inline;
}

#logo h1{
	padding: 0px 7px 0px 10px;
}

.banner1{
}

#block{
	float: right;
}

#block ul{
	clear: both;
	font-size: 11px;
}

#block li{
	float: left;
	margin-right: 20px;
	list-style-image:url(../img/eye1.gif);
}

#headerArea a, #headerArea a:link, #headerArea a:visited{
	text-decoration: none;
	color: #000000;
}

#headerArea a:hover{
	text-decoration: underline;
	color: #CC3300;
	}

#headerSearchBox {
	clear: both;
}


#mainNavi {
	clear: left;
	height: 28px;
	padding: 0 0px;
	border-bottom: 3px solid #330000;
}

#mainNavi.noStay {
	height: 28px;
	margin-bottom: 10px;
}

#mainNavi ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNavi ul li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 0;
	_font-size: 1px;
}



#mainNavi .greenpia{
	width:117px;
	float: right;
	}

#menu a, #menu a:link {
	text-decoration: none;
	color: #ffffff;
	padding: 3px 15px;
}

#menu a:hover {
	background:#FFFFFF;
	color:#333333;

}

.pannav{
	padding-top: 10px;
	font-size: 13px;
}



/* footerのCSS */

#footer{
	clear: both;
	padding-top: 20px;
	width: 800px;
	height: 60px;
}

.footersolid{
	border-top: 1px solid #333333;	
}

.pagetopLink{
	border-top: 1px solid #cccccc;
	text-align: right;
	font-size: 10px;
	padding: 3px 0px 3px 0px;
	}

#footer ul, #footer li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer li{
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
}

#footer a, #footer a:link, #footer a:visited{
	text-decoration: none;
	color: #000000;
	padding: 0px 5px 0px 0px;
}

#footer a:hover{
	text-decoration: underline;
	color: #CC3300;
	}

#footer p{
	float: right;
	font-size: 11px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}


.bottom{
	clear: both;
	background-image:url(../img/sita.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 800px;
	height: 40px;
}

.bottom span{
	display:none;
}
