@charset "UTF-8";
/*formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-color: #FFFFFF;
}
hr {
	padding: 0px;
	border-top: 3px solid #ffd940;
	width: 700px;
	margin: 20px auto 10px;
}
/*basic layout　
-----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 750px;
	text-align: center;
	border-right: 1px solid #829ff5;
	border-left: 1px solid #829ff5;
}
#button{
	width:400px;
	height:60px;
	text-align:center;
	margin: 0px 175px;
}
#button a.pclogin{
	display:block;
	width:400px;
	height:60px;
	background:url(image/btn.jpg) no-repeat;
	text-decoration:none;
}
#button a.pclogin:hover{
	background-position:right top;
}

#button02{
	margin:10px 0 0 0;
}

#button02 span{
	position:relative;
	overflow:hidden;
	display:block;
	width:0;
	height:0;
}

#button02 a{
	background:url(image/btn_forsmartphone.jpg) no-repeat 0 0;
	display:block;
	height:60px;
	width:450px;
	margin:0 auto;
}

#button02 a:hover{
	background-position:0px -60px;
	}


#comic{
	text-align:center;
	margin-bottom:20px;
}
#moviewaku {
	overflow:hidden;
	width: 700px;
	margin: 0px auto;
	margin: 10px auto 10px;
}
#mainmovie {
	background-color: #00b8e7;
	margin: 0px auto;
	width: 220px;
	float:left;
}
#mainmovie .mainfimg {
	width: 200px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#mainmovie .mainfimg p {
	margin-right: auto;
	margin-left: auto;
	width: 160px;
}
#fullversion{
	text-align: right;
}
#mainwhat {
	margin: 5px auto 20px;
	padding: 0px;
	width: 700px;
	text-align: center;
	background-color: #ffcc00;
}
#mainwhat .whattext {
	width: 700px;
	background-color: #ffcc00;
	float: left;
}
#mainwhat .what {
	background-color: #FFFFFF;
	width: 670px;
	text-align: left;
	margin-left: 10px;
	float: left;
}
#mainwhat .what p {
	padding-top: 10px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#mainwhat .what table {
	width: 328px;
	float: right;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 10px;
	border: 0px;
}
#colony_img {
	width: 170px;
}
#qr {
	text-align: center;
}

/*
#mainwhat .what img {
	float: right;
	clear: both;
	margin-left: 5px;
}
*/
#maincontents {
	background-color: #83c200;
	margin: 0px auto 20px;
	text-align: center;
	width: 700px;
}
#maincontents h2 {
	margin: 0px;
}
#maincontents .mainc0 {
	float: left;
	width: 330px;
	margin-left: 10px;
}
#maincontents h3 {
	margin-left: 0px;
	width: 330px;
	margin-top: 10px;
}
#maincontents .mainc1 {
	background-color: #FFFFFF;
	width: 330px;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}
#maincontents .mainc1 p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
#maincontents .mainc1 img {
	clear: both;
	float: right;
	padding-left: 10px;
	margin-left: 0px;
}
#maincontents p {
	clear: both;
}
#mainfooter {
	background-color: #7cc2ff;
	margin: 0px auto;
	width: 700px;
}
#mainfooter .mainfimg {
	width: 680px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#mainfooter .mainfimg p {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
}
#footer {
	margin: 0px auto;
	width: 700px;
	background-color: #FFFFFF;
}
#footer p{
	text-align: center;
}
#footer p a img{
	border-style: none;
}

