@charset "shift_jis";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	name : common.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ********************************************************************************
 * ブラウザスタイルの初期化
 * ******************************************************************************** */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a img {
	border:none;
	text-decoration:none;
	outline:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
ul {
	list-style-type:none;
}

/* ********************************************************************************
 * デフォルトスタイル
 * ******************************************************************************** */

hr {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}
object,
param {
	border: 0;
	vertical-align: bottom;
}
input{
	vertical-align: middle;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
strong {
	font-weight: bold;
	text-decoration: none;
}	
	
/* ********************************************************************************
 * リンク
 * ******************************************************************************** */

a {
	overflow: hidden;
	outline: 0;
	text-decoration: none;
	color: #646464;
}
a:visited {
	text-decoration: none;
	color: #646464;
}
a:hover {
	text-decoration: underline;
	color: #646464;
}
/* ********************************************************************************
 * 凡庸クラススタイル
 * ******************************************************************************** */
/* 右へfloat */
.alignRight {
	float: right;
}
	
/* 左へfloat */
.alignLeft {
	float: left;
}
/* floatをクリア　ここから */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End Hides from IE-mac */
/* floatをクリア　ここまで */


/* ********************************************************************************
 * フォントサイズ
 * ******************************************************************************** */

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
table {
	font-size: inherit;
	font: 100%;
}
select,
input,
textarea {
	font-size: 99%;
}

/* ********************************************************************************
 * 基本レイアウト
 * ******************************************************************************** */
 
body {
	font-family:"Hiragino Kaku Gothic Pro","HiraKakuPro-W3","MS UI Gothic","Lucida Grande","MS Gothic";
	text-align: center; /* for IE6 */
	color: #646464;
	background: url(../images/bg_pokemon-ball.gif) top center no-repeat #f2f2f2;
}
#wrapper {
	width: 100%;
	background: url(../images/bg_pokemon-ball2.gif) bottom center no-repeat;
}
#wrapper {
  position: relative;
  min-height: 100%;
  height: auto;
  padding-bottom: 67px;
}
#container {
	width: 768px;
	margin: 0 auto;
	text-align: left;
}
div#contents {
	position: relative;
}

 /* ********************************************************************************
 * header
 * ******************************************************************************** */

div#header {
	width: 768px;
	height: 73px;
	position: relative;
	margin: 0 auto;
}
p#logoNintendo {
	position: absolute;
	top: 30px;
	left: 3px;
	width: 74px;
	height: 19px;
}
p#logoWii {
	position: absolute;
	top: 30px;
	right: 3px;
	width: 66px;
	height: 30px;
}

 /* ********************************************************************************
 * sideNavi
 * ******************************************************************************** */

div#sideNavi {
	position: absolute;
	top: 0;
	left: 0;
	width: 262px;
	height: 518px;
	background: url(../images/side_bg.gif) no-repeat 0 0;
	z-index: 1;
}
div#sideNavi div#inner {
	width: 258px;
	margin: 1px 0 0 auto;
	background-color: #FFFFFF;
}

h1 {
	padding: 15px 0 0 33px;
}
ul#navi {
	font-size: 0;
	line-height: 0;
	margin: 15px 0 14px 6px;
}
div#sideNavi p {
	margin: 0 0 0 12px;
}

 /* ********************************************************************************
 * main
 * ******************************************************************************** */

div#main {
	margin-left: 256px;
	width: 512px;
	z-index: 0;
}
div#mainTop {
	width: 512px;
	height: 7px;
	background: url(../images/main_bg_top.gif) no-repeat 0 0;
	font-size: 0;
}
div#mainContents {
	width: 512px;
	background: url(../images/main_bg.gif) repeat-y 0 0;
}
div#mainBottom {
	width: 512px;
	height: 14px;
	background: url(../images/main_bg_bottom.gif) no-repeat 0 0;
}
div#mainContentsInner {
	width: 512px;
	position: relative;
}
div#mainContentsInner h2 {
	position: absolute;
	top: 32px;
	left: 112px;
}
div#mainContentsInner2 {
	width: 512px;
	position: relative;
	padding-bottom: 45px;
}
p.btnTotop {
	position: absolute;
	bottom: 0;
	right: 17px;
	width: 107px;
	height: 14px;
}

 /* ********************************************************************************
 * footer
 * ******************************************************************************** */

div#footer	{
	margin: 20px auto 0;
	padding-bottom: 20px;
	width: 768px;
	text-align: center;
}
div#footer ul li {
	display: inline;
	font-size: 77%;
	line-height: 1.7;
}
div#footer ul li span.current,
div#footer ul li span.current a {
	font-weight: bold;
}
div#footer p {
	margin-top: 20px;
}



 /* ********************************************************************************
 * #pokemonGamesMenu
 * ******************************************************************************** */

#pokemonGamesMenu {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 74px;
}
#pokemonGamesMenu div.wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	background: url(../images/games_bg_shadow.gif) 0 14px repeat-x;
}
#pokemonGamesMenu h2 {
	margin: 0 auto;
	width: 765px;
	text-align: left;
}
#pokemonGamesMenu div.body {
	background: #fff;
}
#pokemonGamesMenu div.body .inner {
	position: relative;
	margin: 0 auto;
	padding: 17px 0;
	width: 765px;
	text-align: left;
}
#pokemonGamesMenu p.more {
	position: absolute;
	right: 0;
	top: 22px;
	width: 188px;
	height: 9px;
}
#gamesNavi {
	width: 100%;
	height: 29px;
}
#gamesNavi ul{
	margin: 0 auto;
	width: 765px;
	background: url(../images/border_dotted-v.gif) 0 0 repeat-y;
	zoom: 1;
}
* html #gamesNavi ul{
	margin: 0 auto;
	width: 800px;
	background: url(../images/border_dotted-v.gif) 0 0 repeat-y;
	zoom: 1;
}
#gamesNavi ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
#gamesNavi li {
	float: left;
	width: 153px;
	height: 28px;
	list-style: none;
	line-height: 0;
	background: url(../images/border_dotted-v.gif) 100% 0 repeat-y;
}
#gamesNavi li a {
	display: block;
	height: 28px;
	text-indent: -9999px;
	background-position: 5px 0;
	background-repeat: no-repeat;
}
#gamesNavi li a:hover,
#gamesNavi li a:active {
	background-position: 5px -29px;
}
#gamesNavi li.top a {
	background-image: url(../images/games_navi_top.gif);
}
#gamesNavi li.about a {
	background-image: url(../images/games_navi_about.gif);
}
#gamesNavi li.story a {
	background-image: url(../images/games_navi_story.gif);
}
#gamesNavi li.software a {
	background-image: url(../images/games_navi_software.gif);
}
#gamesNavi li.history a {
	background-image: url(../images/games_navi_history.gif);
}
#gamesNavi li.disabled a {
	filter: alpha(opacity=40);
	opacity:0.4;
	cursor: default;
}
#gamesNavi li.disabled a:hover,
#gamesNavi li.disabled a:active {
	filter: alpha(opacity=40);
	opacity:0.4;
	background-position: 5px 0;
}


