@charset "utf-8";

/* --------------- Base Styles --------------- */

body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: url("../img/main_bg01.png") #eee;
	line-height: 1.2;
}
body, input, textarea {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
input, textarea {
	font-size: 100%;
	line-height: 1.3;
}
input {
	height: 1.3em;
}
img {
	border: 0;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, hr, form, input, textarea, fieldset, pre, blockquote {
	margin: 0;
	padding: 0;
}
a:link {color:#069; text-decoration: none;}
a:visited {color:#069; text-decoration: none;}
a:hover {color:#069; text-decoration: underline;}

/* Clearfix for modern browsers */
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
/* Clearfix for ie6/7 */
.cf {zoom:1;}

.rp {
text-indent: 101%;
white-space: nowrap;
overflow: hidden;
} 

/* --------------- Common Styles --------------- */

body {
	background: url("img/bg.png");
}
h1 {
	width: 320px;
	margin: 40px auto 0;
}
.mainvisual {
	width: 320px;
	margin: 20px auto 0;
}
.mainvisual img {
 vertical-align: text-bottom;
}
.bnrAppstore {
	display: block;
	width: 202px;
	height: 60px;
	margin: 0 auto;
	background: url("img/appstore.png") no-repeat;
}
.contact {
	margin-top: 12px;
}
.contact a {
	display: block;
	width: 202px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #fa0;
	padding: 10px 0;
	border-radius: 4px;
	margin: 0 auto;
}
.copy {
	font-size: 12px;
	color: #fa0;
	text-align: center;
	margin-top: 30px;
}