/*
-----------------------------------------------
Layout Style Sheet
Version: 26 Nov. 2009
-----------------------------------------------
RESET
LAYOUT
	Clear, Hidden, and for Accessibility
COLORLING
	Links
	ClassColor
NAV
HEADINGS STYLE
TEXT STYLE
PAGE STYLE
	Home
	Detail
	History
	Info
	Materials
----------------------------------------------- */
/* --------------------------------------------
   =RESET
----------------------------------------------- */
html {
	background:#fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	vertical-align:top;
	font-weight:normal;
}
fieldset,img { border:0; }
img, object { vertical-align:bottom; }
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after { content:''; }
a { text-decoration:none; }
abbr,acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }

/* --------------------------------------------
   =LAYOUT
----------------------------------------------- */
html { background:#000; }
body {
	/*font:10px/1 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-selif;*/
	font:10px/1 'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-selif;
	color:#eee;
	background:#000 url(/i/bg_body.jpg) center top repeat-x;
}
/* Opera 9 */
;;body {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-selif;
	}

#container {
	width:900px;
	margin:0 auto;
}
#header {
	width:840px;
	padding:10px 30px 20px;
	background:transparent url(/i/bg_header.png) right top no-repeat;
}
#content {
	position:relative;
	min-height:200px;
	width:840px;
	padding:0 30px 20px;
}
#detail #content { margin-top:40px; }
#history #content {
	width:400px;
	padding-left:470px;
	background:url(/i/history/bg_history.jpg) 30px top no-repeat;
}
#info #content {
	width:640px;
	padding:60px 30px 20px 230px;
}

.bottom-margin { margin-bottom:10px; }
.endOfElement {
	clear:both;
	height:20px;
	width:840px;
	margin-bottom:20px;
	background:url(/i/hr.gif) no-repeat;
}
.zIndexFront { z-index:10000; }

/*  =Clear, Hidden, and for Accessibility  */
.clear {
	clear:both;
}
.hiddenelements {
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}
#nav:after, .bagList :after,
#mariaLouis2:after, .bagList:after, .displayList:after, #eshowDiv:after,
.maincol:after, #materialsDiv:after,
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* --------------------------------------------
   =COLORLING
----------------------------------------------- */
/*  =Links  */

/*  =ClassColor  */


/* --------------------------------------------
   =NAV
----------------------------------------------- */
#nav {}
#nav li {
	float:left;
	margin-right:4px;
}
#nav li a {
	display:block;
	height:32px;
	width:98px;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	text-align:center;
	color:#acabb0;
	background:#3a456c url(/i/bg_nav.gif) left top repeat-x;
	border-right:#313646 solid 1px;
	border-left:#7a8295 solid 1px;
}
#nav li#home a {
	height:16px;
	padding:8px 0;
	text-transform:uppercase;
}
#nav li.current a {
	cursor:default;
	font-weight:bold;
	color:#fff;
	background-color:#9298a8;
	background-position:left bottom;
}
#nav li a:hover, #nav li a:forcus { color:#f60; }
#nav li.current a:hover, #nav li.current a:forcus { color:#fff; }


/* --------------------------------------------
   =HEADINGS STYLE
----------------------------------------------- */
#siteTitle {
	height:69px;
	width:631px;
	margin:16px 0 20px -5px;
	background:url(/i/logo.png) no-repeat;
}
#siteTitle a {
	display:block;
	height:100%;
	width:100%;
	text-indent:-9999px;
	outline:none;
	overflow:hidden;
}
#home #siteTitle a {
	cursor:default;
}

#home h2 {
	margin-bottom:1em;
	font-size:1.6em;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
	color:#bf0411;
}
#home #eshowDiv h2 {
	margin-bottom:0;
	text-align:left;
}
#home h3, .mlText {
	font-size:1.2em;
	line-height:1.5;
	color:#b0a877;
	margin-bottom:.5em;
}

#detail h2 {
	font-size:1.4em;
	line-height:1.5;
	margin-bottom:1em;
	padding:0 .5em;
	color:#fff;
	font-weight:bold;
	background:url(/i/bg_h2_detail.gif) left top repeat-y;
}

#info h2 {
	font-size:1.4em;
	line-height:1.5;
	margin-bottom:.5em;
	color:#ea8ab7;
}

#materials h2 {
	float:left;
	height:58px;
	width:475px;
	background:url(/i/h2_materials.gif) no-repeat;
	text-indent:-9999px;
}
.col1 h3, .col7 h3 {
	font-size:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5;
	text-align:center;
	background:#107c9f;
	margin-bottom:12px;
}

