@charset "utf-8";
/* ===================================================================
CSS information

このスタイルは、「トップページ」のページのスタイルです。

BODYのID名前は、「body#top」にしました。
=================================================================== */


#incontents {
	clear:both;
	padding-top:10px;

}

body#top #sub_l {
	width:190px;
	float:left;
	margin-bottom:50px;
}
body#top #sub_l h3{
	margin-bottom:3px;
}
body#top #sub_l .kura{
	padding-top:5px;
}

body#top #top_main {
	width:578px;
	float:left;
	margin-bottom:50px;
}
body#top #top_main .topimg{
	position:relative;
}
body#top #top_main .topimg .more{
	position:absolute;
	top:344px;
	left:245px;
}
body#top #top_main .topimg .more a:hover{
	opacity:0.8;
	}
body#top #top_main .topimg .more_catalog{
	position:absolute;
	top:344px;
	left:387px;
}
body#top #top_main .topimg .more_catalog a:hover{
	opacity:0.8;
	}	
body#top #top_main .contentsbox{
	width:550px;
	margin:0 auto 15px auto;
	clear:both;
}
body#top #top_main .contentsbox .cat_box{
	float:left;
}
body#top #top_main .contentsbox .cat_box_r{
	float:right;
}

body#top #sub_r {
	width:190px;
	float:left;
	margin-bottom:50px;
}

body#top .products_box{
	background:url(../img/top/products_bg.jpg) repeat-x bottom;
	border:solid 1px #E9EBE6;
	padding:8px 0px;
	margin-bottom:3px;
}
body#top .products_box .products_r{
	float:right;
	width:74px;
	padding:0px;
	margin:0px;
}
body#top .bn{
	margin-bottom:8px;
}
body#top .products_box .photo{
	float:left;
	padding-top:5px;
}

body#top .products_box h4{
	padding:3px 0px;
	line-height:120%;
}
body#top .products_box .discription{
	clear:both;
	line-height:120%;
	font-size:10px;
	padding:10px 0px 5px 0px;
}
body#top .products_box .inbox{
	margin:0 auto;
	width:165px;
}

body#top .catalog_border{
	border:solid 1px #4f6072;
	margin-top:3px;
}

#catalog_box{
	border:1px solid #4f6072;
	padding:5px;
	background:#f8f5ed;
	}
#catalog_box .inbox{
	padding-top:5px;
	border-bottom:1px solid #cacaca;
	margin-bottom:10px;
	}
#catalog_box .inbox_last{
	border-bottom:none;
	margin-bottom:0;
	}
#catalog_box .photo{
	float:left;
	}
#catalog_box .txt{
	float:right;
	width:100px;
	}
#catalog_box .txt h4{
	font-size:12px;
	font-weight:bold;
	color:#633;
	padding-bottom:5px;
	}
#catalog_box .txt p{
	font-size:10px;
	color:#666;
	line-height:12px;
	padding-bottom:5px;
	}
#catalog_box .txt p.btn{
	padding-bottom:10px;
	}
