@charset "utf-8";

/*-----------tag---------*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	color: #666666;
	font: small "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	background-image: url(../img/headre_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
img, table { border: none; }

a {
	text-decoration: underline;
	color: #3399FF;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
}


/*-----------basic---------*/
.clear {
	font-size: 0;
	line-height: 0;
	height:0;
	clear: both;
	display: block;
}
#wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 133px;
	width: 980px;
	position: relative;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 7px;
}
#header #pan {
	position: absolute;
	top: 110px;
	width: 900px;
	left: 10px;
	font-size: 10px;
}
#header #logo {
	position: absolute;
	top: 40px;
	font-size: 19px;
	color: #FFFFFF;
	font-weight: bold;
	width: 500px;
	left: 80px;
}
#navibox {
	float: left;
	width: 230px;

}
#navi {
}
#container {
	float: left;
	width: 980px;
	padding-bottom: 20px;
}
#contentbox {
	float: left;
	width: 640px;
}
#content {
	float: right;
	width: 400px;
}
#sitebox {
	float: right;
	width: 330px;
}
#footer {
	clear: both;
	width: 100%;
	height: 30px;
	padding-top: 15px;
	background-color: #F2F2F2;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: center;
	font-size:10px;
}
#pan li {
	display: inline;
}
