@charset "utf-8";

/* CSS Reset
----------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	text-align: left;
	vertical-align: baseline;
	font-size: 100%;
    font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
center	{text-align: center;}
ol, ul	{list-style: none;}
blockquote, q	{quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after	{
	content: '';
	content: none;
}
:focus	{outline: 0;}
ins	{text-decoration: none;}
del	{text-decoration: line-through;}
table	{
	border-collapse: collapse;
	border-spacing: 0;
}
a img {border:none;}
strong	{font-weight: bold;}

/* レイアウト
----------------------------------------*/
body	{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff url("../../images/bg-main.png") no-repeat center top;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
}
#wrapper	{
	width: 800px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	font-size: 1.2em;
}
#IE6 #wrapper	{
	position: relative;
	left: 8px;
}

/* ヘッダ
----------------------------------------*/
h1	{
	height: 107px;
	width: 783px;
	background: url(../../images/h1.png) no-repeat;
	text-indent: -9999px;
}
#IE6 h1	{
	position: relative;
	top: 1px;
	left: -7px;
}
#campaigninfo	{
	float: left;
	width: 433px;
}
#campaigninfo .description	{
	height: 103px;
	width: 433px;
	margin: 52px 0 0 0;
	background: url(../../images/p-description.png) no-repeat;
	text-indent: -9999px;
}
#header h2,
#campaigninfo .campaignspan	{
	position: relative;
	left: 170px;
	height: 34px;
	width: 264px;
	margin: 0;
	background: url(../../images/campaignspan.png) no-repeat  0 0;
	text-indent: -9999px;
	z-index: 100;
}
#campaigninfo .campaignspan	{
	height: 39px;
	background-position: 0 -34px;
}
#productimg	{
	float: right;
	height: 273px;
	width: 367px;
	overflow: hidden;
}
#productimg .productname	{
	width: 300px;
	margin: -82px 0 0 0;
	text-align: center;
}

/* プレゼント内容
----------------------------------------*/
#present h2,
#entry h2	{
	height: 141px;
	width: 423px;
	margin: -68px 0 0 0;
	background: url(../../images/h2.png) no-repeat 0 0;
	text-indent: -9999px;
}
#present img	{
	margin: -10px 0 0 34px;
}

/* 応募方法
----------------------------------------*/
#entry h2	{
	position: relative;
	margin: -33px 0 0 377px;
	background-position: 0 -141px;
	z-index: 100;
}
#steps	{margin: 0 0 15px 0;}
#step1	{
	float: left;
	width: 294px;
	margin: 0 0 0 34px;
}
#IE6 #step1	{margin: 0 0 0 17px;}
#step2	{
	float: right;
	width: 438px;
	margin: 0 34px 0 0;
}
#IE6 #step2	{margin: 0 17px 0 0;}
#step1 h3,
#step2 h3	{
	position: relative;
	top: -9px;
	height: 72px;
	width: 294px;
	margin: 0 0 11px 0;
	background: url(../../images/h3.png) no-repeat 0 0;
	text-indent: -9999px;
}
#step2 h3	{
	width: 438px;
	background-position: -294px 0;
}
a.btn-follow,
a.btn-tweet	{
	display: block;
	height: 40px;
	width: 200px;
	background: url(../../images/btn-twitter.png) no-repeat 0 0;
	text-indent: -9999px;
}
a.btn-tweet				{background-position: -200px 0;}
a:hover.btn-follow	{background-position: 0 -40px;}
a:hover.btn-tweet	{background-position: -200px -40px;}
#step1 ul	{
	margin: 20px 0 0 20px;
}
#step1 ul li	{
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	background: url(../../images/icon-list.gif) no-repeat center left;
	font-size: 1.2em;
}
#step2 .msg-tweet	{
	margin: 20px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}
#step2 textarea	{
	height: 45px;
	width: 370px;
	padding: 10px;
	border: 3px solid #0cf;
	line-height: 15px;
	font-size: 12px;
	color: #039;
}
.msg-entry	{
	height: 52px;
	width: 554px;
	margin: 28px 0 30px 123px;
	background: url(../../images/p-entry.png) no-repeat;
	text-indent: -9999px;
}
#terms	{
	border: 1px solid #ccc;
	padding: 20px 20px 15px 20px;
	background: #f2f2f2;
}
#terms h4	{
	height: 17px;
	border-bottom: 3px solid #ccc;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: url(../../images/h4.png) no-repeat;
	text-indent: -9999px;
}
#terms ul li {
	margin: 5px 0 0 30px;
	list-style-type: disc;
}

/* フッタ
----------------------------------------*/
#footer	{padding: 20px 0;}
#footer .logo	{float: left}
#footer .copyright	{
	float: right;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	font-family: Verdana, Meiryo, Arial, san-serif;
	font-size: 10px;
}

/* リンク
----------------------------------------*/
a,
a:hover,
a:visited	{
	font-weight: bold;
	text-decoration: none;
	color: #039;
}
a:hover	{
	text-decoration: underline;
	color: #0cf;
}

/* float解除
----------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix	{zoom: 1;} /* IE6 */
*:first-child+html .clearfix	{zoom: 1;} /* IE7 */