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

/*** SHARE ***/
/* init */
body, div, p, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
strong, em, var, sup, sub,
pre, blockquote, address, table, tr, th, td{
	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, li{	list-style-type:none; }
hr{	height:1px; }
img, a, hr{	border-width:0px; }

/* reset */
strong{
	color:#222222;
	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:#ff5500; }

/* 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:#f8f8f8 repeat-x top center;
	text-align:center;
	color:#535353;
}
a{
	text-decoration:none;
	color:#489f33;
}
a:hover{ color:#aaaaaa; }
a:hover img{
	filter:alpha(opacity=80);
	opacity:0.80;
	-moz-opacity:0.80;
}
a.btn_up{
	display:block;
	float:right;
	margin:10px;
}
a.a01{
	background:url(../img/a01.gif) no-repeat left center;
	padding-left:20px;
}
.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, #fo_inner{
	margin:0px auto;
	width:900px;
}
#footer{ width:100%; }
#header, #contents, #footer{ text-align:left; }

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

/* header */
#header{
	position:relative;
	height:90px;
}
#header #logo, #header h1, #h_navi{ position:absolute; } 
#logo{
	left:15px; top:30px;
	width:286px; height:27px;
	background:url(../img/logo.gif) no-repeat;
}
h1{
	top:5px; right:10px;
	letter-spacing:0pt;
	font-size:11px;
}

/* header navi */
#h_navi{ top:40px; right:0px; }
#h_navi li{ float:left; }
#h_navi a{
	background:url(../img/h_navi.gif) no-repeat;
	width:99px; height:41px;
}
#h_navi a:hover{ background-image:url(../img/h_navi_over.gif); }
#h_navi a.n2{ background-position:-99px 0px; }
#h_navi a.n3{ background-position:-198px 0px; }
#h_navi a.n4{ background-position:-297px 0px; width:100px; }

/* global navi */
#g_navi{
	width:231px; height:242px;
	background:url(../img/bg_g_navi.gif) no-repeat;
	overflow:hidden;
}
#g_navi ul{ margin:3px 0px 0px 3px; }
#g_navi a{
	background:url(../img/g_navi.gif) no-repeat;
	width:225px; height:47px;
}
#g_navi a:hover{ background-image:url(../img/g_navi_over.gif); }
#g_navi a.n2{ background-position:0px -47px; }
#g_navi a.n3{ background-position:0px -94px; }
#g_navi a.n4{ background-position:0px -141px; }
#g_navi a.n5{ background-position:0px -188px; }

/* container */
#container{ background:url(../img/bg_container.gif) repeat-y; }
#co_inner{ padding:16px; }
#sidebar{
	float:left;
	width:231px;
}
#contents{
	float:right;
	width:614px;
}

/* sidebar */
#info{
	margin:20px 0px 10px 5px;
	width:218px; height:183px;
	background:url(../img/bg_info.gif) no-repeat;
	overflow:hidden;
	text-align:left;
}
#info strong{
	display:block;
	margin:35px 0px 0px 15px;
	color:#55b20a
}
#info address{
	margin:5px 0px 10px 15px;
	font-size:12px;
	line-height:17px;
}

/* footer */
#footer{
	background:#ffffff url(../img/bg_footer.jpg) repeat-x top center;
	height:150px;
	overflow:hidden;
}
#fo_inner p{
	float:right;
	margin-top:25px;
	padding-right:10px;
	text-align:right;
	font-size:12px;
	color:#489f33;
}
#fo_inner p a{ margin:0px 10px; }

