@charset "UTF-8";

/*　HOME　CSS　*/

/* =====目次==================

作成日　　：2009年09月12日
最終更新日：2010年07月18日


= CONTENTS =


1.基本デザイン

2.HEADER

3.FOOTER

============================== */

/* ===========================
　■1.基本デザイン
============================== */

/* || 1-1.レイアウト || */
#layout {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

#HEADER {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 80px;
}

#MIDDLE {
	margin: 8px 0 0;
	padding: 0;
	width: 800px;
	height: 450px;
}

#FOOTER {
	margin: 8px 0 0;
	padding: 0;
	width: 800px;
	height: 130px;
	background-image: url(../img/footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
/* // 1-1.レイアウト // */



/* ===========================
　■2.HEADER
============================== */

#HEADER {
	text-indent: -999999px;
}

#HEADER h2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 360px;
	height: 80px;
}

#Hachi {
	float: right;
	margin: 0;
	padding: 0;
	width: 440px;
	height: 80px;
	background-image: url(../img/Hachi.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}


/*　HEADER h2　*/
#HEADER h2 a {
	display: block;
	width: 360px;
	height: 80px;
	background-image: url(../img/h2_a.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#HEADER h2 a:hover {
	display: block;
	width: 360px;
	height: 80px;
	background-image: url(../img/h2_ah.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}



/* ===========================
　■3.FOOTER
============================== */

#BeeWing {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 50px;
}

#BeeWing h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 50px;
	text-indent: -999999px;
}

#BeeWing ul#ShopData {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 50px;
	list-style-type: none;
	text-indent: -999999px;
}

#BeeWing ul#SiteMenu {
	float: right;
	margin: 0;
	padding: 0;
	width: 270px;
	height: 50px;
	list-style-type: none;
	text-indent: -999999px;                                                                                                                       
}


#CopyRight {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 75px;
	font-size: 10px;
	color: #ad263c;
}

#CopyRight ul#ShopAddress {
	float: left;
	margin: 0;
	padding: 0;
	width: 270px;
	height: 75px;
	list-style-type: none;
}

#CRSM {
	float: right;
	margin: 0;
	padding: 0;
}

#CopyRight address {
	margin: 0;
	padding: 0;
	width: 360px;
	height: 21px;
}

#SSM {

}


/*　h1　*/
#BeeWing h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/BW_a.jpg);
}

#BeeWing h1 a:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/BW_ah.jpg);
}


/*　SiteMenu　*/
#SiteMenu li#toNetShop {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 30px;
}

#SiteMenu li#toNetShop a {
	display: block;
	width: 270px;
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/tNS_a.jpg);
}

#SiteMenu li#toNetShop a:hover {
	display: block;
	width: 270px;
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/tNS_ah.jpg);
}


#SiteMenu li#AccessMap {
	float: left;
	margin: 0 0 0 51px;
	padding: 0;
	width: 93px;
	height: 20px;
}

/* Windows IE~6.x対応 */
*html #SiteMenu li#AccessMap {
	margin: 0 0 0 25px;
}


#SiteMenu li#AccessMap a {
	display: block;
	width: 93px;
	height: 20px;
	background-image: url(../img/AM_a.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#SiteMenu li#AccessMap a:hover {
	display: block;
	width: 93px;
	height: 20px;
	background-image: url(../img/AM_ah.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}


#SiteMenu li#CompanyProfile {
	float: left;
	margin: 0;
	padding: 0;
	width: 126px;
	height: 20px;
}

#SiteMenu li#CompanyProfile a {
	display: block;
	width: 126px;
	height: 20px;
	background-image: url(../img/CP_a.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#SiteMenu li#CompanyProfile a:hover {
	display: block;
	width: 126px;
	height: 20px;
	background-image: url(../img/CP_ah.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}



/*　ShopAddress　*/
#ShopAddress li {
	margin: 0;
	padding: 0;
	height: 14px;
}

#counter {
	font-size: 9px;
}
