@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html,body {
	margin: 0;
	padding: 0;
	color: #3e3e3e; 
	font-size: 75%;
	text-align:center;
	font-family: Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	background: #FFFFFF;
}
/* FONT SIZE SETTING (http://developer.yahoo.com/yui/license.html) 
============================================================ */

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
 *font-size: 100%;
}
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
	/* for IE6/7 */ 
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

img {
	border:none;
}
a {	
	color: #000000; 
	text-decoration: none; 
}
a:hover	{ 
	color: #000000; 
	text-decoration: none;
}
h1,h2,h3,div,p,ul,li {
	margin: 0;
	padding: 0;
}
br.clear {
	clear: both;
}
/* GENERAL CSS */

img.imgCenter {
	margin:0 0 20px;
	text-align:center;
}
img.imgRight {
	float:right;
	margin:0 0 20px 20px;
}
img.imgLeft {
	float:left;
	margin:0 20px 20px 0;
}

/* CONTAINER
============================================================ */
body.index #container {
	 margin:0;
	 padding:0;
	 width:100%;
	 text-align:left;
	 overflow:hidden;
	 background:url(../img/bg_line_01.gif) center 90px no-repeat;
}
body.info #container {
	 margin:0;
	 padding:0;
	 width:100%;
	 text-align:left;
	 overflow:hidden;
	 background:url(../img/bg_line_02.gif) center 90px no-repeat;
}
body.about #container {
	 margin:0;
	 padding:0;
	 width:100%;
	 text-align:left;
	 overflow:hidden;
	 background:url(../img/bg_line_03.gif) center 90px no-repeat;
}
body.shop #container {
	 margin:0;
	 padding:0;
	 width:100%;
	 text-align:left;
	 overflow:hidden;
	 background:url(../img/bg_line_04.gif) center 90px no-repeat;
}

/* HEADER
============================================================ */
#header {
	margin:0 auto 130px;
	padding:0;
	width:900px;
	height:65px;
	text-align:left;
	overflow:hidden;
}
#header h1 {
	margin:39px 0 0 10px;
	padding:0;
	float:left;
}
#header ul.navi {
	margin:50px 10px 0 0;
	padding:0;
	float:right;
	list-style:none;
}
#header ul.navi li {
	margin:0 0 0 50px;
	padding:0;
	float:left;
}

/* description
============================================================ */
#description {
	margin:0 auto 20px;
	padding:0;
	width:800px;
	text-align:left;
	font-size:91%;
	color: #7B7E6D;
}

/* CONTENT
============================================================ */
#content {
	margin:0 auto;
	padding:0;
	width:900px;
	clear:both;
	text-align:left;
	overflow:hidden;
}
#imageContainer {
	position:relative;
	margin:0 auto;
	padding:0;
	width:880px;
	height:400px;
}
#imageContainer img {
	display:none;
	position:absolute;
}
#content div.title_photo {
	margin:0 10px;
	padding:0;
	width:880px;
}
body.info #content h2 {
	margin:30px;
	padding:0;
}
body.shop #content h2 {
	margin:20px;
	padding:0;
}
#content div.item {
	margin:0 30px 0 190px;
	padding:0 0 50px;
	clear:both;
	font-size:91%;
}
#content div.item p.data {
	margin:0;
	padding:0;
	float:left;
}
#content div.item p.text {
	margin:0 0 0 150px;
	padding:0;
	line-height:1.8;
}

body.about #content h2 {
	margin:0 0 40px;
	padding:0;
	font-size:116%;
	font-weight:bold;
}
#content div.about {
	margin:0 10px;
	padding:0;
	width:880px;
	clear:both;
	text-align:left;
	overflow:hidden;
	background:url(../img/bg_about.gif) 0 0 no-repeat;
}
#content div.shop {
	margin:0 10px;
	padding:0;
	width:880px;
	clear:both;
	text-align:left;
	overflow:hidden;
}
#content div.about div.photo {
	margin:0 50px 50px 0;
	padding:0;
	float:left;
}
#content div.about div.text {
	margin:0 0 0 420px;
	padding:0;
	line-height:2;
}
#content div.about div.text_02 {
	margin:20px 0 0 420px;
	padding:0;
	font-size:85%;
	line-height:1.8;
}
#content div.shop_item {
	margin:0 0 50px 220px;
	padding:0 0 50px;
	clear:both;
	border-bottom:1px dotted #CCCCCC;
}
#content div.shop_item p.img {
	margin:0 0 20px;
	padding:0;
	float:left;
	width:300px;
}
#content div.shop_item table {
	margin:0 0 10px 340px;
	padding:0;
}
#content div.shop_item table th {
	padding: 10px;
	border-bottom: 3px solid #a0a0a0;
	width: 80px;
	text-align:center;
}
#content div.shop_item table td {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
#content div.shop_item table td.cart {
	padding: 20px 0 0;
	text-align:center;
	border-bottom: none;
}
#content div.shop_item p.data {
	margin:0 0 20px;
	padding:0;
	clear:both;
}

/* FOOTER
============================================================ */
#footer {
	margin:80px auto;
	padding:0 10px;
	width:880px;
	clear:both;
	font-size:85%;
	text-align:right;
}