@charset "utf-8";
/* CSS Document */

/*++++++++グローバル・メニュー++++++++*/
#global_menu {
	margin: auto;
	padding: 0px;
	height: 37px;
	width: 900px;
}
#global_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#global_menu .home {
	margin: auto;
	padding: 0px;
	float: left;
	height: 37px;
	width: 268px;
	background-image: url(../img/menu_home.jpg);
	background-repeat: no-repeat;
}
#global_menu .home a {
	text-indent:-3000px;
	overflow:hidden;
	display : block;
	height: 37px;
	width : 268px;
	background-repeat : no-repeat;
	background-position : top center;
}
#global_menu .home a:hover {
	background-image: url(../img/menu_home2.jpg);
	background-repeat: no-repeat;
}
#global_menu .shop {
	margin: auto;
	padding: 0px;
	float: left;
	height: 37px;
	width: 158px;
	background-image: url(../img/menu_shop.jpg);
	background-repeat: no-repeat;
}
#global_menu .shop a {
    text-indent:-3000px;
	overflow:hidden;
	display : block;
	height: 37px;
	width : 158px;
	background-repeat : no-repeat;
	background-position : top center;
}
#global_menu .shop a:hover {
    background-image: url(../img/menu_shop2.jpg);
	background-repeat: no-repeat;
}
#global_menu .osusume {
	margin: auto;
	padding: 0px;
	float: left;
	height: 37px;
	width: 158px;
	background-image: url(../img/menu_osusume.jpg);
	background-repeat: no-repeat;
}
#global_menu .osusume a {
    text-indent:-3000px;
	overflow:hidden;
	display : block;
	height: 37px;
	width : 158px;
	background-repeat : no-repeat;
	background-position : top center;
    
}
#global_menu .osusume a:hover {
    background-image: url(../img/menu_osusume2.jpg);
	background-repeat: no-repeat;
}
#global_menu .voice {
	margin: auto;
	padding: 0px;
	height: 37px;
	width: 158px;
	background-image: url(../img/menu_voice.jpg);
	background-repeat: no-repeat;
	float: left;
}
#global_menu .voice a {
    text-indent:-3000px;
	overflow:hidden;
	display : block;
	height: 37px;
	width : 158px;
	background-repeat : no-repeat;
	background-position : top center;
}
#global_menu .voice a:hover {
    background-image: url(../img/menu_voice2.jpg);
	background-repeat: no-repeat;
}
#global_menu .contact {
	background-image: url(../img/menu_contact.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding: 0px;
	float: left;
	height: 37px;
	width: 158px;
}
#global_menu .contact a {
    text-indent:-3000px;
	overflow:hidden;
	display : block;
	height: 37px;
	width : 158px;
	background-repeat : no-repeat;
	background-position : top center;
}
#global_menu .contact a:hover {
    background-image: url(../img/menu_contact2.jpg);
	background-repeat: no-repeat;
}
/*++++++++グローバル・メニュー++++++++*/


/*++++++++フッター・メニュー++++++++*/
#footer_menu img {
	margin: auto;
	padding: 0px;
	height: 15px;
	width: 15px;
	vertical-align: middle;
	float: left;
}
#footer_menu ul {
	text-align: left;
	height: 20px;
	width: 890px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
}
#footer_menu li {
	float: left;
	height: 15px;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	width: auto;
	display: block;
	overflow: hidden;
}
#footer_menu a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #666666;
	height: 12px;
	vertical-align: middle;
	margin: 0px;
	width: auto;
	text-decoration: overline;
	line-height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	overflow: hidden;
}
#footer_menu a:link {
	color: #666666;
	text-decoration: none;
}
#footer_menu a:visited {
	text-decoration: none;
	color: #666666;
}
#footer_menu a:hover {
	text-decoration: none;
	color: #FF9900;
}
#footer_menu a:active {
	text-decoration: none;
	color: #666666;
}
