@charset "utf-8";
/*
	Site Name: ランキングサイト（日本）
	Description: ランキングサイトのスタイルシートです
	Version: 1.0
	Author: 
	作成日：2009.06.15
*/

/*
===== 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: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','Verdana','ＭＳ Ｐゴシック',sans-serif;
	background: #B1AC99 ;
	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: #EFF0D5;
	width:988px;
	padding: 0;
	margin: 0;
}
/* --------------------------
↓↓↓↓↓↓↓for IE6 styles.
----------------------------- */
* html #container {
	background: #B1AC99;
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
}
/* --------------------------
↑↑↑↑↑↑for IE6 styles.
----------------------------- */
.genre-menu {
	background: #645951;
	margin: 0;
	padding: 0 0 6px 0;
	width:988px;
}
#header {
	clear: both;
	background: #EFF0D5;
	margin: 0;
	padding: 0;
	width:988px;
	min-height: 50px;

}
#header-inner {
	margin: 0;
	padding: 0;
}
.globalNav {
	clear: both;
	margin: 0;
	padding: 0;
	width:988px;
	height: 68px;
}
#content {
	clear: both;
	background: #EFF0D5;
	margin: 0;
	padding:0;
	width:988px;
}
#content-inner {
	margin: 0;
	padding: 10px;
}
#footer {
	clear: both;
	background: #645951;
	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("http://rank.gameiroiro.com/img/fixedmenu-arrow-big.gif") no-repeat 2px 0.3em;  
}
#fixedItem #fixedNavi ul.menu-base li a:hover {
	background: #eee url("http://rank.gameiroiro.com/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("http://rank.gameiroiro.com/img/fixedmenu-arrow.gif") no-repeat 0 0.5em;
}
#fixedItem #fixedNavi ul.menu-base li ul li a:hover {
	background: #eee url("http://rank.gameiroiro.com/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("http://rank.gameiroiro.com/img/fixedmenu-arrow-big.gif") no-repeat 2px 0.2em;
	color: #fff;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-today a:hover {
	background: #808080 url("http://rank.gameiroiro.com/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("http://rank.gameiroiro.com/img/fixedmenu-pageup.gif") no-repeat 2px 0.2em;
	color: #fff;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-pageup a:hover {
	background: #808080 url("http://rank.gameiroiro.com/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("http://rank.gameiroiro.com/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("http://rank.gameiroiro.com/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: 15px;
}
* html .genre-menu .alpha p span {
	line-height: 17px;
}
.genre-menu .alpha .rightside {
	float: left;
    margin:  0;
	padding: 0;
	background: transparent url("http://rank.gameiroiro.com/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: #645951 url("http://rank.gameiroiro.com/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: #EFF0D5;
    margin: 0;
    padding: 0;
	display: table-cell;
	vertical-align: middle;
}

#header h1  {
    background: #EFF0D5;
    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%;
}


div.table-base {
	background: #FBFAF8;
	border:  1px solid #645951;
	margin: 5px auto;
	padding:0;
	width: 968px;
}
div.table-base div.h2-th{
	background: #645951 url("http://rank.gameiroiro.com/img/h2-background.gif") repeat-x left top;

	margin: 0;
	padding: 0;
	height: 23px;
	text-align: left;
}
div.table-base div.h2-th h2 {
	background: transparent url("http://rank.gameiroiro.com/img/h2-arrow.gif") no-repeat 0 55%;
	margin: 0 0 0 3px;
	padding: 2px 0 0 15px;
	color: #FBFAF8;
	font-size: 107%;
	letter-spacing: 1px;
}
* html div.table-base div.h2-th h2 {
	padding: 6px 0 0 15px;
}
div.table-inner {
	background: #FBFAF8;
	margin: 0;
	padding:0;
	width: 968px;

}
div.table-inner .floatCellWrap{
	background: #FBFAF8;
	margin: 2px 2px 0;
	padding:0;
}
div.table-inner .floatCellWrap .floatCell {
	background: #F4F3E0;
	border:  0;
	margin: 0;
	padding: 0 6px 0 0;
	width: 90px;
	float: left;
	overflow: hidden;
}

div.table-inner .floatCellWrap .floatCell div.rank {
	background: #AFA108;
	border:  1px solid #645951;
	margin: 2px 2px 0 2px;
	padding: 0;
	text-align: center;
	width: 91px;
	color: #FBFAF8;
	font-weight: bold;
	font-size: 12px;
}
div.table-inner .floatCellWrap .floatCell div.img {
	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;
  }
