/*--------------------------------------
  スタイルシート-メニュー
---------------------------------------*/
body{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
}

/* --- メニュー ---*/
#menu{
	float:left;
	width:180px;
}

#menu ul{
	width:180px;
	list-style-type:none;
	margin-bottom:20px;
	padding:0 0 1px 0;
	background:url(../img/bg_menu.gif) repeat-y;
	border:solid #EEEEEE;
	border-width:1px 0 1px 0;
}
#menu ul li{
	width:176px;
	background:url(../img/bg_menu_sub.gif) no-repeat top left;
	margin:0 2px 0 2px;
}
#menu ul li.title{
	color:#38226D;
	font-size:16px;
	*font-size: 120%; /* IE 7 */
	*font: 120%; /* IE 6以下 */
	font-weight:bold;
	text-indent:5px;
	background:url(../img/bg_li_title.gif) no-repeat top left;
}

#menu ul li.title_p{
	color:#38226D;
	font-size:16px;
	*font-size: 120%; /* IE 7 */
	*font: 120%; /* IE 6以下 */
	font-weight:bold;
	text-indent:5px;
	height:32px;
	background:url(../img/bg_li_title_p.gif) no-repeat top left;
}

#menu ul li.p{
	color:#38226D;
	font-size:16px;
	*font-size: 120%; /* IE 7 */
	*font: 120%; /* IE 6以下 */
	font-weight:bold;
}

#menu ul li a{
	color:#e83012;
	display:block;
	text-decoration:none;
	vertical-align:top;
	font-size:16px;
	*font-size: 120%; /* IE 7 */
	*font: 120%; /* IE 6以下 */
	font-weight:bold;
	line-height:26px;
	height:26px;
	width:156px;
	text-indent:4px;
	margin:0 2px 0 20px;
}

#menu ul li.p a{
	color:#e83012;
	display:block;
	text-decoration:none;
	vertical-align:top;
	font-size:16px;
	*font-size: 120%; /* IE 7 */
	*font: 120%; /* IE 6以下 */
	font-weight:bold;
	line-height:47px;
	height:28px;
	width:156px;
	margin:0 0 0 0;
}

#menu ul li a:hover{
	color:#38226D;
}

