@charset "Shift_JIS";

h2 {
	border-top: solid 1px;
	border-bottom: solid 1px;
	margin-top:50px;
	font-size: 16px;
}
/*
########################################################
    特性案内　
########################################################
*/
#tokusei-01 {
	width: 700px;
	height: 120px;
	border: solid 1px #6c6a6a;
}
#tokusei-02 {
	width: 700px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 50px;
}
	#tokusei-02 h2 {
		width: 690px;
		height: 35px;
		background-color: #000000;
		color: #ffffff;
		margin-top: 10px;
		font-size: 20px;
		font-weight: normal;
		line-height: 35px;
		padding-left: 10px;
		display: block; /* ブロックレベル要素として表示されるように指定 */
	}
	#tokusei-02 h3 {
		font-size: 16px;
		line-height: 16px;
		margin-top: 40px;
		margin-bottom: 0px;
	}
/*
########################################################
    サイドメニュー
########################################################
*/


#tokusei-menu {
		width: 260px;
	}
	#tokusei-menu ul {
		list-style: none; /* リストマーカーを表示させないように指定 */
		margin: 0; /* 全方向のマージンを0に指定 */
		padding: 0; /* 全方向のパディングを0に指定 */
	}
	#tokusei-menu li {
		margin-left: 0; /* 左方向のマージンを指定 */
		padding-top: 0; /* 全方向のパディングを0に指定 */
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 1.7;
	}
	#tokusei-menu a {
		background: url(../image/tokusei-menu01.gif) left center no-repeat;
		margin: 0 0 0 0; /* 全方向のマージンを0に指定 */
		padding: 0px 0px 0px 15px; /* 上下方向に4pxのパディングを指定、左方向は10pxに指定 */
		display: block; /* ブロックレベル要素として表示されるように指定 */
		width: 245px !important; /* Windows Internet Explorer対策のため、ボックスの幅を指定 */
		width /**/: 245px; /* Windows Internet Explorer 5用の値を設定 */
		height: 50px !important; /* Windows Internet Explorer対策のため、ボックスの幅を指定 */
		height /**/: 50px; /* Windows Internet Explorer 5用の値を設定 */
		text-decoration: none; /* リンクの下線を表示させないように指定 */
		border: solid 1px #6c6a6a;
		color: #000000;
	}
	#tokusei-menu a:hover {
		background: url(../image/tokusei-menu02.gif) left center no-repeat;
		background-color: transparent; /* オンマウス時の背景色を透過するように指定 */
		color: #ffffff;
	}


