@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font:Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", ;
	font-size:12px;
	
}
.oneColFixCtr #container {
	width: 520px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	margin-top:10px;
	text-align: left;/* この設定は body エレメントの text-align: center より優先されます。 */
	
}
.oneColFixCtr img{	
	border:none;
}
.p{
    margin-top:20px;
    margin-bottom:10px;
}

table{
    border-collapse:seperate;
	border-spacing:4px 2px;
	text-align:left;
	width:520px;

}

table tr th#pNoPrize{
width:130px;
background-color:#FFFFFF;

}

table tr th#pPrize{
width:300px;
background-color:#FFFFFF;
}

table tr th#pMany{
width:130px;
background-color:#FFFFFF;
}

table tr td {
padding:1.2em 5px 0.3em;
border-bottom:1px dotted #999999;
}

h1{
font-size:12px;
font-weight:bold;
color:#5e3a22;
background-image:url(img/h1_bg.gif);
height:42px;
vertical-align:baceline;


}

.contents{
margin-top:10px;
margin-bottom:20px;
}
