@charset "utf-8";
/* CSS Document */

body {
	background: url(../img/campaign_bg.jpg);
	-moz-background-size: cover;
	background-size: cover;
	color: #fff;
	font-size: 14px;
	padding: 180px 0 80px;
}

h1 {
	background: url(../img/title.png) no-repeat;
	width: 391px;
	height: 195px;
	margin: 0 auto;
	text-indent: -9999px;
	position: relative;
	top: -150px;
	margin-bottom: -150px;
}

h2 {
	width: 850px;
	height: 40px;
	text-indent: -9999px;
	margin: 50px auto 15px;
}

#page {
	background: url(../img/wrap_bg.png);
	width: 960px;
	margin: 0 auto 30px;
	padding: 50px 0;
}

p {
	width: 600px;
	margin: 0 auto 10px;
	text-align: left;
}

strong {
	font-weight: bold;
	color: #F90;
}

#tweetArea {
	width: 700px;
	margin: 0 auto;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#tweetArea:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

#tweetArea li {
	padding-left: 0;
	width: 220px;
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}