@charset "utf-8";
/* CSS Document */

/* ======= LAYOUT ===============================*/
html { background-color: #0F0F0F;}

body {
	padding: 0;
	background-color: #0F0F0F;
	color: #464646;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	text-align: center;
}

#head {
	height: 66px;
	background-image: url(../img/bg_head.gif);
	background-repeat: repeat-x;
	margin-bottom: 25px;
}

#head_inner {
	width: 930px;
	height: 66px;
	margin: auto;
	background-image: url(../img/bg_head_inner.gif);
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
}

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

#head_menu {
	list-style: none;
	position: absolute;
	top: 8px;
	right: 5px;
}

#head_menu li {
	float: left;
	margin-left: 14px;
}

#head_menu a {
	display: block;
	height: 19px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 10px;
}

#head_menu a#head_menu1 {
	background-image: url(../img/h_menu_1.jpg);
	width: 59px;
}
#head_menu a#head_menu2 {
	background-image: url(../img/h_menu_2.jpg);
	width: 77px;
}
#head_menu a#head_menu3 {
	background-image: url(../img/h_menu_3.jpg);
	width: 65px;
}
#head_menu a#head_menu1:hover { background-position: bottom;}
#head_menu a#head_menu2:hover { background-position: bottom;}
#head_menu a#head_menu3:hover { background-position: bottom;}

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

#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);}

div#wrap {
	width: 930px;
	margin: auto;
	text-align: left;
	position: relative;
}

/* ===== main ===== */
#main {
	border-bottom: 1px solid #826C2E;
	background-image: url(../img/bg_main.gif);
	padding: 9px 15px 20px 12px;
}

#t_path {
	font-size: 10px;
	color: #D4D4D4;
	margin-bottom: 7px;
}

#t_path a { color: #EFE9CF;}

/* ===== local_navi ===== */
#local_navi {
	float: left;
	width: 175px;
}

#local_navi li {
	list-style: none;
	margin: 0 0 5px;
}

#local_navi li a {
	display: block;
	width: 175px;
	height: 50px;
	text-indent: -9999px;
	background-position: left;
	background-repeat: no-repeat;
}

#local_navi li a:hover, #local_navi li a.now { background-position: right;}

/* ===== contents ===== */
#contents {
	float: right;
	width: 651px;
	padding: 0 30px;
	background-color: #FCFCFC;
	border: 1px solid #60531E;
}

/* ===== foot ===== */
#foot {
	padding-top: 10px;
	font-size: 10px;
	color: #999999;
	clear: both;
	height: 40px;
}

#foot a { color: #EFE9CF;}

#foot_menu {
	list-style: none;
}

#foot_menu li {
	float: left;
	margin: 0 10px;
}

#copyright {
	float: right;
	letter-spacing: 1px;
	margin-right: 10px;
}

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

/* ===== 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 */

