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

/*** SHARE ***/
/* init */
*{
	margin:0px;padding:0px;
	text-decoration:none;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-style:normal;
}
body,div,p,th,td,strong,em,li,dd{
	font-size:13px;line-height:18px;
}
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; }

/* 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:#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:#fdf7e5;
	text-align:center;
	color:#2e1304;
}
a{
	text-decoration:none;
	color:#ee5607;
}
a:hover{ color:#ddb39d; }
a:hover img{
	filter:alpha(opacity=80);
	opacity:0.80;
	-moz-opacity:0.80;
}
a.btn_up{
	display:block;
	float:right;
	margin-top:-10px;
	margin-bottom:5px;
}
.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 #9f8c60;
}
span.pic img{ border:3px solid #ffffff; }

/* all */
#wrapper, #header, #container, #footer{
	margin:0px auto;
	width:800px;
}
#header, #contents, #footer{ text-align:left; }
#wrapper{ background:url(../img/bg_wrapper.gif) repeat-y; }

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

/* header */
#header{
	position:relative;
	background:url(../img/bg_header.jpg);
	height:130px;
}
#header #logo, #header h1, #p_navi, #g_navi{ position:absolute; } 
#logo{
	left:25px; top:20px;
	width:171px; height:50px;
	background:url(../img/logo.gif) no-repeat;
}
h1{
	top:60px; right:10px;
	letter-spacing:1pt;
	color:#4f1616;
	font-size:11px;
}

/* p navi */
#p_navi{
	top:0px; right:0px;
	width:350px; height:30px;
}
#p_navi li{ float:left; }
#p_navi a{
	background:url(../img/p_navi.gif) no-repeat;
	height:30px;
}
#p_navi a:hover{ background-image:url(../img/p_navi_over.gif); }
#p_navi a.n1{
	width:72px;
	background-position:0px 0px;
}
#p_navi a.n2{
	width:82px;
	background-position:-72px 0px;
}
#p_navi a.n3{
	width:98px;
	background-position:-154px 0px;
}
#p_navi a.n4{
	width:98px;
	background-position:-252px 0px;
}

/* global navi */
#g_navi{
	bottom:0px; left:12px;
	width:776px; height:38px;
}
#g_navi li{ float:left; }
#g_navi a{
	background:url(../img/g_navi.gif) no-repeat;
	height:38px;
}
#g_navi a:hover{ background-image:url(../img/g_navi_over.gif); }
#g_navi a.n1{
	width:231px;
	background-position:0px 0px;
}
#g_navi a.n2{
	width:170px;
	background-position:-231px 0px;
}
#g_navi a.n3{
	width:162px;
	background-position:-401px 0px;
}
#g_navi a.n4{
	width:213px;
	background-position:-563px 0px;
}

h2{
	width:800px;
	background:url(../img/bg_h2.gif) no-repeat bottom;
	overflow:hidden;
}
h2 img{ margin:10px; }

/* container */
#container{
	margin-top:20px;
	width:796px;
}
#sidebar{
	float:right;
	position:relative;
	width:218px;
	line-height:10pt;
	font-size:8pt;
	text-align:left;
}
#contents{
	float:left;
	width:556px;
}

/* sidebar */
#mMenu{
	width:218px;
}
#access{
	margin:20px 0px 10px 0px;
	width:218px; height:185px;
	background:url(../img/side_access.jpg) no-repeat;
	overflow:hidden;
}
#access a{
	float:right;
	width:98px; height:30px;
}
#access a:hover{ 
	filter:alpha(opacity=20);
	opacity:0.20;
	-moz-opacity:0.20;
	background:#ffffff;
}
#news{
	margin-top:10px;
	width:218px; height:198px;
	background:url(../img/side_news.gif) no-repeat;
	text-align:left;
	overflow:hidden;
}
#ktHis1{
	margin:40px 0px 0px 20px;
	width:180px; height:145px;
	overflow:auto;
}
#ktHis1 th,
#ktHis1 td{
	padding:3px 0px;
	font-size:11px;
	text-align:left;
}
#ktHis1 th{
	color:#b82c19;
	font-weight:bold;
}
#ktHis1 td{
	padding-bottom:10px;
	border-bottom:1px dotted #a1a1a1;
}

#l_navi{
	width:218px; height:287px;
	background:url(../img/bg_l_navi.gif) no-repeat;
	overflow:hidden;
	text-align:center;
}
#l_navi ul{ margin-top:40px; }
#l_navi li{ height:50px; }

#ctt{
	width:218px; height:90px;
	background:url(../img/side_ctt.gif) no-repeat;
	overflow:hidden;
}
#ctt a{
	display:block;
	margin:68px 0px 0px 60px;
}
/* footer */
#footer{
	margin-top:30px;
	background:url(../img/bg_footer.gif) no-repeat;
	height:80px;
	overflow:hidden;
}
#footer p{
	margin:5px 10px;
	color:#d94f0c;
}
#footer a{
	margin:0px 5px;
	color:#ffffff;
	font-size:11px;
}
#footer a:hover{ color:#d94f0c; }
#footer var{
	float:right;
	margin:10px;
	font-size:11px;
	font-family:Tahoma;
}
