@charset "Shift_JIS";


a:link{		text-decoration:none;color:#bb5555;}
a:visited{	text-decoration:none;color:#bb5555;}
a:active{	text-decoration:none;color:#bb5555;}
a:hover{	color:#ff0000;}	

body
{
	margin:0px 0px 0px 0px;
}	

.wfs
{
	position:absolute;
	left:0px;
	top:0px;

	width:980px;
	color:#000000;
	background-color:#ffffff;
	font-size:14px;
	font-weight:normal;	
}




/*画像付きヘッダ部*/
.header
{
	width:980px;
	height:160px;
	color:#000000;

	background-image:url("head.jpg");
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-size:14px;
	margin-bottom:0px;
}

/*画像ナシヘッダ部*/
.header2
{
	width:980px;
	height:60px;
	color:#000000;	
	background-image:url("head2.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#ffffff;		
	font-size:14px;
	margin-bottom:10px;
}

/*検索付きヘッダ部*/
.header3
{
	width:980px;
	height:105px;
	color:#000000;	
	background-image:url("head2.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#ffffff;		
	font-size:14px;
	margin-bottom:10px;
}

/*ヘッダ内部のリンク*/
.header_menu
{
	color:#ffffff;
	width:765px;
	font-size:13px;
	position:absolute;
	top:25px;
	left:0px;
	text-align:right;
}


/*ヘッダ内部下部表示領域(イメージ使用時の右より)*/
.header_info
{
	font-size:13px;
	position:absolute;
	top:55px;
	left:360px;
	overflow:hidden;
}

.header_post
{
	position:absolute;
	top:40px;
	left:25px;
	width:130px;
	height:40px;
	overflow:hidden;
	text-align:left;
}

.header_post2
{
	position:absolute;
	top:70px;
	left:160px;
	width:500px;
	height:20px;
	overflow:hidden;
	text-align:left;
	font-size:12px;	
}

.header_center
{
	position:absolute;
	top:60px;
	left:25px;
	width:440px;
	height:20px;
	overflow:hidden;
	text-align:left;
	font-size:14px;	
}

.header_search
{
	font-size:13px;
	position:absolute;
	top:55px;
	left:470px;
	width:300px;
	height:55px;
	overflow:hidden;
	text-align:right;
}

.main
{
	width:520px;
	color:#000000;
	background-color:#ffffff;
	padding-left:10px;
	font-size:14px;
	font-weight:normal;
	position:relative;
	float:left;
}

.main2
{
	width:740px;
	color:#000000;
	background-color:#ffffff;
	padding-left:20px;
	font-size:14px;
	font-weight:normal;
	clear:both;
	
}

.report_column
{
	font-size:14px;
	margin-top:10px;
	
	border-width:0px;
	border-style:dashed;
}

.column
{
	font-size:14px;
	margin-top:10px;
	border-width:0px;
	border-style:dashed;
}

.column_header
{
	height:20px;
	background-image:url(colmun_header.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:1px;
	font-size:15px;
	font-weight:bold;
	overflow:hidden;
	
	border-width:0px;
	border-style:dashed;
}

.column_body
{
	padding-left:15px;
	font-size:14px;
	
	border-width:0px;
	border-style:dashed;
}


.footer
{
	background-color:#440088;
	background-image:url(footer.gif);
	background-repeat:no-repeat;
	
	position:relative;
	width:980px;
	height:50px;
	
	color:#000000;
	text-align:right;
	
	margin:20px 0px 0px 0px;
	
	font-size:14px;		
	font-weight:normal;
	clear:left;

}

/*左側のサイドバー全体*/
.left_info_base
{
	margin-left:5px;
	width:210px;
	background-color:#ffffff;
	font-size:12px;
	float:left;		
}

/*右側のサイドバー全体*/
.right_info_base
{
	margin-left:15px;
	width:210px;
	background-color:#ffffff;
	font-size:12px;
	float:left;		
}

/*内容ブロック全体*/
.right_info_block
{
	width:100%;
	background-image:url(sub_title_bar.gif);
	background-repeat:no-repeat;
	background-color:#f9f8f7;
	overflow:hidden;
	margin-top:10px;
	font-size:12px;
	
	border-width:0px;
	border-style:solid;
}

/*ヘッダ*/
.right_sub_info_head
{
	width:100%;
	height:18px;
	
	font-size:14px;
	font-weight:bold;
	margin:4px 0px 0px 8px;
	
	border-width:0px;
	border-style:solid;	
}	

/*ボディ*/
.right_sub_info_body
{
	width:95%;
	margin-left:5px;
	margin-right:8px;
	
	border-width:0px;
	border-style:solid;
}

/*フッタ*/
.right_sub_info_foot
{
	background-image:url(sub_foot_bar.gif);
	background-repeat:no-repeat;

	width:100%;
	height:5px;
}


.main_hr
{
	height:3px;
	margin:0px 0px 0px 0px;
	background-image:url(line_3.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;	
	
}
.main_hr2
{
	height:3px;
	margin:3px 0px 3px 0px;
	background-image:url(line_3.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;	
}

.back_link
{
	font-size:13px;
	padding:0px 10px 10px 0px;
	text-align:right;
}

.indent
{
	padding-left:1em;
}

