@charset "utf-8";
* {
	margin:0;
	padding:0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #3D3D3D;
	text-align: center;
	background-image: url(img/body_img.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a  {
	color: #0033CC;
}
a:hover   {
	color: #FF0000;
	text-decoration: none;
}
img {
	border:0;
}
li	{
	list-style-type:none;
}#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#allitem {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #FBFBFB;
}
#gnavi {
	height: 50px;
	width: 900px;
}
#gnavi li {
	float: left;
	width: 180px;
}

#header {
	height: 100px;
	width: 900px;
}
#logo {
	float: left;
	height: 70px;
	width: 200px;
	padding-top: 11px;
	padding-left: 4px;
}
#inquiry {
	float: right;
	padding-top: 10px;
	width: 300px;
	height: 80px;
}
#copy {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100px;
}
#box {
	height: 250px;
	padding-bottom: 10px;
}
#left {
	float: left;
	width: 650px;
	padding-bottom: 20px;
}
#info {
	width: 650px;
	padding-top: 10px;
	float: left;
}
#info li {
	line-height: 25px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A6A6A6;
	width: 630px;
	background-image: url(img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#right {
	float: right;
	width: 250px;
}
#banner {
	float: right;
	padding-top: 10px;
}
#banner li {
	padding-top: 5px;
}




#footer {
	clear: both;
	height: 80px;
	background-image: url(img/footer_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.footer_inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}
.footer_inner  ul {
	padding-top: 5px;
	padding-left: 10px;
}
.footer_inner  li {
	float: left;
	padding-right: 4px;
	font-size: 12px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
}


#copyright {
	clear: both;
	background-position: bottom;
}
#copyright p {
	margin-top: 25px;
	color: #FBFBFB;
}
#copyright a {
	text-decoration: none;
	color: #F7F7F7;
}
#copyright  a:hover {
	text-decoration: underline;
}
