﻿@charset 'UTF-8';

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-size: 14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color: #000000;
	background-color:transparent;
	height: 100%;
	background-image: url(images/chenbg.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
#alert {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color:black;
	text-align: center;
	padding-top: 128px;
	z-index: 256;
}

strong {
	font-size: 16px;
	font-weight: bold;
	color: red;
}

a {
	font-weight: bold;
	color:#F27376;
	text-decoration: none;
}

.clr {
	clear: both;
}

#menu {
	z-index: 1;
	position: fixed;
	top: 100px;
	visibility: hidden;
	width:100px;
}

#menu img {
	border: 0px;
}

.menubutton {
	float: left;
	width: 100px;
	height: 32px;
	text-align: left;
}

#page {
	position: relative;
	width: 100%;
	padding-left:0px;
}

.box {
	float: left;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
	left:-0px;
	background-position: center;
	background-repeat: no-repeat;
	padding-left:200px;padding-top:50px;
}

#p1.box 
{
}
#p3.box
{
}
#p4.box
{
}

.window {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 640px;
	margin-top: -162px;
	background-position: center;
	background-repeat: repeat-x;
}

.main {
	padding: 16px;
	width: 700px;
	/*height: 316px;*/
	margin: 0 auto;
}

#top {
	text-align: center;
	width: 373px;
	margin: -194px auto 0;
}

#screenshot {
	padding-left:10px;
	text-align: left;
}

#movie {
	text-align: center;
}

#screenshot img {
	width: 150px;
	padding:5px;
}

.area {
	width: 350px;
	float: left;
}

h1 {
	font-size: 15px;
	padding-left: 4px;
	margin-bottom: 10px;
}

h2 {
	font-size: 13px;
	margin-left: 0px;
	margin-right: 12px;
	margin-bottom: 8px;
	padding: 2px 0 2px 5px;
}

.lh {
	padding-top: 8px;
}

p, dl {
	line-height: 16px;
	margin-left: 16px;
	margin-bottom: 8px;
}

iframe {
	margin-bottom: 8px;
}

.prepare {
	line-height: 316px;
	text-align: center;
}

dt {
	float: left;
	clear: both;
	width: 64px;
	padding: 2px;
	font-weight: bold;
}

dd {
	margin-left: 68px;
	padding: 2px;
}

.oneline {
	height: 24px;
	line-height: 36px;
}