@charset "utf-8";
/* -----------------------------------------------------------
* Filename: common.css
* Website: http://site.com/
* Author: Name
* Description: 共通要素
----------------------------------------------------------- */

a         {color:#FF0000; text-decoration:underline; }
a:visited {color:#FF0000; }
a:hover   {color:#FF0000; text-decoration:none;}
.outsideLink {
padding-right: 15px;
background: url(../../images/mk_Link.gif) no-repeat right bottom;
}
sup { font-size:83%; vertical-align:super; }
.pageTop {
margin-bottom: 20px;
}
.pageTop a {
display: block;
width: 900px;
height: 28px;
background: url(../../images/pageTop.png) no-repeat left top;
text-indent: -9999px;
}
.pageTop a:hover {
background-position: 0 -28px;
}
.cap {
font-size:83%;
font-weight:normal;
}
.clearfix {zoom:1;}
.clearfix:after{
content: ""; 
display: block; 
clear: both;
}



/* ------------------------------
 ロゴ
------------------------------ */
h1 {
position: absolute;
top: 74px;
left: 50%;
width: 246px;
height: 90px;
padding: 0;
margin: 0 0 0 167px;
z-index: 2;
}



/* ------------------------------
 グローバルナビ
------------------------------ */
#layout #gNavwrap {
position: absolute;
top: 49px;
left: 0;
width: 100%;
height: 121px;
overflow: hidden;
z-index: 1;
}
#layout #gNavarea {
position: absolute;
top: 0;
left: 50%;
width: 1124px;
height: 121px;
margin: 0 0 0 -616px;
background: url(../../images/gNav_bg.png) no-repeat left top;
}
/* IE6 */
* html #layout #gNavwrap {
position: relative;
top: 44px;
left: 50%;
width: 1124px;
height: 121px;
margin: 0 0 0 -616px;
overflow: hidden;
z-index: 1;
}
* html #layout #gNavarea {
position: absolute;
top: 0;
left: 0;
width: 1124px;
height: 121px;
margin: 0 0 0 0;
background: url(../../images/gNav_bg.png) no-repeat left top;
}

#layout #gNavarea #gNav {
width: 610px;
margin: 53px 0 0 137px;
overflow: hidden;
}
#layout #gNavarea #gNav li {
float: left;
}
#layout #gNavarea #gNav li a {
display: block;
height: 34px;
background-image: url(../../images/gNav.gif);
background-repeat: no-repeat;
text-indent: -9999px;
}
#layout #gNavarea #gNav li.home a { width: 29px; background-position: 0 0;}
#layout #gNavarea #gNav li.home a:hover { background-position: 0 -34px;}
#layout #gNavarea #gNav li.news a { width: 122px; background-position: -29px 0;}
#layout #gNavarea #gNav li.news a:hover { background-position: -29px -34px;}
.newsPage #layout #gNavarea #gNav li.news a { background-position: -29px -34px;}
#layout #gNavarea #gNav li.profile a { width: 82px; background-position: -151px 0;}
#layout #gNavarea #gNav li.profile a:hover { background-position: -151px -34px;}
.profilePage #layout #gNavarea #gNav li.profile a { background-position: -151px -34px;}
#layout #gNavarea #gNav li.gallery a { width: 138px; background-position: -233px 0;}
#layout #gNavarea #gNav li.gallery a:hover { background-position: -233px -34px;}
.galleryPage #layout #gNavarea #gNav li.gallery a { background-position: -233px -34px;}
.galleryPage2 #layout #gNavarea #gNav li.gallery a { background-position: -233px -34px;}
#layout #gNavarea #gNav li.partner a { width: 139px; background-position: -371px 0;}
#layout #gNavarea #gNav li.partner a:hover { background-position: -371px -34px;}
.partnerPage #layout #gNavarea #gNav li.partner a { background-position: -371px -34px;}
#layout #gNavarea #gNav li.special a { width: 81px; background-position: -510px 0;}
#layout #gNavarea #gNav li.special a:hover { background-position: -510px -34px;}
.specialPage #layout #gNavarea #gNav li.special a { background-position: -510px -34px;}



/* ------------------------------
 コンテンツ
------------------------------ */
#contents {
width: 900px;
padding: 180px 0 0 0;
}



/* ------------------------------
 ページタイトル
------------------------------ */
#contents h2 {
position: absolute;
top: 46px;
left: 50%;
width: 900px;
margin-left: -450px;
text-align: right;
}



/* ------------------------------
 フッター
------------------------------ */
/* 左サイド::::::::::::::::::::: */
#footer .leftSide {
float: left;
overflow: hidden;
}
/* ファンレター */
#footer .leftSide .fanletterBox {
float: left;
margin-right: 25px;
}
#footer .leftSide .fanletterBox img {
margin-bottom: 3px;
}
#footer .leftSide .fanletterBox p {
color: #999;
font-size: 77%;
letter-spacing: 0.03em;
line-height: 1.5em;
}
/* バナー */
#footer .leftSide .banner {
float: left;
}

/* 右サイド::::::::::::::::::::: */
#footer .rightSide {
float: right;
text-align: right;
}
#footer .rightSide .produceBox {
margin-bottom: 5px;
}
#footer .rightSide .produceBox img,
#footer .rightSide .copyrightBox img {
margin-left: 20px;
}











































