@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; }

img {
	border: none;
}

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


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

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

#header h1 {
	margin: 30px 0 0 0;
	}

#header ul {
	list-style: none;
	margin: -50px 0 0 0;
}

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

.image {
margin-top: 65px;
}

.menu {
width: 850px;
margin: 0 auto ;
}

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

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

#product ul li.first {
	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;
}

#contents {
margin-bottom: 50px;
}

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

#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;
}

