@charset "utf-8";
/*
	Site Name: 海外向けランキングサイト
	Description: 海外向けランキングサイトのスタイルシートです
	Version: 1.0
	Author: 
	作成日：2009.12.06
*/

/*
===== CONTENTS ===========================================

	1. universal reset 
	2. body and base setting
	3. layout setting
	4. fixed menu
	5. #header 詳細
	6. #content詳細
	7. #footer詳細
	8. Utilities
	9. link setting

==========================================================
*/
/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/*----------------------------------------------------

               1. universal reset 

----------------------------------------------------*/

*{
	margin:0;
	padding:0;
}

/*----------------------------------------------------

               2. body and base setting

----------------------------------------------------*/
/* --------------------------
↓↓↓↓↓↓↓for IE6 styles.
----------------------------- */
* html ,
* html body {
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}
/* --------------------------
↑↑↑↑↑↑↑for IE6 styles.
----------------------------- */

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #B1AC99 url("img/base-background.gif") ;
	color: #333;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.5;/* base line height */
	display: block;
	margin: 0px;
	font-size:100%;
}
table {margin : 0;empty-cells: show; font-size:92%;}
/* HTMLに記述してあったスタイルシート
  table { word-break: break-all; }
  .rank {
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #696969;
	width: auto;
	border-width: 1px 1px 0px;
	border-color: #696969;
	border-style: solid;
	margin: 1px 1px 0px;
	padding: 1px;
  }
  .img {
	height: 90px;
	clear: both;
	text-align: center;
	border-width: 1px 1px 0px;
	border-color: #696969;
	border-style: solid;
	margin: 0px 1px 0px;
	padding: 0px;
  }
  .desc {
	overflow: hidden;
	height: 105px;
	clear: both;
	font-size: x-small;
	border: 1px solid #696969;
	margin: 0px 1px 1px;
	padding: 1px;
  }
-------------------------------------*/
td img {
	padding: 1px;
	border: 1px solid #645951;
}
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}


/*----------------------------------------------------

               3. layout setting

----------------------------------------------------*/

#container {
	background: #EBEBE9;
	width:988px;
	padding: 0;
	margin: 0;
}
/* --------------------------
↓↓↓↓↓↓↓for IE6 styles.
----------------------------- */
* html #container {
	background: #EBEBE9;
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
}
/* --------------------------
↑↑↑↑↑↑for IE6 styles.
----------------------------- */
.genre-menu {
	background: #5F7C0B;
	margin: 0;
	padding: 0 0 6px 0;
	width:988px;
}
#header {
	clear: both;
	background: #EBEBE9 url("img/header-title-background.jpg") repeat-x;
	margin: 0;
	padding-top: 15px;
	width:988px;
	min-height: 79px;
	height: auto !important;
	height: 79px;
}
#header-inner {
	margin: 0;
	padding: 0;
}
.globalNav {
	clear: both;
	margin: 0;
	padding: 0;
	width:988px;
	height: 68px;
}
#content {
	clear: both;
	background: #EBEBE9;
	margin: 0;
	padding:0;
	width:988px;
}
#content-inner {
	margin: 0;
	padding: 10px;
}
#footer {
	clear: both;
	background: #5F7C0B;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0 0 20px 0;
	width:988px;
}
.kanren-link {
	background: #000;
	margin: 0;
	padding: 0;
	width:988px;
}
/*----------------------------------------------------

	4. fixed menu

----------------------------------------------------*/
#fixedItem a:link {
	text-decoration: none;
	font-weight: normal;
	color: #09f;
	outline: none;
}
#fixedItem a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #09f;
    outline: none;
}
#fixedItem a:hover {
	text-decoration: none;
	font-weight: normal;
}
#fixedItem a:active {
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
#fixedItem {
	background-color: #F7F7F2;
	border: solid 1px #808080;
	position: fixed !important;
	position: absolute;
	top: 3px;
	left: 990px;
	margin: 0;
	padding: 0;
	width:137px;
}
#fixedItem #fixedNavi{
	margin:	0px;
	padding: 0px;
	text-align: left;
}
#fixedItem #fixedNavi ul.menu-base {
	clear: both;
	margin:	0;
	padding: 0;
	font-size: 85%;
}
#fixedItem #fixedNavi ul.menu-base li {
	margin:	0;
	padding:  0;
	border-top: solid 1px #808080;
}
#fixedItem #fixedNavi ul.menu-base li a {
  margin: 0;
  padding: 1px 0 1px 18px;
  width:119px;
  display: block;
  background: #F8F8F8 url("img/fixedmenu-arrow-big.gif") no-repeat 2px 0.3em;  
}
#fixedItem #fixedNavi ul.menu-base li a:hover {
	background: #eee url("img/fixedmenu-arrow-big.gif") no-repeat 2px 0.3em;
}
#fixedItem #fixedNavi ul.menu-base li ul{
	margin:	0;
	padding: 0;
	border-top: solid 1px #808080;
	font-size: 92%;
}
#fixedItem #fixedNavi ul.menu-base li ul li {
	margin:	0;
	padding: 0 0 0 5px;
	background: #fff url(none);
	border-top: none;	
}
#fixedItem #fixedNavi ul.menu-base li ul li a{
	margin:	0 0 0 10px;
	padding: 0 0 0 5px;
	width:115px;
	background: #fff url("img/fixedmenu-arrow.gif") no-repeat 0 0.5em;
}
#fixedItem #fixedNavi ul.menu-base li ul li a:hover {
	background: #eee url("img/fixedmenu-arrow.gif") no-repeat 0 0.5em;
}

