@charset "utf-8";

/* Contents
 * ****************************
 *
 * 00:index_only 
 *
 * ****************************
 */


#index .indexcate{
	float:left;
	margin-right:9px;
	padding:4px;
	background:#E7E7E7;
	width:212px;
}

#index .indexcate_no{
	float:left;
	margin-right:0px;
	padding:4px;
	background:#E7E7E7;
	width:212px;
}

#index .indexcateIn{
	background:#ffffff url(../../img/index/cate_bg.jpg) repeat-x 0 0;
	border:1px solid #cccccc;
	min-height:132px;
}

* html #index .indexcateIn{
	height:132px;
}


#index .indexcateIn h2{
	margin-bottom:10px;
}

#index .indexcateIn p{
	float:left;
	width:75px;
	padding-left:7px;
}
#index .indexcateIn ul{
	float:right;
	text-align:left;
	letter-spacing: 0;
	width:100px;
	padding-right:14px;
}
#index .indexcateIn ul li {
	background: url(../../img/common/bgline01.gif) repeat-x 0 100%;
	padding:2px 0px 3px 0px;
	color:#666666;
}

#index .indexcateIn ul li.none {
	background:none;
}


#index .indexcateIn ul li .iconArrow01 {
	padding-left: 12px;
	background: url(../../img/common/icon_arrow01.gif) no-repeat 0 0.4em;
}






