* {
	margin: 0;
	padding: 0;
	font-size: 13px ;
	line-height: 1.8em;
	outline: none;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, "lr oSVbN", "MS PGothic", sans-serif;
	font-family: "ΰSVbN", YuGothic, "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
	text-align: left;
}

html {
	background: #dcd6ff url("../template/grade.png") center top repeat-x fixed;
	color: #000;
	overflow-y: scroll;
	height:100%;
	width:100%;
}
*html body {
	font-size: 100%;
}
*:first child+html body {
	font-size: 100%;
}

body {
	width:100%;
	height:100%;
}
div#white_bg {
	display: block;
	position: fixed;
	z-index: 0;
	left:0;
	width: 50%;
	height: 100%;
	background: #fff;
}
div.illust_bg {
	width:100%;
	min-width: 990px;
	position: fixed;
	opacity: 0;
}
div#index_bg {
	background: url("../template/img_index.png") top center no-repeat;
	min-height: 781px;
	top: -100px;
}
div#release_bg {
	background: url("../template/img_release.png") top center no-repeat;
	min-height: 797px;
	top: 100px;
}
div#info_bg {
	background: url("../template/img_info.png") top center no-repeat;
	min-height: 628px;
	top: -100px;
}
div#anime_bg {
	background: url("../template/img_anime.png") top center no-repeat;
	min-height: 753px;
	top: 100px;
}


h1 {
	font-size: 300%;
}
h2 {
	font-size: 180%;
	color: #f6d56b;
	line-height: 1.2em;
	background: url("../template/h2.gif") left top no-repeat;
	padding: 0 0 0 23px;
	margin: 0 0 0.2em;
}
h3 {
	font-size: 120%;
	color: #4bb9ff;
	line-height: 1.2em;
}
h4 {
	font-size: 100%;
	line-height: 1.2em;
	color: #e789a3;
}
h5 {
	font-size: 150%;
	font-weight: normal;
}
h6 {
	font-size: 100%;
	line-height: 1.2em;
}
span.small {
	font-size: 80%;
}


a:link,
a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color:#007dd4;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color: #52ceff;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
	color: #ffc700;
}

img {
	border: 0;
}
.b {
	font-weight: bold;
}

hr {
	visibility: hidden;
	clear: both;
}

ul {
	list-style: none;
	margin: 0;
}
p {
	margin: 0 0 1em;
}




#wrapp {
	margin: 0 auto;
	padding: 35px 0 50px;
	width: 990px;
	background: url("../template/contents_bg.png") top right repeat-y;
}
div.contents {
	margin: 0;
	width: 465px;
	padding: 55px 0 25px;
	position: relative;
}
div#header{
	padding: 25px 0;
}

h1#logo {
	margin: 0;
	line-height: 0;
}
h1#logo img {
	margin: 10px 0 0;
	padding: 0;
}
h2.title {
	margin: 1em 0 0.5em;
	font-size: 200%;
	line-height: 1.2em;
	font-family: "qMmΎ© ProN W6","HiraMinProN-W6","HGΎ©E","lr oΎ©","MS PMincho","MS Ύ©",serif;
	padding: 0 0 21px;
	letter-spacing: 0.25em;
	background: url("../template/line_title.png") left bottom no-repeat;
}
h2#releaseT { 
	color: #4bb9ff;
}
h2#infoT { 
	color: #f6d56b;
}
h2#animeT { 
	color: #e789a3;
}




/*index ----------------------------------*/
div#indexrelease {
	background: url("../template/indexrelease_bg.png") no-repeat;
	width: 450px;
	height: 252px;
	text-align: center;
	margin: 20px 0;
}
div#indexrelease img {
	margin: 35px auto 0;
}

#whatsnew dl {
	padding: 20px 0;
}
#whatsnew dt {
	margin: 0;
	font-weight: bold;
	line-height: 1.2em;
}
#whatsnew dd {
	margin: 0 0 1em 0;
	font-size: 90%;
	line-height: 1.2em;
	border-bottom: 1px solid #ddd;
}


#footer {
	margin: 0 auto;
	padding: 30px 0 50px;
	clear: both;
	position: relative;
	z-index: 1;
	font-size: 80%;
	line-height: 1.2em;
}
#footer br{
	line-height: 1.2em;
}

a.gototop {
	opacity: 0.8;
}
a:hover.gototop {
	opacity: 1;
}





/*release ----------------------------------*/
ul.release li {
	margin: 1em 0 3em;
}
.day {
	font-size: 130%;
	color: #e789a3;
}
.naiyou {
	text-align: left;
}
ol {
	margin: 0.5em 0 3em 20px;
}
ol li {
	margin: 0 0 1em;
	text-align: left;
}
ol li h4 {
	text-align: left;
	border-bottom: 1px dotted #52ceff;
}
.inst {
	text-weight: normal;
	font-size: 80%;
}
ul.jacket li {
	width: 220px;
	margin: 0 5px;
	float: left;
	font-size: 90%;
	line-height: 1.2em;
}
ul.jacket li img {
	border: 1px solid #ccc;
}
ul.jacket li a {
	line-height: 1.2em;
}
ul.jacket li br {
	line-height: 1.2em;
}

ul#jacket li img{
	display: block;
	margin: 0 0 5px;
}

/*info ----------------------------------*/
ul.info {
	margin: 0;
}
ul.info li {
	margin: 0 0 4em;
}
ol.contest li {
	margin: 0 0 1.5em;
}


/*σά ----------------------------------*/
ul.prize li {
	margin: 0 0 1em
}
ul.prize li h4 {
	margin: 0;
}

a.sample {
	opacity: 1;
}

a:hover.sample {
	opacity: 0.6;

  /*Transition*/
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;
}



#nav {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #4c4b66;
	height: 35px;
	position: fixed;
	z-index: 999;

	behavior: url(PIE.htc);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Firefoxp */  
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Safari,Google Chromep */ 
}
#nav ul {
	padding: 10px 0 0;
	width: 700px;
	position: absolute;
	left: 30px;
}

#nav ul li {
	margin: 0 0 0 15px;
	float: left;
}
#nav ul li a {
	font-size: 125%;
	color: #c2d0e4;
	line-height: 1.1em;
	display: block;
	font-family: "qMmΎ© ProN W6","HiraMinProN-W6","HGΎ©E","lr oΎ©","MS PMincho","MS Ύ©",serif;

	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}


#nav ul li a:hover{
	color: #fff;
	border-bottom: 2px solid;
}

#SNS {
	padding: 0;
	width: 300px;
	position: absolute;
	right: 30px;
	top: -5px;
	height: 25px;
}
#SNS ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 115px!important;
	height: 25px;
	display: block;
}
#SNS ul li.twitter {
	padding: 3px 0 0;
}
iframe.twitter-share-button {
	width: 115px!important;
}

#page-top {
	position: fixed;
	bottom: 0;
	right: 30px;
	padding: 0;
}
#page-top a {
	color: #fff;
	line-height: 0;
	padding: 5px 5px 30px 5px;
	display: block;
	opacity: 0.8;
}
#page-top a:hover {
	opacity: 1;
	text-decoration: none;
}