@charset "utf-8";
/* CSS Document */

/* -- reset -- */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, dl, dt, dd, ol, ul, li,
table, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul { list-style: none; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

table {
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
}

/* -- common -- */

body {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,Arial,sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #535353;
	background-color: #FFFFFF;
}

#wrapper {
	width: 760px;
	margin: 0px auto;
}

#mustHead {
	width: 760px;
	position: relative;
	height: 147px;
}

#logo {
	width: 131px;
	height: 39px;
	position: absolute;
	top: 65px;
	left: 0px;
}

#store {
	width: 195px;
	height: 25px;
	position: absolute;
	top: 72px;
	right: 0px;
}

#globalNavi {
	position: absolute;
	width: 760px;
	height: 14px;
	left: 0px;
	top: 133px;
}

#globalNavi ul li {
	float: left;
	line-height: 0px;
}

.naviLefty { padding-left: 37px; }

#topicPath {
	margin: 10px 0px;
}

#topicPath p {
	font-size: 10px;
	color: #999999;
	text-align: right;
}

#topicPath a {
	color: #8A8109;
	text-decoration: none;
}
#topicPath a:hover { text-decoration: underline; }

#topContent {
	width: 760px;
	margin: 0px auto;
}
#content {
	width: 710px;
	margin: 0px auto;
}

.title {
	height: 24px;
	background: url(../img/dotted.gif) left bottom repeat-x;
}
.title2 {
	margin-top: 40px;
	height: 24px;
	background: url(../img/dotted.gif) left bottom repeat-x;
}

#footer {
	margin-top: 40px;
	padding-bottom: 30px;
}

#footer p {
	text-align: center;
}

.hide { clear: both; }
.hide hr { display: none; }

.paragraph { margin-top: 10px; }
.paragraph2 { margin-top: 20px; }

.read { margin-top: 12px; }

.listMark {
	background: url(../img/listmark.gif) 0px 6px no-repeat;
	text-indent: 8px;
}
.listMark2 {
	background: url(../img/listmark2.gif) 12px 6px no-repeat;
	text-indent: 20px;
}

.txtRed { color: #FF0000; }
.txtGray { color: #B0B0B0; }

.indent {
	text-indent: -1em;
	padding-left: 1em;
}

.txtSmall { font-size: 10px; line-height: 130%; }

.caption {
	font-size: 10px;
	line-height: 130%;
	margin-top: 5px;
}

.talignR { text-align: right; }

.floatL { float: left; }
.floatR { float: right; }

.mT5 { margin-top: 5px; }

/* -- top -- */

#mainVisual {
	margin-top: 40px;
	/*border: 1px solid #999999;*/
	/*padding: 0px 0px 25px;*/
}

#mainVisual p {
	text-align: center;
}

#topicsNavi {
	margin: 20px 0px;
}

#news {
	font-size: 10px;
	color: #FF0000;
	text-align: center;
	margin-top: 15px;
}

/* -- infomation -- */

.dataCell th, .dataCell td {
	text-align: left;
	vertical-align: top;
	padding: 15px 0px;
}

.dotted {
	background: url(../img/dotted.gif) left bottom repeat-x;
}

.dataCell th {
	width: 100px;
}
.dataCell td {
	width: 610px;
}

#inandout {
	width: 588px;
	margin: 30px 0px 35px;
}

/* -- about -- */

.txtAbout {
	line-height: 300%;
	text-align: center;
}

.topVisual {
	margin-top: 17px;
}

/* -- shop -- */

.shops {
	padding-bottom: 15px;
	background: url(../img/dotted.gif) left bottom repeat-x;
}

/* -- order/contact -- */

.grayBox {
	margin-top: 30px;
	padding: 15px 20px;
	background-color: #F6F6F6;
}
.grayBox p {
	color: #8A8109;
}

/* -- sitemap -- */

#sitemap li {
	padding: 12px 0px 0px;
}

#sitemap li.dotted {
	padding: 12px 0px 12px;
}

#sitemap a {
	color: #535353;
}

/* -- collection -- */

#sideNavi {
	width: 100px;
	float: left;
}

#flashcontent {
	width: 600px;
	float: right;
	margin-top: 17px;
}

/* -- under construction -- */

#construction {
	margin-top: 30px;
	padding: 15px 20px;
	background-color: #F6F6F6;
}

#construction span {
	font-weight: bold;
	color: #8A8109;
}
