@charset "utf-8";
/*==================================================
	◆ メニュー
==================================================*/

/* ヘッダーメニュー */
.header_menu{
	width:490px;
	height:45px;
	position:absolute;
	top:33px;
	left:430px;
	overflow:hidden;
}

.header_menu ul{
	width:480px;
	height:auto;
	padding-top:40px;
	padding-left:434px;
}

.header_menu li{
	display:block;
	float:left;
	padding-right:10px;
	color:#fff;
	font-size:13px;	
	font-weight:bold;
	letter-spacing:0;
	position:relative;
}

.header_menu li a{
	color:#fff;
	text-decoration:none;
	letter-spacing:0;
	
}

.header_menu li a:hover{
	color:#C00;
	text-decoration:underline;
}

.header_menu li a span{
	_font-size:64%;
}

.menu_01{
	width:45px;
}

.menu_02{
	width:90px;
}

.menu_03{
	width:120px;
}

.menu_04{
	width:130px;
}

.menu_05{
	width:80px;
}

.menu_06{
	width:120px;
}

.menu_07{
	width:130px;
}






/* フッターメニュー */

.footer_menu{
	width:1200px;
	height:29px;
}

.footer_menu ul{
	width:auto;
	height:auto;
	padding-left:102px;
}

.footer_menu li{
	display:block;
	float:left;
	list-style-type:none;
	padding-top:4px;
}

.fmenu_01{
	width:140px;
	height:20px;
}

.fmenu_02{
	width:141px;
	height:20px;
	padding-left:16px;
}

.fmenu_03{
	width:53px;
	heigh:20px;
	padding-left:21px;
}

.fmenu_04{
	width:34px;
	height:19px;
	padding-top:1px;
	padding-left:20px;
}

.fmenu_05{
	width:99px;
	height:19px;
	padding-left:460px;
}



.fmenu_list_01{
	width:auto;
	height:auto;
	float:left;
}

.fmenu_list_01 ul{
	width:auto;
	height:auto;
	padding-top:24px;
	padding-left:106px;
}

.fmenu_list_01 li{
	list-style-type:none;
	margin-bottom:6px;
}

.fmenu_list_02{
	width:auto;
	height:auto;
	float:left;
}

.fmenu_list_02 ul{
	width:auto;
	height:auto;
	padding-top:24px;
	padding-left:67px;
}

.fmenu_list_02 li{
	list-style-type:none;
	margin-bottom:6px;
}

.fmenu_list_03{
	width:auto;
	height:auto;
	float:left;
}

.fmenu_list_03 ul{
	width:auto;
	height:auto;
	padding-top:24px;
	padding-left:76px;
}

.fmenu_list_03 li{
	list-style-type:none;
	margin-bottom:6px;
}

.fmenu_list_01 li a,
.fmenu_list_02 li a,
.fmenu_list_03 li a{
	color:#4e4e4e;
	font-size:11px;
	line-height:22px;
	text-decoration:none;
}

.fmenu_list_01 li a:hover,
.fmenu_list_02 li a:hover,
.fmenu_list_03 li a:hover{
	color:#c00;
	text-decoration:underline;
}