@charset "utf-8";
/* CSS Document */


/*初期化用*/
@import "common.css";

/*デザイン用*/
@import "base.css";

@import "clearfix.css";

/*拡張用*/
@import "advanced.css";

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	position: absolute;
	top: 30px;
	height: 486px;
	font-size: 1.2em;
	background-color: #FFF;
	color: #000;
	background-image: url(../images/common/bg_head_mid.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#header-in{
	position: relative;
	padding-top: 17px;/*▲ページ最上部からの距離*/
}


/*●ヘッダーロゴ*/
#header-logo{
	position: absolute;
	top: 15px;
	padding-left: 55px;
	background: url(../images/common/logo_mark.gif) left center no-repeat;
}

/*●ヘッダーロゴサブテキスト*/
#header-logo #logo-subtext{ font-size: 10pt; }

/*●ヘッダーロゴテキスト*/
#header-logo #logo-text{ font-size: 20pt; }
#header-logo #logo-text a{ text-decoration: none; }
#header-logo #logo-text a:link{ color: #000; }
#header-logo #logo-text a:visited{ color: #000; }
#header-logo #logo-text a:hover{ color: #000; }
#header-logo #logo-text a:active{ color: #000; }


/*●ヘッダーテキスト*/
#header-in #header-text{
	position: absolute;
	top: 20px;
	right: 0;
	width: 440px;
	text-align: left;
}

/*●ヘッダーCOVER*/
#header-in #header-cover{
	position: absolute;
	top: 100px;
}

#header-in #header-cover #tama{
	float: left;
	width: 960px;
	height: 85px;
	margin-top: 10px;
}

#header-in #header-cover #tama td{
	padding: 0;
}

#header-in #header-cover #tama #text{
	float: left;
	width: 570px;
	height: 85px;
	background:url(../images/common/cover04.jpg);
}

#header-in #header-cover #tama #enter a{
	float: left;
	width: 205px;
	height: 85px;
	background:url(../images/common/enter.jpg);
	display: block;
	text-indent: -9999px;
}

#header-in #header-cover #tama #enter a:hover{
	background:url(../images/common/enter_on.jpg);
}

#header-in #header-cover #tama #exit a{
	float: left;
	width: 185px;
	height: 85px;
	background:url(../images/common/exit.jpg);
	display: block;
	text-indent: -9999px;
}

#header-in #header-cover #tama #exit a:hover{
	background:url(../images/common/exit_on.jpg);
}

/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/

#global-menu{
	position: absolute;
	top: 656px;/*▲ページ最上部からの距離*/
	left: 0;
	background-color: #090909;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(../images/common/bg_global.jpg);
}


#global-menu ul{
	margin-top: 4px;
	margin-bottom: 4px;
}


#global-menu li{
	float: left;
	height: 31px;
	overflow: hidden;
	border-right: 1px solid #CCC;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2;
}


#global-menu li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	padding-top: 9px;
	padding-right: 22px;
	padding-bottom: 6px;
	padding-left: 24px;
	background-image: url(../images/icon/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 11px;
}

/*IE6対策*/
* html #global-menu ul li a{ height: auto; }


/*グローバルメニューを幅指定にする場合は下記を使用）*/
/*#global-menu ul li a{ padding: 6px 24px 6px 24px; }*/


/*各エリアの幅を指定します。合計が全体のサイズ-5pxになるようにして下さい
（例：140+300+200+150+155 = 950-5）*/
/*#global-menu li.menu01{ width: 140px; }
#global-menu li.menu02{ width: 160px; }
#global-menu li.menu03{ width: 205px; }
#global-menu li.menu04{ width: 150px; }*/


#global-menu ul li a:hover{
	height: 31px;
	color: #fff;
	background-color: #BB2B2B;
	background-image: url(../images/icon/icon-arrow_on.gif);
	background-repeat: no-repeat;
	background-position: 12px 11px;
}

#global-menu .current{
	height: 31px;
	color: #fff;
	background-color: #BB2B2B;
	background-image: url(../images/icon/icon-arrow_on.gif);
	background-repeat: no-repeat;
	background-position: 12px 11px;
}

/*IE6対策*/
* html #global-menu ul li a:hover{ height: auto; }


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main{
	padding-top: 600px;/*▲ページ最上部からの距離*/
	height: 100%;
}

.page #main{ padding-top: 185px; }

#main-in{
	background: url(../images/common/bg-sidebar.gif) right top repeat-y;
}

/*メインイメージ（TOPのみ）*/
#main-image{
	display: block;
	position: relative;
	width: 660px;
	height: 200px;
	margin-bottom: 20px !important;
}


.page #main-image{
	height: 20px;
	background-color: #090909;
}


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar{
	float: right;
	width: 230px;
	background: url(../images/common/bg-sidebar-top.gif) center top no-repeat;
	font-size: 1.2em;
}

#sidebar-in{
	padding: 10px;
}


/*H3*/
#sidebar h3{
	padding: 7px 10px 7px 19px;
	width: 181px;
	background: url(../images/title/bg-sidebar-h3.gif) left top no-repeat #2b2b2b;
	font-weight: bold;
	color: #333;
}



/*●コンテンツ*/
#sidebar div.contents{
	margin-bottom: 20px;
	padding: 15px 10px;
	background-color: #fcfcfc;
	border: 1px solid #ababab;
}

#sidebar div.menu{
	margin-bottom: 20px;
	padding: 5px 5px;
	background-color: #fcfcfc;
	border: 1px solid #ababab;
}



/*●バナーエリア*/
#sidebar .banner li{
	margin-bottom: 18px;
	width: 168px;
	list-style: none;
	text-align: center;
}

#sidebar .banner li a{
	display: block;
	margin: auto;
}

#sidebar .banner li a img{ display: block; }


/*●ランキング*/
#sidebar ul.ranking li{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
	margin-top: 5px;
}

#sidebar ul.ranking p{ margin: 0 0 10px 0; }

.no1,.no2,.no3{
	padding: 0 0 0 30px!important;
}

.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10{
	height: 34px!important;
	padding: 0 0 0 30px!important;
}

/*●王冠画像*/
.no1{ background: url(../images/icon/icon-rank01-01.png) left top no-repeat; }
.no2{ background: url(../images/icon/icon-rank01-02.png) left top no-repeat; }
.no3{ background: url(../images/icon/icon-rank01-03.png) left top no-repeat; }
.no4{ background: url(../images/icon/icon-rank01-04.png) left top no-repeat; }
.no5{ background: url(../images/icon/icon-rank01-05.png) left top no-repeat; }
.no6{ background: url(../images/icon/icon-rank01-06.png) left top no-repeat; }
.no7{ background: url(../images/icon/icon-rank01-07.png) left top no-repeat; }
.no8{ background: url(../images/icon/icon-rank01-08.png) left top no-repeat; }
.no9{ background: url(../images/icon/icon-rank01-09.png) left top no-repeat; }
.no10{ background: url(../images/icon/icon-rank01-10.png) left top no-repeat; }


/*--------------------------------------------------------
広告
--------------------------------------------------------*/

.koukoku_i li {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}







