/*ページの基本デザイン
--------------------------------------------------------*/
* {
color:#666;
font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:12px;
line-height: 2;
margin: 0;
padding: 0;
}

img {
float: left;
border: none;
outline: none;
behavior: url(../video/iepngfix/iepngfix.htc);
}

p {
margin: 0em 0em 2em 0em;
}

/*リンクテキスト
--------------------------------------------------------*/
a {text-decoration:none;}
a:link {color:#333;}
a:visited {color:#666;}
a:hover {color:#999; text-decoration: underline;}
a:active {color:#fff;}

/*レイアウト定義
--------------------------------------------------------*/
body {
background: #fff url(img/pageBg.jpg) center top repeat-x;
background-attachment: fixed;
}

#contents {
position: relative;
width:840px;
margin: 0 auto;
background: url(img/contentsBg.png) center top repeat-y;
behavior: url(../video/iepngfix/iepngfix.htc);
}

.wrapper {
position: relative;
width:720px;
margin: 0 auto;
}

/*見出し
--------------------------------------------------------*/
h1 {
display: block;
height: 0 !important;
height /**/:600px;
margin: 0;
overflow: hidden;
padding-top: 600px;
background: url(img/h1Bg.jpg) center top no-repeat;
}

h2 {
color: #cc0000;
font-family: Times New Roman, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 Pro W3",serif;
font-size: 2.5em;
line-height: 1.5;
text-align: center;
}

h3 {
color: #000;
font-family: Times New Roman, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 Pro W3",serif;
font-size: 2em;
text-align: center;
}

h4 {
clear: both;
color: #000;
font-family: Times New Roman, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 Pro W3",serif;
font-size: 1.5em;
height: 40px;
text-indent: 5em;
background: url(img/specBorder.gif) center bottom no-repeat;
}

h4 span.rubi {
color: #000;
font-family: Times New Roman, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 Pro W3",serif;
font-weight: normal;
}

/*プロフィール
--------------------------------------------------------*/
.prof {
float: right;
margin: -2em 0em 2em 2em;
}

/*選抜メンバー
--------------------------------------------------------*/
.pickout {
float: right;
margin: 0em 0em 0em 2em;
}

/*スペック
--------------------------------------------------------*/
dl.spec {
margin: 0em 0em 2em 0em;
}

.spec dt {
float: left;
text-align: right;
width: 14em;
}

.spec dd {
margin-left: 14em;
}

/*バナー
--------------------------------------------------------*/
#todvd {
margin: 0 90px;
}

/*著作権情報
--------------------------------------------------------*/
address {
clear: both;
height: 54px;
font-size:10px;
font-style:normal;
text-align:center;
padding-top: 2px;
}

/*ナビゲーション
--------------------------------------------------------*/
#gnav {
position: absolute;
top: 0;
left: 0;
width: 980px;
height: 30px;
list-style-type: none;
background: url(img/gnav_bg.jpg) left top no-repeat;
}

#gnav li {
float: left;
width: 120px;
list-style-type: none;
}

#gnav li a {
display: block;
overflow: hidden;
width: 100%;
height: 0 !important;
height /**/:30px;
padding-top: 30px;
}

/* 通常 */
.menu01 a { background: url(img/gnav.jpg) no-repeat 0 0; }
.menu02 a { background: url(img/gnav.jpg) no-repeat -120px 0; }
.menu03 a { background: url(img/gnav.jpg) no-repeat -240px 0; }
.menu04 a { background: url(img/gnav.jpg) no-repeat -360px 0; }
.menu05 a { background: url(img/gnav.jpg) no-repeat -480px 0; }
.menu06 a { background: url(img/gnav.jpg) no-repeat -600px 0; }
.menu07 a { background: url(img/gnav.jpg) no-repeat -720px 0; }
.menu08 a { background: url(img/gnav.jpg) no-repeat -840px 0; }

/* オンマウス */
.menu01 a:hover { background: url(img/gnav.jpg) no-repeat 0 -30px; }
.menu02 a:hover { background: url(img/gnav.jpg) no-repeat -120px -30px; }
.menu03 a:hover { background: url(img/gnav.jpg) no-repeat -240px -30px; }
.menu04 a:hover { background: url(img/gnav.jpg) no-repeat -360px -30px; }
.menu05 a:hover { background: url(img/gnav.jpg) no-repeat -480px -30px; }
.menu06 a:hover { background: url(img/gnav.jpg) no-repeat -600px -30px; }
.menu07 a:hover { background: url(img/gnav.jpg) no-repeat -720px -30px; }
.menu08 a:hover { background: url(img/gnav.jpg) no-repeat -840px -30px; }

/* ステイ */
.menu01 a.stay { background: url(img/gnav.jpg) no-repeat 0 -60px; }
.menu02 a.stay { background: url(img/gnav.jpg) no-repeat -120px -60px; }
.menu03 a.stay { background: url(img/gnav.jpg) no-repeat -240px -60px; }
.menu04 a.stay { background: url(img/gnav.jpg) no-repeat -360px -60px; }
.menu05 a.stay { background: url(img/gnav.jpg) no-repeat -480px -60px; }
.menu06 a.stay { background: url(img/gnav.jpg) no-repeat -600px -60px; }
.menu07 a.stay { background: url(img/gnav.jpg) no-repeat -720px -60px; }
.menu08 a.stay { background: url(img/gnav.jpg) no-repeat -840px -60px; }

