@charset "UTF-8";
/* CSS Document */

/*ページタイトル下サブメニュー*/
#main_contents div.submenu {
	width: 568px;
	border:1px solid #ccc;
	/*background: url(../images/product_nav_background.jpg) fixed;*/
	background-color: #eee;
	margin-bottom: 10px;
	padding: 9px 0px 9px 20px;
	height: 70px;
	font-size: 13px;
	position: relative;
	_padding: 4px 0px 4px 20px;
	_overflow: hidden;
	_height: 80px;
}

.submenu ul {
/*	list-style:url(../images/list_mark_triangle.gif) inside ;
	margin-right:35px;*/
	width:550px;
	list-style:none;
}
.submenu ul li {
	float:left;
	width:auto;
	/*width:100px;*//*jQueryで自動調整するので仮設定*/
	height:18px;
	font-size:13px;
	background:url(../images/list_mark_triangle.gif) no-repeat 0 2px;
	padding:0 20px 0 12px;	
	
	word-break:keep-all;
}

.submenu a {
	height:18px;
	font-size:13px;
	line-height:18px;
}

.submenu p.up {
/*		display:block;*/
	clear:both;
	z-index:100;
	position:absolute;
	bottom:0px;
	right:0px;
	width:95px;
	font-size:12px;
	height:15px;
	line-height:15px;
	padding:0 5px 3px 20px;
	background:url(../images/list_mark_up.gif) no-repeat 5px -1px;
	
	
	_	background:url(../images/list_mark_up.gif) no-repeat 5px 2px;

}
.submenu p.up a {
	height:15px;
	font-size:12px;
	line-height:100%;
	color:#333;
	
	_vertical-align:bottom;
	_line-height:12px;
}
.submenu p.up a:hover {
	color:#009245;
}



/*コンテンツボックスタイトル下内枠の余白の調整*/
.contents_box div.inner {
	padding-bottom:5px;
}
