/* CSS Document */

.allbrowser{ /*画面全体　下層ページのバックは変わります*/
	width:100%;
	height:100%;
	text-align:center;
	background:url(/img/bk_underpages.gif) top left repeat-x;
	}

.main{
	background-color:#ffffff;
	padding:0 5px;
}

.main h2{
	background:url(/img/bk_sub2.gif) top left no-repeat;
	width:565px;
	height:58px;
	padding:12px 0 0 25px;
	font-size:16px;
	margin:0;
	margin-bottom:0px;
}


.main p{
	margin:0;
	padding:0;
}

.main table{
	width:560px;
	margin-left:25px;
	margin-bottom:30px;
	font-size:13px;
	}

.main th{
	text-align:left;
	}
	
	.th1{
	text-align:left;
	width: 100px;
	}
	
	.td1{
	text-align:left;
	width: 100px;
	}