div.table-inner .floatCellWrap .floatCell div.img img{
	border:  1px solid #645951;
	padding: 1px;
	margin: 0;
}
div.table-inner .floatCellWrap .floatCell div.desc {
	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;
	font-size: 11px;
}
#content div.table-inner div.otherLink {
	clear: both;
	border: 0;
	margin: 0;
	padding: 2px 6px 4px 0;
	background: #FBFAF8;
	vertical-align: middle;
	text-align: right;
	width: 957px;
}
#content div.table-inner div.otherLink a {
	margin: 0 0 0 10px;
	padding: 0;
}
#content div.table-inner div.otherLink a:link{
	font-weight: bold;
}
#content div.table-inner div.otherLink a:visited {
	font-weight: bold;
}
#content div.table-inner div.otherLink a:hover {
	font-weight: bold;
}
#content div.table-inner div.otherLink a:active {
	font-weight: bold;
}
/*通販リンク
--------------------*/
#content .onlineShopping {
	margin: 5px 30px 5px 80px;
	padding: 5px 10px;
	border: 1px solid #645951;
	background: #FBFAF8;
}
#content .onlineShopping p.infoNew{
	margin: 3px 0 0;
	padding: 0 2px 0 10px;
	border-bottom: 1px dotted #645951;
	background: url("http://rank.gameiroiro.com/img/arrow.gif") no-repeat scroll 0 5px transparent;
}
#content .onlineShopping .onlineLink {
	margin: 0;
	padding: 3px 12px 0;
}
#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 .onlineShopping2 {
	margin: 20px 30px;
	padding: 0;
}

/*詳細指定表示
--------------------*/
#content .searchHead{
	margin: 10px 0px 0;
	padding: 2px 9px 2px;

}
#content .searchHead span {
	margin: 0;
	padding: 2px 10px 2px;
	border-left: 1px dotted #645951;
	border-right: 1px dotted #645951;
	border-top: 1px dotted #645951;
	background: none repeat scroll 0 0 #645951;
    color: #FFFFFF;
    font-size: 12px;
}


#content .specifySearch {
	margin: 0 9px 0;
	padding: 2px 3px 2px;
	border: 1px solid #645951;
	background: #F4F3E0;
}

#searchForm {
	margin: 0;
	padding: 3px 3px 0;
}
#searchForm .ymwn {
	border-bottom: 1px dotted #555555;
    margin: 2px 2px 0 0;
    overflow: hidden;
	padding: 0 0 5px 0;
	/zoom: 1;
}
#searchForm .ymwn li {
     margin: 0 6px 0 0; 
    padding: 2px;
     float: left;
     position: relative;
     text-align:center;
     background: #fff;
     border: 1px solid #555;
     
     }
#searchForm .ymwn li p{
	width:100px;
	font-size: 11px;
}
#searchForm .ymwn li p a {
    background: none repeat scroll 0 0 #2981E4;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}

#searchForm .specifyAndDisplay {
	clear: both;
	margin: 4px 0 0;
	padding: 0;
}
#searchForm .specifyAndDisplay span {
	margin: 0 1px 0 5px;
	padding: 0;
	vertical-align: middle;
}
* html #searchForm .specifyAndDisplay span {/* IE 6 */
	vertical-align: 2px;
}
*:first-child+html #searchForm .specifyAndDisplay span {/* IE 7 */
	vertical-align: 2px;
}
#searchForm .specifyAndDisplay select {
	margin: 0 3px 0 0;
	padding: 1px;
}

* html #searchForm .specifyAndDisplay select {/* IE 6 */
	vertical-align: -2px;
}
*:first-child+html #searchForm .specifyAndDisplay select {/* IE 7 */
	vertical-align: -2px;
}
#searchForm .specifyAndDisplay input {
	margin: 0 10px 0 0;
	padding: 2px 5px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #2981e4 url("http://rank.gameiroiro.com/img/overlay.png") repeat-x !important; /* 通常 */
	background: #2981e4; /* IE 6以下 */
	color: #fff; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	border:none;
	font-size: 11px;
	letter-spacing:0.2em;
 	cursor:pointer;
 
}

* html #searchForm .specifyAndDisplay input {/* IE 6 */
	vertical-align: -4px;
}
*:first-child+html #searchForm .specifyAndDisplay input {/* IE 7 */
	vertical-align: -4px;
}


/*nodata001
--------------------*/
#content .noData001 {
	margin: 5px 9px 0;
	padding: 2px 4px;
	background: #cc1922;
	color: #FFF;
}
/*nodata001
--------------------*/
#content .noData002 {
	margin: 0;
	padding: 2px 4px;
	background: #AFA108;
	border: 3px solid #FBFAF8;
	color: #FFF;
	/width: 400px;
}

/*このサイトについて
--------------------*/
#content #about-site {
    clear: both;
	background: #FBFAF8;
	border:  1px solid #645951;
	margin: 0 10px;
	padding: 0;
	width: 965px;
}
#content #about-site h2 {
	background: url("http://rank.gameiroiro.com/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("http://rank.gameiroiro.com/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("http://rank.gameiroiro.com/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;
}
