@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.75em;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	background: #EFEFEF;
}

img {
	border: none;
}

strong {
	font-style: normal;
	font-weight: normal;
}

.clear {
	clear: both;
}

a:link, a:visited {
	color: #06C;
}

a:hover {
	color: #03C;
}

div#container {
	width: 840px;
	margin: auto;
	background: #FFF;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}

/*** HEADER ***/
div#header {
	position: relative;
	width: 840px;
	height: 70px;
	background: url(../image/backgroundHeader.gif) no-repeat;
}

#header h1 a {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 200px;
	height: 69px;
	background: url(../image/logo.jpg) no-repeat;
	text-indent: -1000em;
}

#header h2.topCopy {
	position: absolute;
	top: 12px;
	left: 530px;
	width: 290px;
	height: 30px;
	background: url(../image/topCopy.gif) no-repeat;
	text-indent: -1000em;
}

#header ul#top {
	position: absolute;
	top: 45px;
	left: 655px;
	list-style: none;
}

#top li a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 165px;
	height: 18px;
	background: url(../image/top.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;	
}

#top li a:hover {
	background: url(../image/top.gif) no-repeat bottom;
}

/*** GLOBAL MENU ***/
ul#globalMenu {
	position: relative;
	width: 840px;
	height: 44px;
	background: url(../image/backgroundMenu.gif) repeat-x;
	list-style: none;
}

#globalMenu li {
	float: left;
}

#globalMenu li.menu6 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 37px;
	background: url(../image/menu6.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

#globalMenu li.menu6 a:hover {
	background: url(../image/menu6.gif) no-repeat bottom;
}


#globalMenu li.menu1 a {
	position: absolute;
	top: 0;
	left: 140px;
	width: 140px;
	height: 37px;
	background: url(../image/menu1.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

#globalMenu li.menu1 a:hover {
	background: url(../image/menu1.gif) no-repeat bottom;
}

#globalMenu li.menu2 a {
	position: absolute;
	top: 0;
	left: 280px;
	width: 140px;
	height: 37px;
	background: url(../image/menu2.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

#globalMenu li.menu2 a:hover {
	background: url(../image/menu2.gif) no-repeat bottom;
}

#globalMenu li.menu3 a {
	position: absolute;
	top: 0;
	left: 420px;
	width: 140px;
	height: 37px;
	background: url(../image/menu3.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

#globalMenu li.menu3 a:hover {
	background: url(../image/menu3.gif) no-repeat bottom;
}

#globalMenu li.menu4 a {
	position: absolute;
	top: 0;
	left: 560px;
	width: 140px;
	height: 37px;
	background: url(../image/menu4.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

#globalMenu li.menu4 a:hover {
	background: url(../image/menu4.gif) no-repeat bottom;
}

#globalMenu li.menu5 a {
	position: absolute;
	top: 0;
	left: 700px;
	width: 140px;
	height: 37px;
	background: url(../image/menu5.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

#globalMenu li.menu5 a:hover {
	background: url(../image/menu5.gif) no-repeat bottom;
}

/*** FLASH ***/
div.flashArea {
	width: 840px;
	height: 240px;
	border-bottom: 1px solid #FFF;
}

/*** COPY ***/
img.mainImg {
	display: block;
	border-bottom: 1px solid #FFF;
}

h2.shopCopy {
	width: 840px;
	height: 75px;
	background: url(../image/backgroundCopy.gif) no-repeat;
	text-indent: -1000em;
}

/*** CONTENTS***/
div#contents {
	float: left;
	width: 580px;
	margin-left: 25px;
	padding-bottom: 25px;
	display: inline;
	line-height: 1.6em;
}

h3 {
	position: relative;
	width: 560px;
	padding: 4px 0px 6px 10px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 1.5em;
	border-left: 6px solid #eb6877;
	background: url(../image/dot.gif) repeat-x bottom;
	color: #d55765;
}

#contents p.sentenceArea {
	margin: 15px 0px;
}

/*** BANNER SIDE ***/
ul#bannerSide {
	float: left;
	width: 190px;
	margin-left: 20px;
	padding-bottom: 25px;
	display: inline;
	list-style: none;
	text-align: center;
}

#bannerSide li a img {
	margin-bottom: 12px;
}

#bannerSide li a img.inquiry {
	margin-top: 30px;
}

/*** FOOTER ***/
div#footer {
	width: 840px;
	padding-top: 15px;
	height: 85px;
	background: url(../image/footerBar.gif) no-repeat top;
	clear: both;
}

#footer ul#footerNavi {
	width: 600px;
	margin: 0 auto;
	list-style: none;
}

#footerNavi li {
	float: left;
	padding: 0px 10px;
	font-size: 0.	5em;
}

#footerNavi li a {
	text-decoration: none;
	font-size: 0.85em;
	color: #EB6877;
}

#footerNavi li a:hover {
	color: #3C6;
}

#footer ul#shopInfo {
	padding-top: 16px;
	list-style: none;
	clear: both;
	color: #333;
	text-align: center;
	font-size: 0.95em;
}

address {
	padding-top: 10px;
	font-size: 0.85em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

