/*-------------------------------------------------------
Copyright (c) 2008 AISATSUJO PRO.All Rights 
 File  :  category.css
-------------------------------------------------------*/

#contents h3{
    background:url(../imgs/category/cate_submark.gif) 10px center no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:6px;
	font-weight:bold;
}

#contents div.bluebox{
    width:640px;
	padding:10px 0px;
	border-top:#00A0E9 5px solid;
	background-color:#D3E6EF;
}

#contents div.bluebox ul li{
    background:url(../imgs/category/cate_txtmark.gif) 10px center no-repeat;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:#00A0E9 1px dotted;
	padding-left:30px;
}

#contents div.bluebox .none{
    border-bottom:none;
}