/* 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/18px 'ヒラギノ角ゴ 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{
	font-weight:bold;
}
input.btn{
	letter-spacing:0.1em;
	cursor:pointer;
}
em{ color:#2f62b3; }

/* 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 url(../img/bg_body.gif) repeat-x;
	text-align:center;
	color:#666666;
}
a{
	text-decoration:underline;
	color:#d80505;
}
a.a01{
	padding-left:12px;
	background:url(../img/a01.gif) no-repeat left center;
}
a:hover{
	text-decoration:none;
	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;
}
.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 */
#wrapper, #header, #container, #fo_inner{
	margin:0px auto;
	width:860px;
}
#header, #contents, #sidebar, #fo_inner{ text-align:left; }

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

/* header */
#header{
	position:relative;
	background:url(../img/bg_header.jpg) no-repeat;
	height:140px;
}
#header #logo, #header h1, #header #ctt{ position:absolute; } 
#logo{
	left:25px; top:50px;
	width:234px; height:60px;
	background:url(../img/logo.gif) no-repeat;
}
h1{
	top:10px; right:15px;
	color:#0075a9;
	font-size:11px;
}
#ctt{
	display:block;
	right:15px; top:50px;
	width:161px; height:22px;
}

/* global navi */
#g_navi{ margin-bottom:20px; }
#g_navi li{ margin:10px 5px; }
#g_navi a{
	padding-left:20px;
	background:url(../img/g_navi.gif) no-repeat 0px 5px;
	color:#096ebe;
	text-decoration:underline;
}
#g_navi a:hover{
	color:#06a5f4;
	text-decoration:none;
}

/* container */
#container{ background:url(../img/bg_container.gif) repeat-y; }
#co_inner{
	margin:0px 15px 0px 10px;
	width:835px;
}
#sidebar{
	float:left;
	width:185px;
}
#contents{
	float:right;
	width:625px;
}
#contents h3{
	width:625px; height:40px;
	background:url(../img/h3.gif) no-repeat;
	color:#ffffff;
	font-weight:bold; font-size:18px;
	text-indent:55px;
	line-height:45px;
}

/* sidebar */
#news{
	margin-bottom:20px;
	border:1px solid #eeeeee;
	border-top-width:0px;
	height:120px;
	overflow:auto;
}
#news dt{
	padding:10px 0px 5px 10px;
	font-size:10px;
}
#news dd{
	padding:0px 10px 10px 10px;
	border-bottom:1px dotted #b3b3b3;
	font-size:10px;
}
#news dd a{
	color:#096ebe;
}
#news dd a:hover{ color:#aaaaaa; }

#info{
	padding:10px;
	background:#daf1fc;
}
#info strong{ color:#2f62b3; }
#info p{ margin:10px 0px; }

/* footer */
#footer{
	width:100%; height:140px;
	background:url(../img/bg_footer.gif) repeat-x;
}
#fo_inner{
	height:140px;
	background:url(../img/bg_footer2.gif) no-repeat;
	overflow:hidden;
}
#fo_inner p{
	float:left;
	margin-top:25px;
	font-size:10px;
	color:#9ed0f8;
}
#fo_inner p a{
	margin:0px 6px;
	color:#096ebe;
	text-decoration:underline;
}
#fo_inner p a:hover{
	color:#06a5f4;
	text-decoration:none;
}
#fo_inner span{
	float:right;
	margin-top:25px;
}

/* top */
#pick{
	margin:15px auto;
	padding:4px;
	border:1px solid #e4e1e1;
	background:#f4f9fd;
}

#list{
	width:640px;
	margin-right:-15px;
	overflow:hidden;
}
#list li{
	float:left;
	margin:0px 15px 15px 0px;
	width:303px; height:148px;
	border:1px solid #e4e1e1;
}
#list li div{ padding:4px; }
#list li em, #list li p{
	padding:2px;
	font-size:11px;
	line-height:16px;
}
#list li a.a01{
	float:right;
	font-size:11px;
}

/* level2 */
h2.text{
	width:625px; height:115px;
	background:url(../img/h2.jpg) no-repeat;
	line-height:115px;
	font-weight:bold;
	font-size:24px;
	text-indent:40px;
	color:#ffffff;
}
h3.text{
	margin-top:10px;
	width:625px; height:40px;
	background:url(../img/h3.gif) no-repeat;
	line-height:40px;
	font-weight:bold;
	font-size:18px;
	text-indent:30px;
	color:#ffffff;
}
div.box{ margin:15px 0px; }
div.box p{ margin-top:5px;margin-bottom:5px; }

table.form th, table.form td{
padding:5px 10px;
border:1px solid #b6c7e4;
}
table.form th{ background:#f0f3f9; }

.table1 th, .table1 td{
	padding:10px 15px;
	border-bottom:1px dotted #a4aaa8;
}
.table1 th{
	border-right:3px solid #128fcf;
	color:#128fcf;
	white-space:nowrap;
}
.table1{
clear:both;
	width:622px;
	border-top:1px dotted #a4aaa8;
}

.table2 th, .table2 td{
	padding:5px 10px;
	border-bottom:1px solid #a4aaa8;
	border-right:1px solid #dddddd;
	font-size:11px;
}
.table2 th{
	border-bottom:3px solid #128fcf;
	color:#128fcf;
	text-align:center;
}
.table2 td{ text-align:right; }
.table2{
clear:both;
	width:622px;
	border:1px solid #bbbbbb;
}

.mt-enclosure-image img{
	margin:5px;
	border:2px solid #dddddd;
}

