/* 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;
}

.textlist ul{
	margin:20px 0 30px 10px;
	/margin-left:20px;
}
.main h2{
	background:url(/img/bk_sub2.gif) top left no-repeat;
	width:565px;
	height:45px;
	padding:22px 0 0 25px;
	font-size:16px;
	margin:0;
	margin-bottom:5px;

}