@charset "UTF-8";


/*ローカルメニューの見出し-----------*/
h5 {
	width: 190px;
	height: 37px;
	text-indent: -10000px;
}


/*ページ内のメニュー-----------------*/
ul.lnavi_list {
	width: 190px;
	display: block;
	list-style: none;
	background-color: #F4F4F4;
	background: url(../img_common/img_lnavi_btm.gif) bottom no-repeat;
	padding-bottom: 17px;
	margin-bottom: 1.5em;
	border-top: 1px dotted #666666;
}
ul.lnavi_list li {
	line-height: 120%;
	border-bottom: 1px dotted #666666;
	display: block;
	text-indent: 0.4em;
}
ul.lnavi_list li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #E4E4E4;
}	
ul.lnavi_list li a:hover {
	background-color: #999999;
	color: #FFFFFF;
}

/*製品紹介のページのローカルメニュー*/
ul.lnavi_list_products {
	width: 190px;
	display: block;
	list-style: none;
	background-color: #F4F4F4;
	background: url(../img_common/img_lnavi_btm.gif) bottom no-repeat;
	padding-bottom: 17px;
	margin-bottom: 1.5em;
	border-top: 1px dotted #666666;
}
ul.lnavi_list_products li {
	line-height: 120%;
	border-bottom: 1px dotted #666666;
	display: block;
	text-indent: 2.2em;
}
ul.lnavi_list_products li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #E4E4E4;
}	
ul.lnavi_list_products a:hover {
	background-color: #999999;
	color: #FFFFFF;
}




/*その他のメニュー--------------------*/
ul.lnavi_list_etc {
	width: 190px;
	display: block;
	list-style: none;
	background-color: #F4F4F4;
	background: url(../img_common/tit_menu_btm.gif) bottom no-repeat;
	padding-bottom: 17px;
	margin-bottom: 1.5em;
	border-top: 1px dotted #666666;
}
ul.lnavi_list_etc li {
	line-height: 120%;
	border-bottom: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	display: block;
	text-indent: 0.4em;
}
ul.lnavi_list_etc li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #E4E4E4;
}	
ul.lnavi_list_etc li a:hover {
	background-color: #999999;
	color: #FFFFFF;
}




/*ブログ記事からカテゴリ別ブログ記事リストへ--------------------*/
p.back_acv_category {
	background: #E4E4E4 url(../img_common/tit_back_top.gif) top no-repeat;
	padding-top: 17px;
}
p.back_acv_category a {
	display: block;
	background: #E4E4E4 url(../img_common/tit_back_btm.gif) bottom no-repeat;
	color: #333333;
	line-height: 100%;
	text-indent: 1.5em;
	padding-bottom: 17px;
	text-decoration: none;
}
p.back_acv_category a:hover {
	color: #555555;
	text-decoration: underline;
}

