@charset "UTF-8";
/*
 Browzer Reset 
---------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	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:'';
}
abbr, acronym {
	border:0;
}
/*
 set up 
---------------------------------------------------------- */
body {
	font-size:85%;
	background:#000000;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',"ＨＧＰ明朝Ｅ",'ＭＳ Ｐ明朝','MS PMincho',"ＭＳ Ｐ明朝","verdana", "Lucida Grande","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:120%;
	color:#ffffff;
}
p, li {
	line-height:160%;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
.cl {
	clear:both;
}
/*
 Link Color 
----------------------------------------------------------- */
a {
	text-decoration:none;
}
a:link {
	color:blue;
}
a:visited {
	color:#0C8EF2;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:blue;
}
/*
 Site Size
----------------------------------------------------------- */
#wrap {
	width:900px;
	height:auto;
	margin:0 auto;
}
/*
 header
----------------------------------------------------------- */
#head {
	width:528px;
	height:272px;
	margin:0 0 0 -195px;
	position:absolute;
	clear:both;
	background:url(../img/top_black.png) no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}
* html #head {
behavior: expression(IEPNGFIX.fix(this));
} 
/*
 logo
---------------------------------------------------------- */
#logo {
	text-indent:-9999px;
}
/*
 text 
---------------------------------------------------------- */
.text {
	padding:30px 0 0 400px;
	width:500px;
	height:160px;
	float:left;
	font-size:0.85em;
	clear:both;
}
.undertext {
	text-align:center;
	margin:0;
}
/*
 MainBanner
---------------------------------------------------------- */
#mainbanner {
	width:900px;
	height:300px;
	margin:20px 0 30px 0;
	
}
#photodiv {
	background-repeat: no-repeat;
}
/*
 shop 
---------------------------------------------------------- */
#shop {
	width:900px;
	height:100px;
	
}
.r-space {
	margin:0 22px 0 0;
	float:left;
}
/*
 footer
---------------------------------------------------------- */
#footer {
	text-align:center;
	font-size:0.7em;
	color:#999999;
	margin:25px 0 10px 0;
	padding:5px 0 10px 0;
	border-top:1px solid #cccccc;
}
#footer a {
	color:#999999;
}
#footer ul {
	position:relative;
	text-align:left;
}
#footer li {
	background-image:url(../img/footer_arrow.jpg);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding:0 10px 0 15px;
	margin:-15px 0 0 0px;
	float:left;
}
