@charset "utf-8";
/* 2009.2.24 */

/*** SHARE ***/
/* init */
*{
	margin:0px;padding:0px;
	text-decoration:none;
	font:normal normal 13px/20px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
table{ border-collapse:collapse;border-spacing:0px; }
th{	text-align:left; }
ul{	list-style-type:none; }
hr{	height:1px; }
img, a, hr{	border-width:0px; }

/* color */
.boldor{ color:#6D2B28; font-weight:bold; font-size:120%; }

/* reset */
strong{
	color:#444444;
	font-weight:bold;
}
input, textarea, select{
	padding:0.1em;
	font:normal normal 13px/13px 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',sans-serif;
}
input.btn{
	letter-spacing:0.1em;
	cursor:pointer;
}
em{ color:#907e16; }

/* position */
.p_r{ position:relative; }	.p_a{ position:absolute; }
.f_l{ float:left; }					.f_r{ float:right; }
.t_l{ text-align:left; }		.t_r{ text-align:right; }		.t_c{ text-align:center; }
.c_b{ clear:both; }

/* size */
.fs_s{ font-size:80%;line-height:100%; }	.fs_m{ font-size:100%;line-height:120%; }	.fs_l{ font-size:120%;line-height:140%; }
.ls_s{ letter-spacing:-1pt; }	.ls_m{ letter-spacing:0pt; }	.ls_l{ letter-spacing:1em; }
.ps{ padding:5px; }
.ps_t{ padding-top:5px; }		.ps_b{ padding-bottom:5px; }
.ps_h{ padding:5px 0px; }		.ps_w{ padding:0px 5px; }
.pm{ padding:10px; }
.pm_t{ padding-top:10px; }	.pm_b{ padding-bottom:10px; }
.pm_h{ padding:10px 0px; }	.pm_w{ padding:0px 10px; }
.ms{ margin:5px; }
.ms_t{ margin-top:5px; }		.ms_b{ margin-bottom:5px; }
.ms_l{ margin-left:5px; }		.ms_r{ margin-right:5px; }
.ms_h{ margin:5px 0px; }		.ms_w{ margin:0px 5px; }
.mm{ margin:10px; }
.mm_t{ margin-top:10px; }		.mm_b{ margin-bottom:10px; }
.mm_l{ margin-left:10px; }	.mm_r{ margin-right:10px; }
.mm_h{ margin:10px 0px; }		.mm_w{ margin:0px 10px; }
.ml{ margin:10px; }
.ml_t{ margin-top:20px; }		.ml_b{ margin-bottom:20px; }
.ml_l{ margin-left:20px; }	.ml_r{ margin-right:20px; }
.ml_h{ margin:20px 0px; }		.ml_w{ margin:0px 20px; }
.m_a{ 0px auto; }

/* style */
.hide{
	text-indent:-9999px;
	font-size:0pt;
}
.tt_u{ text-transform:uppercase; }
.ws_n{ white-space:nowrap; }
.d_b{ display:block; }
.c_p{ cursor:pointer; }

/*** UNIQUE ***/
/* Common */
body{
	background:#ffffff;
	text-align:center;
}
a{
	text-decoration:none;
	color:#907e16;
}
a:hover{ color:#edde89; }
a:hover img{
	filter:alpha(opacity=80);
	opacity:0.80;
	-moz-opacity:0.80;
}
.clear:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clear{ display:inline-block; }
* html .clear{ height:1%; }
.clear{ display:block; }
span.pic{
	display:block;
	border:1px solid #919191;
}
span.pic img{ border:2px solid #ffffff; }

/* all */
#header, #container, #footer{
	width:100%;
}
#h_inner, #c_inner, #f_inner{
	position:relative;
	margin:0px auto;
	text-align:left;
}

#logo,
#g_navi a
{
	display:block;
	text-indent:-9999px;
	font-size:0px;
}

/* header */
#header{
	background:url(../img/bg_header.gif);
	height:117px;
}
#header #logo, #header h1, #header ul{ position:absolute; } 
#logo{
	left:0px; top:30px;
	width:247px; height:67px;
	background:url(../img/logo.gif) no-repeat;
}
h1{
	top:20px; right:0px;
	letter-spacing:1pt;
	color:#000000;
	font-size:11px;
}

/* global navi */
#g_navi{ top:40px; right:0px; }
#g_navi li{ float:left; }
#g_navi a{
	background:url(../img/g_navi.gif) no-repeat;
	height:40px;
}
#g_navi a:hover{ background-image:url(../img/g_navi_over.gif); }
#g_navi a.n1{ width:66px; background-position:0px 0px; }
#g_navi a.n2{ width:101px; background-position:-66px 0px; }
#g_navi a.n3{ width:63px; background-position:-167px 0px; }
#g_navi a.n4{ width:61px; background-position:-230px 0px; }
#g_navi a.n5{ width:72px; background-position:-291px 0px; }
#g_navi a.n6{ width:63px; background-position:-363px 0px; }

/* footer */
#footer{
	background:url(../img/bg_footer.jpg) center;
	height:93px;
	overflow:hidden;
}
