@charset "utf-8";
/* CSS Document */
/* ======= LAYOUT ===============================*/
html { background-color: #000000;}

body {
	padding: 0px;
	background-color: #000000;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	text-align: center;
}

.inner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ===== head ===== */
#head {
	height: 170px;
	position: relative;
}

#logo {
	position: absolute;
	top: 25px;
	left: 5px;
}

#logo2 {
	position: absolute;
	top: 45px;
	left: 174px;
}

#print_logo { display: none;}

#head_navi {
	position: absolute;
	top: 25px;
	right: 0;
	list-style: none;
}

#head_navi li {
	float: left;
	margin-left: 15px;
	font-size: 10px;
	line-height: 1.1;
}

#head_navi a {
	display: block;
	height: 13px;
	background-image: url(../img/head_menu.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#head_navi a#head_navi1 { background-position: 0 0; width: 48px;}
#head_navi a#head_navi2 { background-position: -63px 0; width: 91px;}
#head_navi a#head_navi3 { background-position: -169px 0; width: 80px;}
#head_navi a#head_navi4 { background-position: -264px 0; width: 54px;}

#head_navi a#head_navi1:hover { background-position: 0 bottom;}
#head_navi a#head_navi2:hover { background-position: -63px bottom;}
#head_navi a#head_navi3:hover { background-position: -169px bottom;}
#head_navi a#head_navi4:hover { background-position: -264px bottom;}

#font-size {
	position: absolute;
	top: 53px;
	right: 5px;
	font-size: 10px;
	list-style: none;
}

#font-size img {
	margin: 5px 10px 0px 0px;
}

#font-size li {
	float: left;
	margin-left: 3px;
}

#font-size a {
	display: block;
	width: 22px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#font-size .fontS a { background-image: url(../img/font_s.gif);}
#font-size .fontM a { background-image: url(../img/font_m.gif);}
#font-size .fontL a { background-image: url(../img/font_l.gif);}

/* ===== main ===== */
#t_path {
	font-size: 10px;
	color: #666666;
	line-height: 24px;
}

#t_path a { color: #666666;}

#main {
	padding: 20px 0 10px;
	background-color: #FFFFFF;
}

#contents {
	float: right;
	width: 640px;
	padding: 0 10px 5px;
	background-color: #FFFFFF;
}

#local_navi {
	float: left;
	width: 220px;
	background-image: url(../img/bg_local.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 5px;
}

#local_navi ul {
	background-image: url(../img/bg_local_2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 5px 1px;
	list-style: none;
}

#local_navi li {
	margin-bottom: 5px;
}

#local_navi ul a {
	display: block;
	background-image: url(../img/bg_local_li.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 180px;
	padding: 8px 5px 7px 25px;
	line-height: 1.2;
	color: #333333;
	text-decoration: none;
}

#local_navi ul a:hover, #local_navi ul a.now {
	background-position: right top;
	color:#FFFFFF;
}
#local_navi ul a.now { cursor: default;}
/* ===== foot ===== */

#foot {
	clear: both;
	background-image: url(../img/bg_foot.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
	font-size: 10px;
	line-height: 1.1;
	color: #FFFFFF;
}

#foot .inner {
}

#foot a:link { color: #CCCCCC;}
#foot a:visited { color: #CCCCCC; text-decoration: none;}
#foot a:hover, #foot a:active { color: #CCCCCC; text-decoration: underline;}

#foot_navi {
	float: left;
	width: 830px;
	margin-bottom: 20px;
}

#foot_navi li {
	float: left;
	padding: 0px 10px;
	border-left: 1px solid #555555;
	line-height: 1.1;
	list-style: none;
}

#foot_navi #foot_1st {
	border-left: none;
	padding-left: 0;
}

#page_end {
	float: right;
}

#page_end a {
	display: block;
	width: 61px;
	height: 13px;
	font-size: 10px;
	line-height: 1;
	background-image: url(../img/page_top.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	
}

#page_end a:hover { background-position: bottom;}

#address {
	clear: both;
	margin-bottom: 10px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* ===== Link ===== */
a:link { color: #0057B7; text-decoration: none;}
a:visited { color: #666666; text-decoration: underline;}
a:hover, a:active { color: #0057B7; text-decoration: underline;}

/* ===== Clearfix ===== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

