@charset "Shift_JIS";

/* for Categories .categories_main */
.categories_main{
	width: 780px;
	float: right;
	margin: 0;
	overflow: hidden;
	padding-top: 45px;
}



/* h2 */
.categories_main .title{
	background: url(/images/common/title_bg_green.gif) left top repeat-y;
	margin-bottom: 5px;
}
.categories_main .title div{
	background: url(/images/common/title_bg_bottom.gif) left bottom no-repeat;
	height: 27px;
	padding-bottom: 14px;
	overflow: hidden;
}
.categories_main .title div h2{
	/*line-height: 30px;*/
	height: 26px;
	font-weight: normal;
	font-size: 15px;
	color: #FFF;
	padding-left: 10px;
	padding-top: 1px;
	width: 300px;
}

/*note*/
.categories_main .c_categories_note p{
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	padding: 10px;
}


/*tab*/
.categories_main .c_categories_tab{
	margin-top: 10px;
}
.categories_main .c_categories_tab, .categories_main .c_categories_tab ul{
	width: 780px;
	height: 85px;
	overflow: hidden;
}
.categories_main .c_categories_tab ul li{
	width: 260px;
	height: 85px;
	line-height: 0;
	float: left;
}
.categories_main .c_categories_tab ul li.tab1{
	background: url(/images/categories/tab1_hit.png) left top no-repeat;
}
.categories_main .c_categories_tab ul li.tab2{
	background: url(/images/categories/tab2_hit.png) left top no-repeat;
}
.categories_main .c_categories_tab ul li.tab3{
	background: url(/images/categories/tab3_hit.png) left top no-repeat;
}
.categories_main .c_categories_tab ul li a{
	display: block;
	line-height: 100%;
	width: 260px;
	height: 85px;
}
.categories_main .c_categories_tab ul li.hit a{display: none;}




/* categories box */
.categories_main .c_categories_categories{
	border-left: #ECECEB 1px solid;
	border-right: #ECECEB 1px solid;
	border-bottom: #ECECEB 1px solid;
	border-top: #005C3D 3px solid;
}
.categories_main .c_categories_categories .box{
	width: 768px;
	margin-top: 30px;
	margin-left: 7px;
	overflow: hidden;
}
.categories_main .c_categories_categories .hit{display: block;}

.categories_main .c_categories_categories .box .boxbox{
	float: left;
	width: 192px;
	padding-bottom: 20px;
}
.categories_main .c_categories_categories .box .catename_{
	width: 186px;
	background: url(/images/category/subcategory_bg.gif) left top repeat;
}
.categories_main .c_categories_categories .box .catename_ h3{
	width: 186px;
	height: 50px;
	display: table-cell;
	background: url(/images/category/subcategory_bg_bottom.gif) left bottom no-repeat;
}
.categories_main .c_categories_categories .box .catename_ h3 a{
	color: #FFF;
	padding: 1px 10px 0 20px;
	font-size: 12px;
	line-height: 130%;
	background: url(/images/common/link_arrow.gif) 10px 50% no-repeat;
	background: url(/images/common/link_arrow.gif) 10px 50% no-repeat\9;/* IE 9 */
}
.categories_main .c_categories_categories .box .catename_ h3 a:not(:target){
    width:160px\9;/* IE 9 */
    display: block\9;/* IE 9 */
    position: relative\9;/* IE 9 */
    top: -2px\9;/* IE 9 */
}
* html .categories_main .c_categories_categories .box .catename_ h3 a { /* IE 6 */
	display: inline;
	zoom: 1;
}
*:first-child+html .categories_main .c_categories_categories .box .catename_ h3 a{ /* IE 7 */
	display: inline;
	zoom: 1;
}

/*level3, level4*/
.categories_main .c_categories_categories .boxbox ul{margin-top: 10px;}

.categories_main .c_categories_categories .boxbox ul li{
	color: #005939;
	font-weight: bold;
	font-size: 12px;
	background: transparent url(/images/common/mark1.gif) left 7px no-repeat;
	padding: 5px 0 4px 15px;
	position: relative;
}
.categories_main .c_categories_categories .boxbox ul li a{color: #005939;display: block;}

.categories_main .c_categories_categories .boxbox ul li ul{margin: 5px 0 0 -15px;position: relative;}
.categories_main .c_categories_categories .boxbox ul li ul li{
	color: #191919;
	font-weight: normal;
	font-size: 12px;
	background: url(/images/category/dot.gif) 4px 9px no-repeat;
	padding: 3px 0 2px 15px;
}

.categories_main .c_categories_categories .boxbox ul li ul li a{
	color: #191919;
}




/*box_category add 2013.3.5*/
.box_category{
	clear: both;
	width: 762px;
	border-bottom: 1px #005939 dotted;
	margin-bottom: 30px;
}
.box_category p{
	color: #005939;
	padding: 5px 0 2px 0;
	line-height: 1.2em;
	font-size: 15px;
}



















