@charset "UTF-8";



/* Initialize
------------------------------------------------------------- */

body {
	font-size: 100%;
	line-height: 140%;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
	color: #eee;
}

body, p, div, hr, blockquote, form, h1, h2, h3, h4, h5, object, embed, script, table, th, tr, td {
	margin: 0; padding: 0;
}

p, span, blockquote, dt, dd, li, h1, h2, h3, h4, h5 {
}

img, table { border: 0; }

a { overflow: hidden; }

hr { display: none; }

strong { font-weight: bold; }

table {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}



/* Hyper Link
------------------------------------------------------------- */

/* Default */
a:link { color: #e0e0a8; text-decoration: underline; }
a:visited { color: #e0e0a8; text-decoration: underline; }
a:hover { color: #ffffa5; text-decoration: underline; }



/* clearfix
------------------------------------------------------------- */

.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 */



/* Layout
------------------------------------------------------------- */

body {
	text-align: center;
	background: #000 none;
}

#main {
	width: 950px;
	background: transparent url(../images/photo.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
	min-height: 700px;
	_height: 700px; /* Hacked */
	text-align: left;
}

#footer {
	margin: 20px 0;
	text-align: center;
	font-size: 10px;
}



/* Title
------------------------------------------------------------- */

#top {
	position: relative;
	width: 455px;
	height: 212px;
	margin-left: 495px;
}

#top h1,
#top p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

#top h1 {
	position: absolute;
	left: 0px;
	top: 40px;
	width: 455px;
	height: 132px;
	background: transparent url(../images/title.png) no-repeat left top;
}

#top p a {
	display: block;
	position: absolute;
	left: 272px;
	top: 107px;
	width: 183px;
	height: 65px;
	background: transparent url(../images/appstore.png) no-repeat left top;
}



/* Product Detail
------------------------------------------------------------- */

#product {
	margin-left: 495px;
}

#product h2,
#product h3,
#product ul,
#product p {
	font-size: 80%;
	line-height: 140%;
}

#product h2,
#product h3 {
	margin: 0 0 0.5em 0;
	color: #e0e0a8;
}

#product p {
	margin: 0 0 1.5em 0;
}

#product ul {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 2em;
}

#product ul li {
	margin: 0 0 0.5em 0;
}

#detail li {
	font-size: 80%;
}
