@charset "utf-8";

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,table,tr,th,td,
span,a,img,strong {
	font-size:100%;
	font-weight:normal;
	line-height:120%;
	letter-spacing:1px;
	text-decoration:none;
	list-style:none;
	border:none;
	padding:0;
	margin:0;
}

img {
	float:left;
}

body {
	text-align:center;
	background:url("../image/bg.gif") repeat;
	background-color:#000000;
}

#wrapper {
	width:817px;
	height:auto;
	margin:0 auto;
	background:url("../image/kage.gif") repeat-y top center;
	background-color:#000000;
}

#contents {
	width:802px;
	margin:0 auto;
}

ul.header {
	width:802px;
	
}

li.logo {
	width:393px;
	height:125px;
	float:left;
}

li.kousin {
	width:409px;
	height:125px;
	background:url("../image/kosin_bg.jpg") no-repeat top right;
	float:right;
}

li.kousin dl {
	width:350px;
	/width:340px;
	height:60px;
	overflow:auto;
	margin:42px 0 0 3px;
	/margin:42px 0 0 -40px;
	background-color:#DFDFDF;
}

li.kousin dt {
	text-align:left;
	font-size:10px;
	font-weight:bold;
	padding:8px 4px 4px 8px;
	/padding:8px 4px 4px 4px;
}

li.kousin dd {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	padding:0 5px 0 10px;
}

#main p img {
	padding-bottom:10px;
	background:url("../image/price_bg.gif") top center repeat-y;
}

/* 商品一覧 */
#main dl.price {
	clear:both;
	width:802px;
	height:278px
	background:url("../image/price_bg.gif") top center repeat-y;
}

#main dl.price dt {
	height:56px;
	background:url("../image/title_1003_1.jpg") top left no-repeat;
	text-indent:-10000em;
}

#main dl.price dt a {
	width:195px;
	height:36px;
	background:url("../image/btn.jpg") top left no-repeat;
	display:block;
	overflow:hidden;
	float:right;
	position:relative;
	top:13px;
	right:53px;
}

#main dl.price dt a:hover {
	width:195px;
	background-position:0 -36px;
}

/* 商品一覧 */
#main dl.price2 {
	clear:both;
	width:802px;
	height:278px;
	padding:10px 0 20px 0;
	background:url("../image/price_bg.gif") top center repeat-y;
}

#main dl.price2 dt {
	height:56px;
	background:url("../image/title_1003_2.jpg") top left no-repeat;
	text-indent:-10000em;
}

#main dl.price2 dt a {
	width:195px;
	height:36px;
	background:url("../image/btn.jpg") top left no-repeat;
	display:block;
	overflow:hidden;
	float:right;
	position:relative;
	top:13px;
	right:53px;
}

#main dl.price2 dt a:hover {
	width:195px;
	background-position:0 -36px;
}
/* 商品一覧 end*/


#footer {
	clear:both;
	width:802px;
	height:125px;
	background:url("../image/footer_bg1.jpg") no-repeat;
}

#footer dl {
	padding:18px 0 0 10px;
}

#footer dt {
	color:#ffffff;
	font-size:12px;
	text-align:left;
	padding:0 0 5px 5px;
}

#footer p {
	float:right;
	padding:0 5px 0 0;
}

p#copyright {
	color:#ffffff;
	font-size:12px;
	background-color:#5e0600;
	padding:5px 0 5px 0;
	margin:2px 0 2px 0;
}


.clearfix:after,
#f_navi:after {
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

.clearfix,
#f_navi {
	zoom:1;
}