#fixedItem #fixedNavi .fixedBottom {
	border-top: solid 1px #808080;
	margin:	0;
	padding: 0;
	width:137px;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-today {
	margin:	0;
	padding: 0;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-today a {
	margin:	0;
	padding: 0 0 0 18px;
	width: 119px;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	background: #666 url("img/fixedmenu-arrow-big.gif") no-repeat 2px 0.2em;
	color: #fff;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-today a:hover {
	background: #808080 url("img/fixedmenu-arrow-big.gif") no-repeat 2px 0.2em;
}
* html #fixedItem #fixedNavi .fixedBottom .fixedBottom-today a {
	vertical-align: middle;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-pageup {
	margin:	0;
	padding: 0;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-pageup a {
	margin:	0;
	padding: 0 0 0 18px;
	width: 119px;
	display: block;
	background: #666 url("img/fixedmenu-pageup.gif") no-repeat 2px 0.2em;
	color: #fff;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-pageup a:hover {
	background: #808080 url("img/fixedmenu-pageup.gif") no-repeat 2px 0.2em;
}
* html #fixedItem #fixedNavi .fixedBottom .fixedBottom-pageup a {
	vertical-align: middle;
}
/*----------------------------------------------------

               5. #header 詳細

----------------------------------------------------*/
/*「ジャンルメニュー」の設定
※footerの「発売日一覧ジャンル別リンク」、
「ゲーム関連サイトへのリンク」の設定も兼ねる。

--------------------*/
.genre-menu a:link{
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
	outline: none;
}
.genre-menu a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
    outline: none;
}
.genre-menu a:hover {
	text-decoration: none;
	font-weight: normal;
}
.genre-menu a:active {
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

.genre-menu .alpha {
    margin:  0 0 0 8px;
    padding: 0;
    display: block;
}
.genre-menu .alpha .leftside {
	float: left;
    margin:  0;
	padding: 0;
	background: transparent url("img/menulink-left.gif") no-repeat left top;
	width:20px;
	height:17px;
}
.genre-menu .alpha p {
	float: left;
	padding: 0 6px;
	margin: 0;
	background: transparent url("img/menulink-center.gif") repeat-x;
	height:17px;
	color: #333;
	font-size: 85%;
	letter-spacing: 1px;
}
.genre-menu .alpha p span {
	padding: 0;
	margin: 0;
	line-height: 13px;
}

.genre-menu .alpha .rightside {
	float: left;
    margin:  0;
	padding: 0;
	background: transparent url("img/menulink-right.gif") no-repeat left top;
	width:8px;
	height:17px;
}

.genre-menu .beta {
	clear: both;
	width: 980px;
	font-size: 85%;
	margin: 0;
	padding: 3px 0 0 8px;
}
*:first-child+html .genre-menu .gamma {
	margin: 0 0 12px 0;
}
.genre-menu ul{
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 314px;
	background: #5F7C0B url("img/header-genre-arrow.gif") no-repeat 0 0.3em;
	font-size: 100%;
}
.genre-menu ul li {
	display: inline;
	padding: 0 3px 0 0;
}

/*アドクリップの設定
--------------------*/
#addclips {
    margin: 0;
    padding: 10px 10px 0 0;
    text-align: right;
}

/*h1の装飾
--------------------*/
#header #hCover div {
    background: #EBEBE9;
    margin: 0;
    padding: 0;
	display: table-cell;
	vertical-align: middle;
}

#header h1  {
    background: #EBEBE9;
    margin: 0;
    padding: 0;
    width: 900px;
    font-weight: bold;
	color: #645951;
	font-size: 144%;
}
* html #header #hCover div {/* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html #header #hCover div {/* IE 7 */
	display:inline;
	zoom:1;
}
#header #hCover div.image {
	padding: 0 10px 0 30px;
	margin: 0;
}

/*----------------------------------------------------

               6. #content詳細

----------------------------------------------------*/
/*ランキング部分
--------------------*/
#content a:link{
	font-weight: bold;
	font-size: 107%;
}
#content a:visited {
	font-weight: bold;
	font-size: 107%;
}
#content a:hover {
	font-weight: bold;
	font-size: 107%;
}
#content a:active {
	font-weight: bold;
	font-size: 107%;
}


