/*
  ページ基本
*/

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -50px 0;
}

header {
	width: 100%;
	background: url(../images/bg_header.gif) left top repeat-x #000;
}

#contents {
	width: 100%;
	padding: 0 0 50px 0;
	clear: both;
}

footer {
	clear: both;
	width: 100%;
	height: 50px;
}

footer, #contents {
	min-width: 900px;
}

#contents_inner {
	padding: 15px 0;
}

#header_inner, #contents_inner, #footer_inner {
	width: 900px;
	margin: 0 auto;
}

#footer_inner {
	padding:10px 0;
}

/*
  ヘッダー
*/

#header_inner {
	position: relative;
	padding: 50px 0 0 0;
}

hgroup {
	width: 900px;
	margin: 0 auto;
}

hgroup span {
	display: none;
}

#title_logo {
	display: block;
	width: 524px;
	height: 180px;
	background: url(../images/logo_exception.png) no-repeat;
}

header p {
	margin: 10px 0;
	color: #ddd;
}

.success_logo a {
	display: block;
	width: 118px;
	height: 22px;
	position: absolute;
	left: 767px;
	top: 15px;
	background: url(../images/logo_success.png) no-repeat;
}

/*
  ナビゲーション
*/

nav {
	width: 100%;
	height: 50px;
	background: url(../images/bg_menu.png) left top repeat-x;
}

nav #global_navi {
	width: 900px;
	margin: 0 auto;
}

nav li {
	float: left;
	display: inline;
}

nav ul li span {
	display: none;
}

.feature a {
	display: block;
	width: 225px;
	height: 50px;
	background: url(../images/menu_01.png) left top no-repeat;
}
.screenshot a {
	display: block;
	width: 225px;
	height: 50px;
	background: url(../images/menu_02.png) left top no-repeat;
}
.movie a {
	display: block;
	width: 225px;
	height: 50px;
	background: url(../images/menu_03.png) left top no-repeat;
}
.ranking a {
	display: block;
	width: 225px;
	height: 50px;
	background: url(../images/menu_04.png) left top no-repeat;
}
.ranking-off {
	display: block;
	width: 225px;
	height: 50px;
	background: url(../images/menu_04_off.gif) left top no-repeat;
}

.feature a:hover {
	display: block;
	width: 225px;
	height: 50px;
	background: url(../images/menu_01.png) left bottom no-repeat;
}
.screenshot a:hover {
	display: block;
	width: 225px;
	height: 50px;
	background: url(../images/menu_02.png) left bottom no-repeat;
}
.movie a:hover {
	display: block;
	width: 225px;
	height: 50px;
	background: url(../images/menu_03.png) left bottom no-repeat;
}
.ranking a:hover {
	display: block;
	width: 225px;
	height: 50px;
	background: url(../images/menu_04.png) left bottom no-repeat;
}

/*
  見出し
*/

.headline_l_01 {
	display: block;
	width: 900px;
	height: 45px;
	background: url(../images/hdl_01.png) no-repeat;
	margin: 0 0 10px 0;
}

.headline_l_02 {
	display: block;
	width: 900px;
	height: 45px;
	background: url(../images/hdl_02.png) no-repeat;
	margin: 0 0 10px 0;
}

.headline_l_03 {
	display: block;
	width: 900px;
	height: 45px;
	background: url(../images/hdl_03.png) no-repeat;
	margin: 0 0 10px 0;
}

.headline_l_04 {
	display: block;
	width: 900px;
	height: 45px;
	background: url(../images/hdl_04.png) no-repeat;
	margin: 0 0 10px 0;
}

.headline_m_01 {
	display: block;
	width: 900px;
	height: 46px;
	background: url(../images/hdm_01.png) no-repeat;
	margin: 0 0 10px 0;
}

.headline_m_02 {
	display: block;
	width: 900px;
	height: 46px;
	background: url(../images/hdm_02.png) no-repeat;
	margin: 0 0 10px 0;
}

