@charset "shift_jis";

/* ===========================================
 * Parts
 * -------------------------------------------
 * 
=========================================== */


/* Header
=========================================== */



#header p.hd_logo {
	padding: 9px 0 46px 15px;
	margin-right: auto;
}
/* ---------------------------------------- */

#header ul.hd_member {
	position: absolute;
	top: 9px;
	left: 192px;
	width: 385px;
	font-size: 12px;
}
#header ul.hd_member li {
	padding: 0 10px 3px 0;
}
#header ul.hd_member li.us {
	font-weight: bold;
}
#header ul.hd_member li.bt {
	display: inline;
	padding-left: 12px;
	background: url(../../image/base/hd_aw.gif) no-repeat 0 0.1em;
	font-size: 10px;
}
#header ul.hd_member .att {
	color: #cc3300;
}
.biz ul.hd_member li.bt { background-image: url(../../image/base/hd_aw_biz.gif) !important; }
.res ul.hd_member li.bt { background-image: url(../../image/base/hd_aw_res.gif) !important; }
.spa ul.hd_member li.bt { background-image: url(../../image/base/hd_aw_spa.gif) !important; }

/* ---------------------------------------- */

#header .hd_search {
	position: absolute;
	top: 13px;
	left: 571px;
}
#header .hd_search input {
	float: left;
}
#header .hd_search input.word {
	padding: 0 4px;
	width: 120px;
	height: 18px;
	border: solid #999999;
	border-width: 1px 0 1px 1px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 18px;
}

/* ---------------------------------------- */

#header .hd_fsize {
	position: absolute;
	top: 48px;
	left: 622px;
}

/* ---------------------------------------- */

#header ul.hd_gnavi {
	position: absolute;
	top: 40px;
	left: 15px;
	font-size: 0;
	line-height: 0;
}
#header ul.hd_gnavi li {
	float: left;
	padding: 7px 3px 0 0;
}
#header ul.hd_gnavi li.hd {
	padding: 0 1px 0 0;
}

/* ---------------------------------------- */

#header ul.hd_navi {
	width: 751px;
	height: 26px;
	font-size: 0;
	line-height: 0;
}
#header ul.hd_navi li {
	float: left;
}





/* Footer
=========================================== */

#footer .ft_menu {
	margin-bottom: 1px;
	padding: 9px 0 7px;
	/*width: 750px;*/
	width: 100%;
	min-width: 970px;
	border-bottom: 1px solid #666666;
	background: #848484 url(../../image/base/ft_bg.gif) repeat-x;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
#footer .ft_menu a { padding: 0 2px; color: #FFFFFF; text-decoration: none; }
#footer .ft_menu a:active { color: #FFFFFF; text-decoration: none; }
#footer .ft_menu a:visited { color: #D4D4D4; text-decoration: none; }
#footer .ft_menu a:hover { color: #FFFFFF; text-decoration: underline; }

#footer .ft_bg {
	position: relative;
	padding: 7px 10px 10px 0;
	/*width: 740px;*/
	width: 960px;
	background: url(../../image/base/ft_bg2.png) repeat-x;
	text-align: right;
	font-size: 10px;
	color: #666666;
	margin: 0 auto;
}
#footer .ft_bg img {
	margin: 10px 0 5px;
}

#footer .ft_bg ul {
	position: absolute;
	top: 7px;
	left: 10px;
}
#footer .ft_bg ul li {
	display: inline;
	padding: 0 14px 0 12px;
	background: url(../../image/base/ft_arrow.gif) no-repeat 0 0.1em;
}
#footer .ft_bg ul a { color: #666666; text-decoration: none; }
#footer .ft_bg ul a:active { color: #666666; text-decoration: none; }
#footer .ft_bg ul a:visited { color: #999999; text-decoration: none; }
#footer .ft_bg ul a:hover { color: #666666; text-decoration: underline; }


/* Lower
=========================================== */

#lower {
	margin: 0 auto 13px auto;
	padding-bottom: 9px;
	border-bottom: 1px solid #999999;
	width: 720px;
}

#lower strong {
	margin-bottom: 3px;
	display: block;
	background: url(../../image/base/lw_bg.gif) repeat-x left center;
	text-align: center;
	font-size: 10px;
	color: #666666;
}
#lower strong span {
	padding: 0 7px;
	background-color: #fff;
}

#lower ul {
	width: 720px;
	text-align: center;
}
#lower ul li {
	display: inline;
	padding-left: 25px;
	background: url(../../image/base/ft_btn_arrow.jpg) no-repeat 11px center;
	font-size: 10px;
	line-height: 1.5;
}

#lower a { color: #666666; text-decoration: none; }
#lower a:active { color: #1E4D7C; }
#lower a:hover { color: #0066CC; }