table.table-base {
	background: #FBFAF8;
	border:  1px solid #3C3C3C;
	margin: 0 auto 5px;
	padding:0;
	width: 960px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.table-base th.h2-th{
	background: #3C3C3C url("img/h2-background.gif") repeat-x left top;
	border:  1px solid #3C3C3C;
	margin: 0;
	padding: 0;
	height: 23px;
	text-align: left;
}
table.table-base th.h2-th h2 {
	background: transparent url("img/h2-arrow.gif") no-repeat 0 55%;
	margin: 0 0 0 3px;
	padding: 0 0 0 15px;
	color: #FBFAF8;
	font-size: 107%;
	letter-spacing: 1px;
}

table.table-inner {
	background: #FBFAF8;
	margin: 0;
	padding:0;
	width: 960px;
	border-collapse: collapse;
}
table.table-inner tr td {
	background: #FBFAF8;
	border:  0;
	margin: 0;
	padding: 0;
	width: 90px;
	vertical-align: top;
}
table.table-inner tr td div.rank {
	background: #84AC10;
	border:  1px solid #645951;
	margin: 2px 2px 0 2px;
	padding: 0;
	text-align: center;
	width: 91px;
	color: #FBFAF8;
	font-weight: bold;
	font-size: 107%;
}
table.table-inner tr td div.img {
	background: #EBEBE9;
	border-left:  1px solid #645951;
	border-right:  1px solid #645951;
	clear: both;
	text-align: center;
	margin: 0 2px 0 2px;
	padding: 5px 0 0 0;
	width: 91px;
	height: 90px;
  }
table.table-inner tr td div.desc {
	background: #EBEBE9;
	border-left:  1px solid #645951;
	border-right:  1px solid #645951;
	border-bottom:  1px solid #645951;	
	overflow: hidden;
	height: 135px;
	clear: both;
	text-align: left;
	margin: 0 2px 2px 2px;
	padding: 2px;
	width: 87px;
	line-height: 1.4;
}
#content table.table-inner tr td.otherLink {
	border: 0;
	margin: 0;
	padding: 2px 6px 4px 0;
	background: #FBFAF8;
	vertical-align: middle;
	text-align: right;
	width: 960px;
}
#content table.table-inner tr td.otherLink a {
	margin: 0 0 0 10px;
	padding: 0;
}
#content table.table-inner tr td.otherLink a:link{
	font-weight: bold;
}
#content table.table-inner tr td.otherLink a:visited {
	font-weight: bold;
}
#content table.table-inner tr td.otherLink a:hover {
	font-weight: bold;
}
#content table.table-inner tr td.otherLink a:active {
	font-weight: bold;
}
/*通販リンク
--------------------*/
#content .onlineShopping {
	margin: 20px 30px;
	padding: 0;
}
#content .onlineShopping .onlineLink {
	margin: 0;
	padding: 0 0 0 12px;
}
#content .onlineShopping .onlineLink a:link{
	font-weight: bold;
	font-size: 100%;
}
#content .onlineShopping .onlineLink a:visited {
	font-weight: bold;
	font-size: 100%;
}
#content .onlineShopping .onlineLink a:hover {
	font-weight: bold;
	font-size: 100%;
}
#content .onlineShopping .onlineLink a:active {
	font-weight: bold;
	font-size: 100%;
}
/*このサイトについて
--------------------*/
#content #about-site {
    clear: both;
	background: #FBFAF8;
	border:  1px solid #645951;
	margin: 0 10px;
	padding: 0;
	width: 965px;
}
#content #about-site h2 {
	background: url("img/h3-icon.jpg") no-repeat 0 0.2em;
	margin: 5px 0 0 5px;
	padding: 0 0 0 15px;
    font-weight: bold;
	color: #333;
	vertical-align: middle;
	letter-spacing: 1px;
}
#content #about-site h2 span {
	border-bottom: #645951 1px solid;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#content #about-site p {
	margin: 0;
	padding: 7px 20px;
	letter-spacing: 0.1em;
}
#content #about-site ul {
	margin: 0;
	padding: 7px 40px;
	letter-spacing: 0.1em;
}
#content #about-site ul li{
	list-style-type: disc;
}

/*pageTop(このページの上へ)setting
--------------------*/
.pageTop {
    clear: both;
	background: transparent url("img/content-bottom-background.jpg") repeat-x left bottom;
    margin:  0;
    padding: 0;
	width:988px;
    text-align: right;
}
.pageTop p {
    margin: 0 20px 0 0;
    padding: 5px 0;
}
.pageTop p a {
	background: transparent url("img/page-up.gif") no-repeat 0 0.2em;
	margin: 0;
	padding: 0 0 0 15px;
}
/*----------------------------------------------------

               7. #footer詳細

----------------------------------------------------*/
/*footer　「ジャンルメニュー」の設定
※5. #header 詳細と同設定。
「発売日一覧ジャンル別リンク」、
「ゲーム関連サイトへのリンク」も同様。
--------------------*/
#footer .genre-menu {
	border-top: 1px solid #fff;
}

/*----------------------------------------------------

               8. Utilities

----------------------------------------------------*/
.genre-menu:after,
#header:after,
#content:after,
.kanren-link:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.content,
.genre-menu,
.kanren-link,
#footer {
    height: 1%;
}
/*----------------------------------------------------

               9. link setting

----------------------------------------------------*/

a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #09f;
	outline: none;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #c6c;
    outline: none;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
