@CHARSET "Shift_JIS";
/*== keywords ================================================================*/
/* c = current                                                                */
/* com = common                                                               */
/*============================================================================*/


/*-- common ----------------------------------------------------------------------------*/

/*============================================================================*/
/* common                                                                     */
/*============================================================================*/
body {
	background:#fff;
	margin:0;
	padding:0;
	font-size:12px;
	letter-spacing: 0;
	line-height: 15px;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	letter-spacing: 0;
	color:#000;
}

table{ font-size:12px; }

.size10px { font-size: 10px; letter-spacing: 0px; line-height: 14px; }
.size11px { font-size: 11px; letter-spacing: 0px; line-height: 14px; }

a:link { color:#06C; text-decoration: none; }
a:visited { color:#06C; text-decoration: none; }
a:hover { color: #09F; text-decoration: underline; }
a:active { color:#06C; text-decoration: none; }

.com_cls{ clear:both; float:none; margin:0; padding:0; } /* float 解除 */



/*============================================================================*/
/* header                                                                     */
/*============================================================================*/
h1, h2, h3{
	margin:0 0 4px 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
h1{ width:173px; float:left; }

.header_title { 
	width:375px; 
	height:71px; 
	float:left; 
}

.header_title strong {
	display: block;
	color: #666666;
	height: 20px;
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	text-indent: 15px;
}

.header_title strong a:link {
	color: #666666;
	text-decoration:none;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
}

.header_title strong a:visited {
	color: #666666;
	text-decoration:none;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
}

.header_title strong a:hover {
	color: #666666;
	text-decoration:none;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
}

.header_title strong a:active {
	color: #666666;
	text-decoration:none;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
}

.header_title h2 {
	height: 45px;
	overflow: hidden;
}

h3{ width:224px; float:right; }

.header_wrap{
	width:780px;
	margin:0 auto 0 auto;
	padding:0;
}

.header_cls{
	clear:both;
	float:none;
	margin:0;
	padding:6px 0 0 0;
	border-top:solid 1px #F7A128;
}


.header_cls td{ width:156px; height:25px; margin:0; padding:0; }

.header_cls td.bcl{ /* bcl=breadcrumbs list */
	width:780px;
	padding:0;
	margin:0;
}
.header_cls td.bcl p{
	margin:0;
	padding:8px 0 10px 14px;
	font-size:12px;
}

.header_mini_wrap{
width:600px;
margin:0 auto 0 auto;
padding:0;
}


/*============================================================================*/
/* footer                                                                     */
/*============================================================================*/
.footer {
	font-size: 12px;
	letter-spacing: 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.footer_obi{
	text-align:center;
	font-size:10px;
	color:#ffffff;
	text-decoration: none;
}

.footer_obi a:link { font-size:10px; line-height:100%; color:#FFFFFF; text-decoration:none; }
.footer_obi a:visited { font-size:10px; line-height:100%; color:#FFFFFF; text-decoration:none; }
.footer_obi a:hover { font-size:10px; line-height:100%; color:#0099ff; text-decoration:underline; }

