@charset "utf-8";
#menu {
	text-align:left;
	margin-bottom:30px;
}
.out {
	background-color:#F18614;
	display:block;
	width:167px;
	margin-bottom:8px;
	margin-left:0px;
	padding:3px 0;
}
* html .out {
	background-color:#F18614;
	display:block;
	width:167px;
	margin-bottom:8px;
	margin-left:0px;
}
#menu ul {
	list-style:none;
	width:167px;
	margin:0px;
	padding:0px;
}
/*-------------------------------メニュー設定------------------------------------
クラス名「level_1」のリンクに対して以下の設定を
行っています。（矢印マークの呼び出し、位置調整）
リンク（aタグ）がHTML側に設置されている必要があります。
--------------------------------------------------------------------------------------*/
#menu ul li.level_1 a {
	padding:2px 0 3px 35px;
	display:block;
	height:22px;
	background-image: url(assets/images/menu_marker.gif);
	background-repeat: no-repeat;
	background-position: 7px 3px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	margin-top:0px;
	text-decoration:none;
}
* html #menu ul li.level_1 a {/*IE6　Hack*/
	padding:5px 0 3px 35px;
	display:block;
	height:23px;
	background-image: url(assets/images/menu_marker.gif);
	background-repeat: no-repeat;
	background-position: 7px 3px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	margin-top:0px;
	text-decoration:none;
}
/*-------------------------------メニュー設定------------------------------------
クラス名「level_2」のリンクに対して以下の設定を
行っています。（左マージン、フォントサイズ等）
リンク（aタグ）がHTML側に設置されている必要があります。
--------------------------------------------------------------------------------------*/
#menu ul li.level_2 a {
	padding:5px 0 3px 35px;
	display:block;
	height:auto;
	background-image:none;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height:1.5;
	text-decoration:none;
}
* html #menu ul li.level_2 a {
	padding:5px 0 3px 35px;
	display: inline-block;
	height:auto;
	background-image:none;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:0;
	line-height:1.5;
	text-decoration:none;
}
/*-----------------------------------------------------------------------------
　　　　　　外部サイトへのリンク部分のスタイル設定
------------------------------------------------------------------------------*/
span.bnr_1 {
	display:block;
	width:124px;/*167*/
	height:26px;/*36px*/
	margin-bottom:8px;
	background-image: url(assets/images/bnr_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:10px 3px 0 40px;
	font-size:12px;
}
span.bnr_1 a {
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
span.bnr_2 {
	display:block;
	width:124px;/*167*/
	height:32px;/*36px*/
	margin-bottom:8px;
	background-image: url(assets/images/bnr_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:4px 3px 0 40px;
	font-size:12px;
}
span.bnr_2 a {
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}