<!-- 
/* 共通タイトル */
.title		{
	border-left: 10px solid #ffbf00;
	border-bottom: 1px dotted #ffbf00;
	padding: 5px;
	font-size: 16px;
	line-height: 160%;
	font-weight: bold;
	color: #000000;
}
.midashi	{
	background-color: #efefef;
	padding: 5px;
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
	color: #336699;
}

/* Index menu */
.menu_off {
	background-image: url('/jp/company/images/ind_mark01.gif');
	background-repeat: no-repeat;
	background-position: 166px 1px;
	background-color: #f0f7fa;
	border: 1px solid #979fa5;
	padding: 3px;
	font-size: 12px;
	line-height: 160%;
	font-weight: bold;
	color: #3f3f3f;
}
.menu_off2 {
	background-image: url('/jp/company/images/ind_mark01.gif');
	background-repeat: no-repeat;
	background-position: 166px 1px;
	background-color: #ffffff;
	border: 1px solid #979fa5;
	padding: 3px;
	font-size: 10px;
	line-height: 160%;
	font-weight: bold;
	color: #3f3f3f;
}
.menu_on {
	background-image: url('/jp/company/images/ind_mark02.gif');
	background-repeat: no-repeat;
	background-position: 166px 2px;
	background-color: #75a5cc;
	border: 1px solid #336699;
	padding: 3px;
	font-size: 12px;
	line-height: 160%;
	font-weight: bold;
	color: #ffffff;
}
 -->
