@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	background-image: url("../images/common/body/back.gif");
	}


a { color: #fff; text-decoration: underline; }
a:link { color: #fff; text-decoration: underline; }
a:visited { color: #fff; text-decoration: underline; }
a:active { color: #999999; text-decoration: none; }
a:hover	 { color: #999999; text-decoration: none; }

a:hover img.over {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

img { border: none; }

#container {
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	width: 850px;
	text-align: left;
	clear: right;
	position: relative;
	top: 760px;
}

/* clearfix
------------------------------------------------------------------------------- */
.clearfix:after {
     content: "";
     display: block;
     clear: both;
}
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/


/*header--------------------------------------------------------------------------------*/

#header {
	width: 100%;
	/*height: 390px;*/
	background-image: url("../images/index/index_back.gif");
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

/*menu--------------------------------------------------------------------------------*/

#header div.menu {
width: 850px;
margin: 0 auto;
position: relative;
}

#header div.menu h1 {
	margin: 30px 0 0 0;
	}

#header div.menu ul {
	list-style: none;
	position: relative;
	top: -50px;
}

#header div.menu li {
	display: block;
	padding: 0 20px;
	float: right;
}

#header div.menu div.raikaku {
	margin-top: 15px;
	position: relative;
}

#header div.menu div.raikaku a.r01 {
	position: absolute;
	top: 90px;
	left: 320px;
}

#header div.menu div.raikaku a.r02 {
	position: absolute;
	top: 90px;
	left: 450px;
}

/*side navi--------------------------------------------------------------------------------*/

#product {
width: 200px;
float: left;
}

#product ul li {
	list-style: none;
	margin-bottom: 20px;
}

#product ul li img {
	vertical-align: bottom;
}

#product dt {
margin-bottom: 15px;
}

#product dd {
	border-top: dotted 1px #fff;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/*content--------------------------------------------------------------------------------*/

#contents {
float: right;
width: 620px;
margin-left: 30px;
}

.new_arrival {
padding: 0 20px 50px 0;

}

.box {
	clear: both;
	width: 600px;
	border-bottom: 1px dotted #fff;
	overflow: auto;
	padding: 15px 0; 
}

.left {
float: left;
width: 70px;
}

.left a {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #fff;
	}

.left a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.right {
float: right;
width: 510px;
}

.number {
color: #ff9900;
font-weight: bold;
font-size: 10pt;
}


/*footer--------------------------------------------------------------------------------*/

#footer {
clear: both;
width: 850px;
height: 30px;
margin-top: 20px;
background-image: url("../images/common/footer/footer_back.jpg");
background-repeat: no-repeat;
padding-bottom: 100px ;
}

#footer a { text-decoration: none; } 
.copyright {
font-size: 9pt;
color: #fff;
padding: 5px 0 0 10px;
}

.copyright p {
float: right;
padding-right: 10px;
}

.copyright ul {
}

.copyright li {
float: left;
list-style: none;
padding-right: 20px;
}

