@charset "utf-8";

ul, ol, li {
	list-style:none;
}

/* ブロック配置 */
#outsidebox {
	text-align: center;
}

div#container {
	border: 1px solid #1a862d;
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

div#contents {
	width:760px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear:left;
}
/* ブロック配置ここまで */

h2 {
	color:#000000;
	background: #FFFFFF url(img/corner_title.gif) no-repeat center top;
	height: 80px;
	width: auto;
	text-indent:-10000px;

}

div#toptext {
	width:580px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

/* プレゼント商品のリスト */
div#present {
	width:544px;
	margin-right:auto;
	margin-left:auto;
}

#present li {
	float:left;
}

div.goodsbox{
	width:250px;
	border: 1px solid #000000;
	margin: 10px;
}

div.goodstext {
	margin: 5px;
}

p.goodsname {
	color:#006600;
	font-weight:bold;
	font-size:12px;
	margin-bottom:3px;
}

p.goodsname:first-letter {
	font-size:20px;
	color:#FF0000;
}

p.number {
	text-align:right;
	font-weight:bold;
}

/* 応募フォーム */
div#form {
	clear:left;
	text-align:center;
}