/* --------------------------------------------
   =TEXT STYLE
----------------------------------------------- */
p#descriptionText {
	font-size:1.4em;
	line-height:1.5;
	color:#e8bc67;
}

p.decorationText {
	margin-bottom:1em;
	font-size:1.4em;
	line-height:1.5;
	text-align:center;
	color:#fff;
	background:url(/i/bg_h2.gif) center top repeat-y;
}

.enterBtn li a {
	display:block;
	height:70px;
	width:140px;
	text-indent:-9999px;
	outline:none;
	overflow:hidden;
	background:url(/i/bg_enter.gif) left top no-repeat;
}
.enterBtn li a:hover {
	background-position:left bottom;
}

/* --------------------------------------------
   =PAGE STYLE
----------------------------------------------- */
/*  =Home  */
#mariaLouis {
	height:190px;
	width:524px;
	margin:-29px -30px 10px;
	padding:320px 30px 0 346px;
	background:url(/i/home/bg_maria_louis01.jpg) no-repeat;
}
#mariaLouis2 {
	padding:0 0 24px;
}
#eshowDiv img {
	float:left;
	margin-right:20px;
}
#eshowDiv p {
	font-size:1.4em;
	line-height:1.5;
	color:#fff;
}
.bagList li {
	float:left;
	margin:0 16px 10px 0;
	width:106px;
}
.bagList li.lastList {
	margin-right:0;
}
.displayList li {
	float:left;
	margin:0 25px 10px 0;
	width:148px;
}
.displayList li.lastList {
	margin-right:0;
}
.bagList li span,
.displayList li span {
	display:block;
	font-size:1.2em;
	line-height:1.5;
	padding:10px 0;
	text-align:center;
}
.mlList {
	float:left;
	margin:7px 14px 0 0;
}
.mlList li {
	float:left;
	margin:0 6px 0 0;
}
.mlList li span {
	display:block;
	font-size:1.2em;
	line-height:1.5;
	padding:8px 0;
	text-align:center;
}
.buyLink {
	clear:left;
}
.buyLink li {
	font-size:1.4em;
	line-height:1.5;
	text-align:center;
	margin:2em 0 1em;
	font-weight:bold;
}
.buyLink li a {
	color:#fff;
}
.buyLink li a:hover {
	color:#f30;
}

/*  =Detail  */
p.detailText {
	float:left;
	font-size:1.4em;
	line-height:1.5;
	width:520px;
	padding:1.5em 0;
}
#imgDiv {
	float:right;
	width:300px;
}
#imgDiv p {
	float:none;
	padding:.5em 0;
	font-size:1.4em;
	line-height:1.5;
	text-align:center;
}

/*  =History  */
#history #content img { margin-bottom:10px; }
#history #content p {
	font-size:1.2em;
	line-height:1.5;
	margin-bottom:1em;
}

/*  =Info  */
#info #content dl {
	font-size:1.4em;
	line-height:1.5;
}

/*  =Materials  */
#materials .maincol { margin-bottom:24px; }
#materials .maincol p {
	float:right;
	font-size:1.4em;
	line-height:1.5;
	width:25em;
}
#materialsDiv {
	clear:both;
}
.col1, .col7 {
	float:left;
	width:83px;
	margin-right:11px;
}
.col7 {
	width:652px;
	margin-right:0;
}
.col1 li, .col7 li {
	float:left;
	width:83px;
	height:210px;
}
.col7 li {
	margin-right:11px;
}
.col7 li.last {
	margin-right:0;
}
.col1 li em, .col7 li em {
	display:block;
	font-size:1.1em;
	line-height:1;
	font-weight:bold;
	padding:6px;
}
.col1 li span, .col7 li span {
	display:block;
	font-size:1em;
	line-height:1.2;
}

/* add20091209 */

#descriptionText a{
color:#E8BC67;
text-decoration:none;
}

#addLogo{
padding:15px 0 15px;
}

#addTxt{
color:#B0A877;
font-size:120%;
line-height:125%;
}

#addTxt p{
padding:0 0 5px;
margin:0;
}

.addH1{
color:#BF0411;
font-size:1.6em;
font-weight:bold;
line-height:1.5;
margin-bottom:1em;
text-align:center;
padding-top:15px;
}

/* add20100317 */
#addTxtEnter{
color:#cccccc;
font-size:150%;
padding:3px 0 18px;
margin:0;
}

#addLogo{
padding:15px 0 0;
}
