body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
	background: url(../images/back.jpg) repeat-y fixed center top;
}
body,h1,h2,h3,h4,p,a,img {
	margin: 0px;
	padding: 0px;
}
img{
	border:0;
}

/*全体------------------*/

#box_all {
	margin: 10px auto 0px;
	padding: 0px;
	width: 900px;
	text-align: left;
	vertical-align: top;
}

/*ヘッダー------------------*/

#box_header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 110px;
}

/*ロゴ*/
#box_header_box01 {
	margin: 0;
	padding: 0px;
	width: 220px;
	height: 110px;
	float: left;
}
#box_header_box01 h1 {
	margin: 0px;
	padding: 0px;
	background: url(../images/logo.gif) no-repeat;
	width: 220px;
	height: 110px;
}
#box_header_box01 h1 a {
	display:block;
	width:220px;
	height:110px;
	text-indent: -9000px;
	overflow: hidden;
	outline:none;
}

/*バナー*/
#box_header_box02 {
	margin: 0px;
	padding: 0px;
	width: 675px;
	height: 80px;
	float: right;
}
#box_header_box02 h2 {
	margin: 0px;
	padding: 0px;
	background: url(../images/main_banner.gif) no-repeat;
	width: 675px;
	height: 80px;
}
#box_header_box02 h2 a {
	display:block;
	width:675px;
	height:80px;
	text-indent: -9000px;
	overflow: hidden;
	outline:none;
}

/*メインガイド*/
#box_header_box03 {
	margin: 5px 0 0 0;
	padding: 0px;
	width: 675px;
	height: 25px;
	float: right;
}
#box_header_box03 ul {
	list-style:none;
	margin: 0;
	padding: 0;
	display: block;
	width: 675px;
	height: 25px;
}
#box_header_box03 ul li{
	float: left;
}
.guide_item,
.guide_login,
.guide_cart,
.guide_contact {
	display: block;
	height: 25px;
	text-indent: -9000px;
}
.guide_item a,
.guide_login a,
.guide_cart a {
	display: block;
	height: 25px;
	width: 170px;
	overflow: hidden;
	outline:none;
}
.guide_contact a {
	display: block;
	height: 25px;
	width: 165px;
	overflow: hidden;
	outline:none;
}

.guide_item a { background: url(../images/main_guide.gif) no-repeat 0px 0px; }
.guide_item a:hover { background: url(../images/main_guide.gif) no-repeat 0px -25px; }

.guide_login a { background: url(../images/main_guide.gif) no-repeat -170px 0px; }
.guide_login a:hover { background: url(../images/main_guide.gif) no-repeat -170px -25px; }

.guide_cart a { background: url(../images/main_guide.gif) no-repeat -340px 0px; }
.guide_cart a:hover { background: url(../images/main_guide.gif) no-repeat -340px -25px; }

.guide_contact a { background: url(../images/main_guide.gif) no-repeat -510px 0px; }
.guide_contact a:hover { background: url(../images/main_guide.gif) no-repeat -510px -25px; }


/*コンテンツ------------------*/

#box_contents {
	margin: 5px 0 0 0;
	padding: 0px;
	width: 900px;
	height: auto;
	vertical-align: top;
}


/*フッター------------------*/

#box_footer {
	margin: 0px;
	padding: 0px;
	height: 330px;
	width: 900px;
	clear: both;
	background: url(../images/footer_back.gif) no-repeat bottom;
	text-align: left;
}
#box_footer p {
	margin: 0px ;
	padding: 60px 0 20px 0;
}
#box_footer p a {
	margin: 0 20px 0 0;
	padding: 0px;
	color: #330000;
	text-decoration: underline;
	font-size: 12px;
}
#box_footer p a:hover {
	text-decoration: none;
	font-size: 12px;
}
