﻿@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-repeat: no-repeat;
}
#alert {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: transparent;
	text-align: center;
	padding-top: 128px;
	z-index: 256;
}

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

.clr {
	clear: both;
}

#menu img {
	border: 0px;
	position: fixed;
}

.menubutton {
	font-size:x-large;
	float: left;
	width: 180px;
	height: 50px;
	text-align: center;	
}

#menu2 a:hover {
	border-bottom:2px aqua groove;
}


#page {
	width: 100%;
	padding-left:0px;
	width:1000px;
	margin:0 auto;
}

.box {
	width: 100%;
	padding-top:80px;
	padding-bottom:50px;
	text-align:left;
    margin: 0 auto;
    
}

#p1.box 
{
}
#p2.box 
{
	background-image:url('images/top3.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}
strong {
	font-size: 24px;
	font-weight: bold;
	color:blue;
}
#p2 strong{
	font-size: 16px;
	font-weight: bold;
	color:red;		
}
#p3.box
{
	background-image:url('images/top3.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

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

#p4.box
{
	background-image:url('images/top3.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}
#p5.box
{
	background-image:url('images/top3.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}
.staff
{
	font-size: 20px;
	font-weight: bold;
	color:black;	
	width:100px;
	float:left;		
}
.staff2
{
	font-size: 16px;
	font-weight: bold;
	color:black;
	margin-bottom:50px;			
	width:700px;
	float:right;		
}


.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;
}