@charset "shift_jis";
/*-------------------------------------------------------------------
"メイン"スタイル
--------------------------------------------------------------------*/
#main{
	width:650px;
	position:absolute;
	left:0px;
	top:10px;
	background:url(../img/title.gif) no-repeat center top;
}
#p_h1{
	margin-top:8px;
	margin-left:45px;
}
.p_h1{
	font-weight:bold;
	font-size:17px;
}
#p_h2{
	margin-top:10px;
	margin-left:45px;
}
.p_h2{
	font-size:12px;
}
/*-------------------------------------------------------------------
"フッター"スタイル
--------------------------------------------------------------------*/
#footer{
	position:absolute;
	left:0px;
	top:700px;
	width:800px;
	height:80px;
	background:url(../../img/img_footer.gif) no-repeat left top;
	text-align:left;
	font-size:11px;
	color:#000000;
}
/*-------------------------------------------------------------------
"Ｔａｂｌｅ"スタイル
--------------------------------------------------------------------*/
#table_point01{
	position:absolute;
	left:25px;
	top:75px;
}
.if{
	width:615px;
	height:605px;
	overflow:auto;
}
.table01{
	width:580px;
	border:0px;
}
.table02{
	background-color:#FFFFFF;
	width:280px;
	height:130px;
	border:1px dashed #999999;
	padding:0px;
}
.table03{
	background:url(../img/bk_tbl_welcome.gif) no-repeat;
	width:550px;
	height:100px;
	border:0px;
	padding:0px;
}
.td_img{
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
.td_title{
	background:url(../img/bk_tbl_title.gif) repeat;
	height:15px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.td_detail{
	background-color:#FFFFFF;
	padding:5px;
	text-align:left;
	font-size:10px;
	vertical-align:middle;
}
