@charset "utf-8";
/* CSS Document */

body{
	font-family:verdana,"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:75%;
	background:url(../img/wrapper_bg.jpg) repeat-x;
	margin:0;
	line-height:20px;
}

#contents{
	text-align:center;
	border:1px solid #8A8A8A;
	margin:10px 0;
}

h2{
	background:#FFF0D2;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	padding:10px 0;
	margin:0;
	border-bottom:1px solid #8A8A8A;
}

h2.h2_foot{
	background:#FFF0D2;
	padding:10px 0;
	margin:0;
	border-top:1px solid #8A8A8A;
	border-bottom:none;
}

.top_comm{
	margin:20px 0;
	text-align:left;
	padding:10px 20px;
}

.top_but{
	margin:20px 0;
	text-align:center;
	padding:10px 20px;
}