@charset "utf-8";
* {
	margin:0;
	padding:0;
	}
	
body {
	background:#8f715e;
	color:#333333;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.5em;
	}
	
img {
	border:none;
	}
	
a:link,
a:visited,
a:hover,
a:active {
	color:#333333;
	}
	
.clear {
	clear:both;
	}
	
.clear hr {
	display:none;
	}
	
#container {
	background:#ffffff;
	margin:0 auto;
	padding:0 10px;
	width:780px;
	}
	
/*header*/
#container #header {
	background:url(img/main.jpg) no-repeat left top;
	margin-bottom:10px;
	padding-top:77px;
	height:123px;
	}

#container #header h1 {
	font-size:16px;
	}
	
#container #header h1 a {
	display:block;
	width:400px;
	height:45px;
	text-indent:-9999px;
	}
	
#container #header p.summary {
	margin:13px 0 0 10px;
	width:390px;
	}
	
/*contents*/
#contents ol {
	list-style:none;
	margin-bottom:10px;
	}

#contents ol li {
	display:inline;
	}

/*main*/
#contents .main {
	float:right;
	width:590px;
	margin-bottom:20px;
	}
	
#contents .main .ad {
	margin-bottom:15px;
	}
	
#contents .main .newsarea {
	margin-bottom:10px;
	}

#contents .main .newsarea dt {
	margin-bottom:5px;
	}

#contents .main .newsarea dd {
	margin-left:20px;
	}
	
#contents .main .newsarea p {
	margin:10px 0 0 20px;
	}
	
#contents .main  h2 {
	padding:5px 0 20px 0;
	color:#000000;
	font-size:16px;
	}
	
#contents .main  h2.white {
	padding:5px 0 20px 0;
	color:#ffffff;
	font-size:16px;
	}
	


#contents .main .top-box {
	background:url(img/line_top.gif) no-repeat left top;
	padding:0 10px 20px 10px;
	margin-bottom:20px;
	font-size:14px;
	border:#76675d solid 1px;
	}

/*main-category*/
#contents .main .category-box {
	background:url(img/line_cate.gif) no-repeat left top;
	padding:0 10px 20px 10px;
	margin-bottom:20px;
	font-size:14px;
	border:#dc8e54 solid 1px;
	}
	
#contents .main .category-box p {
	margin-bottom:10px;
	}
	
/*main-entry*/
/*item*/
#contents .main .goods-box {
	background:url(img/line_goods.gif) no-repeat left top;
	padding:0 10px 20px 10px;
	margin-bottom:20px;
	font-size:14px;
	border:#a48972 solid 1px;
	}
	
#contents .main .goods-box .item-box {
	float:left;
	width:240px;
	height:230px;
	margin:10px 10px 10px 0;
	padding:10px;
	border:#333333 solid 1px;
	text-align:center;
	}
	
#contents .main .goods-box .item-box p.item-title {
	color:#000000;
	font-size:10px;
	font-weight:bold;
	margin-bottom:5px;
	}
	
#contents .main .goods-box .item-box p.price {
	margin-bottom:5px;
	color:#ff0000;
	font-size:12px;
	}
	
	
#contents .main .goods-box .item-box p.cpyright {
	text-align:right;
	}
	
/*qa*/
#contents .main .goods-box dl.goo,
#contents .main .goods-box dl.yahoo {
	border-bottom:#cccccc dashed 1px;
	margin-bottom:20px;
	padding-bottom:10px;
	}
	
#contents .main .goods-box dl.goo dt,
#contents .main .goods-box dl.yahoo dt {
	background:#dae0c5;
	padding:5px 10px;
	margin-bottom:10px;
	height:200%;
	width:540px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	border-left:#383e26 solid 10px;
	}
	
#contents .main .goods-box dl.goo dd.answer {
	padding:0 5px 10px 60px;
	background:url(img/hatena1.gif) no-repeat left top;
	}
	
#contents .main .goods-box dl.yahoo dd.answer {
	padding:0 5px 10px 60px;
	background:url(img/hatena2.gif) no-repeat left top;
	}

#contents .main .goods-box dl.goo dd.more,
#contents .main .goods-box dl.yahoo dd.more {
	margin-right:20px;
	text-align:right;
	}

/*main-entry-list*/
#contents .main .entry-box {
	background:url(img/line_entry.gif) no-repeat left top;
	padding:0 10px 20px 10px;
	margin-bottom:20px;
	border:#d1b59f solid 1px;
	}

#contents .main .entry-box ul.entry-list {
	list-style:none;
	}
	
#contents .main .entry-box ul.entry-list li {
	float:left;
	display:inline;
	width:250px;
	height:20px;
	margin-right:10px;
	padding:5px 0 5px 20px;
	background:url(img/list.gif) no-repeat left 6px;	
	}
	
/*sub*/
#contents .sub {
	float:left;
	width:180px;
	}
	
#contents .sub h3 {
	background:url(img/navi.gif) no-repeat left top;
	display:table-cell;
	vertical-align:middle;
	height:40px;
	width:160px;
	padding:0 10px;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	}
	
/* for IE 6 */
* html #contents .sub h3 {
	display:inline;
	height:35px;
	padding:5px 10px 0 10px;
	zoom:1;
	}
	
/* for IE 7 */
*:first-child+html #contents .sub h3 {
	display:inline;
	height:35px;
	padding:5px 10px 0 10px;
	zoom:1;
	}	

#contents .sub .menu-box {
	background:#cbd5ae;
	padding:5px 10px 10px 10px;
	margin-bottom:15px;
	}
	
#contents .sub .menu-box ul {
	list-style:none;
	}
	
#contents .sub .menu-box ul li {
	padding:5px 0;
	border-bottom:#999999 dashed 1px;
	}

/*footer*/
#footer {
	text-align:center;
	}
	
#footer .copy {
	display:block;
	background:#d40e56 url(img/footer.gif) repeat-x top left;
	margin-top:10px;
	padding:15px 0;
	height:20px;
	}
	
#footer .copy address {
	color:#ffffff;
	font-style:normal;
	}