/* CSS Document */

body{
	margin:0;
	padding:0;
	padding-top:23px;
	padding-bottom:23px;
	font-size:12px; 
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-image:url(../img/body_bg.gif);
	background-repeat:repeat;
}

img {
	border:0;
	margin:0;
	padding:0;
}

/* a
----------------------------- */
a:link {
	color: #003366;
	text-decoration:underline;
	text-decoration:none;
	background: transparent;
}
a:visited {
	color: #455666;
	color: #003366;
	text-decoration:none;
}
a:hover {
	color: #00a0e9;
	text-decoration:underline;
}


#wrapper{
	background:#FFFFFF;
	width:890px;
	margin:0 auto; 
}


#header{
	width:850px; 
	height:3px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../img/header_bg.gif);
	background-repeat:no-repeat;
}

#header h1{
	float:left;
	margin:0px;
}

#header h2{
	float:right; 
	margin:0;
}


.clear{
	clear:both;
}


#disp_cf{
	width:850px; height:215px; 
/*	text-align: center; 
	padding-right:165px;
	background-image:url(../img/cf_na.gif);
	background-repeat:no-repeat;
	background-position:center center; */
}

/* table_cf_header
------------------------------------------------------------ */
.table_cf_header{
	width:850px;
	border-collapse:collapse;
	border-spacing:1px;
}

.table_cf_header th{
	background-color:#ffffff;
}



.table_cf_header th.tf_logo_col{
	width:180px;
	text-align: center;
	vertical-align: center;
}

.table_cf_header th.cf_logo_col{
	text-align: left;
	vertical-align: center;
}

#contents{
	padding:10px;
	margin:0 auto;
	color:#3b3b3b;
	line-height:1.3;
}

#contents h1{
	margin: 0;
	padding: 0;
	margin-top:10px;
	margin-left: 5px;
	padding-top:5px;
	padding-left:25px;
	padding-right:5px;
	padding-bottom:5px;
	margin-bottom: 5px;
	color: #009944;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	background-image:url(../img/layer3_h1_bg.gif);
	background-repeat:no-repeat;
	line-height:1.1;
}

#contents h2 {
	margin: 0;
	padding: 0;
	margin-top:10px;
	padding-top:8px;
	padding-left:18px;
	padding-right:0px;
	padding-bottom:9px;
	margin-bottom: 5px;
	color: #000000;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	background-image:url(../img/layer3_h2_bg.gif);
	background-repeat:no-repeat;
	line-height:1.1;
}

#contents p.lead {
	display:block;
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF; 
	padding-top:5px;
	padding-left:16px;
	padding-right:16px;
	font-size:14px;
	padding-bottom:5px;
	font-weight:normal;
	margin-top:0px;
	line-height:1.5;
}


#leadArea1 {
	padding-top:5px;
	margin-bottom:5px;
}

#leadArea2 {
	padding-top:15px;
	margin-bottom:5px;
}


/* table_np_list
------------------------------------------------------------ */
.table_np_list {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#3b3b3b;
	border-collapse:separate;
	border-spacing:3px;
}

.table_np_list th {
	padding:5px;
	text-align: center;
	background-color:#00a0e9;
	border-bottom:#B2B2B2 solid 1px;
	border-right:#B2B2B2 solid 1px;
}

.table_np_list td {
	padding:5px;
	background-color:#F3F3F3;
	border-bottom:#B2B2B2 solid 1px;
	border-right:#B2B2B2 solid 1px;
}

.table_np_list th.no_col {
	width:50px;
}

.table_np_list th.owner_col {
	width:300px;
}

.table_np_list th.anp_col {
	width:100px;
}

.table_np_list th.date_col {
	width:100px;
}

.table_np_list th.cf_col {
	width:100px;
}


.table_np_list td.no_col {
	text-align:center;
}

.table_np_list td.owner_col {
	text-align:left;
}

.table_np_list td.anp_col {
	text-align:right;
}

.table_np_list td.date_col {
	text-align:center;
}

.table_np_list td.cf_col {
	text-align:center;
}


#disp_copyright{
	clear:both;
	padding:1px;
	color:#003366;
	text-align:center;
}

#footer{
	clear:both;
	width:850px;
	min-height:11px;
	padding-top:1px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../img/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}


