@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;
}
/*-------------------------------------------------------------------
"Ｔａｂｌｅ"スタイル
--------------------------------------------------------------------*/
#table_point{
	position:absolute;
	left:25px;
	top:100px;
}
.table{
	width:600px;
	border:0px;
	padding:0px;
}
.td_detail{
	background-color:#FFFFFF;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
.td_spc{
	height:50px;
}