.headline_m_03 {
	display: block;
	width: 900px;
	height: 46px;
	background: url(../images/hdm_03.png) no-repeat;
	margin: 0 0 10px 0;
}

.headline_m_04 {
	display: block;
	width: 900px;
	height: 46px;
	background: url(../images/hdm_04.png) no-repeat;
	margin: 0 0 10px 0;
}

.headline_m_05 {
	display: block;
	width: 900px;
	height: 46px;
	background: url(../images/hdm_05.png) no-repeat;
	margin: 0 0 10px 0;
}

.headline_m_07 {
	display: block;
	width: 900px;
	height: 46px;
	background: url(../images/hdm_07.png) no-repeat;
	margin: 0 0 10px 0;
}

.headline_m_08 {
	display: block;
	width: 900px;
	height: 46px;
	background: url(../images/hdm_08.png) no-repeat;
	margin: 0 0 10px 0;
}

.headline_m_09 {
	display: block;
	width: 900px;
	height: 46px;
	background: url(../images/hdm_09.png) no-repeat;
	margin: 0 0 10px 0;
}

/*
  コンテンツ部分
*/

article {
	clear: both;
	text-align: left;
	margin: 0 0 20px 0;
}

article.img-float {
	overflow: auto;
}

article p {
	text-indent: 12px;
	margin: 0 0 10px 0;
}

.contents_box {
	width: 820px;
	margin: 0 auto;
}

.contents_box #practice ul {
	margin:10px 0;
}
.contents_box #practice li {
	list-style: disc inside;
	margin: 0 0 0 30px;
}

.photo_box {
	width: 410px;
}

#ranking_menu {
	width: 900px;
	margin: 0 auto;
}
#ranking_menu li {
	float: left;
	display: inline;
}

#ranking_menu ul li span {
	display: none;
}
.rank_arcade {
	display: block;
	width: 450px;
	height: 45px;
	background: url(../images/bt_rank01.png) left bottom no-repeat;
}
.rank_arcade a {
	display: block;
	width: 450px;
	height: 45px;
	background: url(../images/bt_rank01.png) left top no-repeat;
}

.rank_arcade a:hover {
	display: block;
	width: 450px;
	height: 45px;
	background: url(../images/bt_rank01.png) left bottom no-repeat;
}

.rank_player {
	display: block;
	width: 450px;
	height: 45px;
	background: url(../images/bt_rank02.png) left bottom no-repeat;
}
.rank_player a {
	display: block;
	width: 450px;
	height: 45px;
	background: url(../images/bt_rank02.png) left top no-repeat;
}

.rank_player a:hover {
	display: block;
	width: 450px;
	height: 45px;
	background: url(../images/bt_rank02.png) left bottom no-repeat;
}

.ranking_area table {
	width: 100%;
}

.ranking_area table th {
	white-space: nowrap;
	padding: 2px 10px;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #aaa;
	background: #ccc;
}

.ranking_area table td {
/*	white-space: nowrap;*/
	padding: 2px 10px;
	font-size: 0.85em;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	word-wrap: break-word;
}

.th_w1-01 { width: 24px; }
.th_w1-02 { width: 176px; }
.th_w1-03 { width: 53px; }
.th_w1-04 { width: 59px; }
.th_w1-05 { width: 114px; }
.th_w1-06 { width: 59px; }
.th_w1-07 { width: 155px; }

.th_w2-01 { width: 24px; }
.th_w2-02 { width: 72px; }
.th_w2-03 { width: 148px; }
.th_w2-04 { width: 43px; }
.th_w2-05 { width: 48px; }
.th_w2-06 { width: 107px; }
.th_w2-07 { width: 48px; }
.th_w2-08 { width: 130px; }



/*
  ランキング用タブ
*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;  
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #666;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin-bottom: 20px;
}

.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}

.tab_content h3 a {
	color: #254588;
}

.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
