@charset "UTF-8";
/* CSS Document */

/* ------------------------------
フォント指定
------------------------------ */

body {
font-family:"Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}
input {
font-family:"Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}
textarea {
font-family:"Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

/* ------------------------------
Clearfix
------------------------------ */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ------------------------------
サイト共通
------------------------------ */

body{
margin:0 auto;
height:100%;
background-color:#ffffff;
color:#1a1a1a;
}

#wrapper{
width:100%;
height:auto;
margin:0 auto 30px;
background:url(../images/content_bg.png) repeat-x;
}


h1{
text-indent:-10000px;
overflow:hidden;
}

a{
color:#d01c49;
}

a:hover{
color:#e8476b;
}

p{
font-size:90%;
margin-bottom:10px;
}

strong{
font-weight:bold;
}

/* ------------------------------
ヘッダー
------------------------------ */
#header{
background:url(../images/header_bg.png) repeat-x center top;
height:302px;
position:relative;
text-align:center;
width:100%;
}

/* ------------------------------
コンテンツ
------------------------------ */
#top_contents{
height:100%;
margin:0 auto;
overflow:hidden;
text-align:left;
width:802px;
padding:80px 0 0;
}

p#header_title{
background:transparent url(../images/header_title.png) no-repeat;
height:341px;
margin-left:3px;
margin-top:-337px;
overflow:hidden;
position:absolute;
text-indent:-10000px;
width:802px;
}

#top_contents h1{
width:802px;
height:443px;
background:transparent url(../images/cd_content.png) no-repeat;
}

/* ------------------------------
ムービー
------------------------------ */
#movie{
margin:0 auto 30px;
overflow:hidden;
text-align:left;
width:802px;
}

#movie_head{
width:802px;
height:80px;
background:transparent url(../images/movie_head.png) no-repeat;
}

#movie_middle{
width:802px;
height:auto;
background:transparent url(../images/movie_middle.png) repeat-y;
text-align:center;
padding:10px 0 20px;
}

#movie_bottom{
width:802px;
height:178px;
background:transparent url(../images/movie_bottom.png) repeat-y;
}

/* ------------------------------
トラックリスト
------------------------------ */

#track_list{
margin:0 auto 40px;
overflow:hidden;
text-align:left;
width:802px;
}

#track_list h2{
background:url(../images/track_title.png) no-repeat;
width:802px;
height:58px;
overflow:hidden;
text-indent:-10000px;
margin-bottom:30px;
}

#track_list h3{
color:#024287;
font-size:130%;
margin-left:20px;
margin-bottom:10px;
margin-right:20px;
border-bottom:#024287 dotted 1px;
}

#track_list ul{
margin:0 50px 30px;
color:#024287;
}

/* ------------------------------
スタッフリスト
------------------------------ */

#staff_list{
margin:0 auto 60px;
overflow:hidden;
text-align:left;
width:802px;
}

#staff_list h2{
background:url(../images/staff_title.png) no-repeat;
width:802px;
height:59px;
overflow:hidden;
text-indent:-10000px;
margin-bottom:30px;
}

#staff_list ul{
margin:0 50px 30px;
color:#ff0000;
}

#staff_list li{
margin-bottom:20px;
}

/* ------------------------------
C77info
------------------------------ */

#c77info{
	font-weight:bold;
	font-size: 18px;
	text-align: center;
}

/* ------------------------------
フッター
------------------------------ */

#footer{
background:#318acd;
width:100%;
height:60px;
text-align:center;
margin:0 auto;
}

#footer p{
color:#FFFFFF;
font-size:90%;
font-weight:bold;
line-height:35px;
}

#footer a{
color:#FFFFFF;
}
