@charset "utf-8";

/*------------------------------
______________________________________*/

/* ////////////////////////////////////////
default
//////////////////////////////////////// */
body,div,
dl,dt,dd,
h1,h2,h3,
pre,form,p,table,th,td { 
margin:0;
padding:0;
font-size:100%;
font-style:normal;
font-weight: normal;
line-height:1.6em;
}

body {
margin:0;
padding:0;
background:#fff;
color: #222;
font-size:12px;
line-height:1.6em;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img {
vertical-align: bottom;
border: none;
}

a:focus{ outline: none; }


a {
cursor:pointer;
color:#F96CCE;
text-decoration: underline;
}

a:hover,
a:active {
	font-style: italic;
	text-decoration:none;
	background: url(_img/header_bg.png) no-repeat;
	text-decoration: line-through;
}

h2 {
	font-size:1.4em;
	letter-spacing:0.1em;
	font-weight: normal;
}

p {
line-height:1.6;
}

ul{ list-style: none;
	margin: 0;
	padding: 0;
}
.upper { text-transform: uppercase; }
.hover {}
.left { float:left; }
.right { float:right; }
.en{ display: none; }
.pTop20{ padding-top:20px; }

.clearfix:after {content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;}.clearfix {zoom: 100%; }


#header_bg{
	background: url(_img/header_bg.png) no-repeat;
	position: fixed;
	left: -50px;
	width: 440px;
	height: 640px;
	z-index: 9;
	display: none;
}

#header {
	position: fixed;
	left: 2000px;
	width: 4000px;
	overflow: hidden;
	letter-spacing: 0.1em;
	z-index: 10;
	background-color:#FF359B;
}

#header_inner{
	width:280px;
	height:500px;
	padding: 20px 30px 20px 130px;
	color: #fff;
	z-index: 11;
}

#cover {
	position: fixed;
	overflow: hidden;
	left: 1200px;
	z-index: 9;
	width: 2000px;
	height: 540px;
	background: url(_img/cover.png) repeat;
}


#logo{
	display: none;
	padding: 0 0 20px 0;
}
#menu{
	line-height: 1.6em;
	display: none;
}

#header ul{ width: 140px; }
#header ul li{ font-size: 0.9em; padding-left: 15px; }
#header ul.left li{	padding: 4px 3px 3px 15px; line-height: 1.1em;}
#header ul li:hover{ background: url(_img/li_bg.png) repeat; }

#header a { color:#fff; text-decoration: none; }
#header a:hover{ color: #fff; font-style: italic; text-decoration: line-through;}

#header h2, #header ul li h2 {
	font-size:1.4em;
	letter-spacing:0.1em;
	font-weight: normal;
}


#copyright{
	position: absolute;
	bottom: 20px;
}

#contents_wrapper{
	width:10000px;
	height:540px;
	background-color: transparent;
}
.content{
	float: left;
	width:1000px;
	height:540px;
	position: relative;
	z-index: 0;
}
.content_inner{ display: none; color: #F96CCE;}
.content_inner img{	position: absolute;}
.content_inner img.vertical{ right: 200px; bottom: 0; }
.content_inner img.horizontal{ right: 0; bottom: 100px; }
.content_inner img.vertical{ right: 200px; bottom: 0; }
.content_inner img.square{ right: 0px; bottom: 0; }

.content_inner ul{ position: absolute; right: 0; bottom: 0;}
.content_inner ul.vertical{ width: 170px;}
.content_inner ul.square{ right: 450px; bottom: 0; text-align: right;}
.content_inner ul li{ font-size: 0.9em; line-height: 1.4em;}
.content_inner ul.en li{ font-style: italic; }
.content_inner ul li.title{ font-size: 1.1em; line-height: 1.8em; color:#FF008E; font-style: normal;}

#info_inner{ padding-left: 400px; width:600px; font-size: 0.9em; color: #F96CCE;}
#info_inner p{ padding:10px 0 15px;}
#info_inner h2, #info_inner h3{ color: #FF008E;}
#info_inner h3{ font-size: 1.1em; }
#info_inner dl{ padding:5px 0 35px; }
#info_inner dl dt{ float: left; width: 50px; clear: both;}
#info_inner dl dd{ margin-left: 50px; }
#info_inner dl.news{ padding-top: 20px; }
#info_inner dl.news dt{ float: left; width: 100px; clear: both; padding-bottom: 15px;}
#info_inner dl.news dd{ margin-left: 100px; width: 350px; padding-bottom: 15px; line-height: 1.4em; }

#credit{ position: absolute; right: 50px;; top: 540px;}