@charset "UTF-8";
/* 全ページ共通 */

* {
	margin: 0;
	padding: 0;
	border: none;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.0;
}

html {

}

img {
	border: none;
}

ul {
	list-style-type: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFF;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 860px;
	height: 100%;
	background: url(../images/topbg.gif) repeat-y;
}

/* ナビゲーション */

#navi {
	margin: 0;
	padding: 0;
	width: 860px;
	height: 90px;
}

/* ナビゲーション large button */

#navi_large ul{
	float: left;
	height: 90px;
	widows: 726px;
}

#navi_large ul li{
	float: left;
	height: 90px;
}


/* ナビゲーション ゲーム概要 */

li.button_game {
	width: 176px;
	height: 90px;
}

li.button_game a {
	display: block;
	height: 90px;
	text-indent: 0;
	background: url(../images/button_game-trans.png) no-repeat;
	overflow: hidden;
}

li.button_game a:hover {
	display: block;
	background: url(../images/buttonon_game-trans.png) no-repeat;
	overflow: hidden;
}

.game li.button_game a {
	display: block;
	height: 90px;
	text-indent: 0;
	background: url(../images/buttonon_game-trans.png) no-repeat;
	overflow: hidden;
}

/* ナビゲーション システム */

li.button_system {
	width: 172px;
	height: 90px;
}

li.button_system a {
	display: block;
	height: 90px;
	text-indent: 0;
	background: url(../images/button_system-trans.png) no-repeat;
	overflow: hidden;
}

li.button_system a:hover {
	display: block;
	background: url(../images/buttonon_system-trans.png) no-repeat;
	overflow: hidden;
}

.system li.button_system a {
	display: block;
	height: 90px;
	text-indent: 0;
	background: url(../images/buttonon_system-trans.png) no-repeat;
	overflow: hidden;
}

/* ナビゲーション クイズ紹介 */

li.button_quiz {
	width: 189px;
	height: 90px;
}

li.button_quiz a{
	display: block;
	height: 90px;
	text-indent: 0;
	background: url(../images/button_quiz-trans.png) no-repeat;
	overflow: hidden;
}

li.button_quiz a:hover {
	display: block;
	background: url(../images/buttonon_quiz-trans.png) no-repeat;
	overflow: hidden;
}

.quiz li.button_quiz a {
	display: block;
	height: 90px;
	text-indent: 0;
	background: url(../images/buttonon_quiz-trans.png) no-repeat;
	overflow: hidden;
}

/* ナビゲーション 認定証 */

li.button_nintei {
	width: 189px;
	height: 90px;
}

li.button_nintei a {
	display: block;
	height: 90px;
	text-indent: 0;
	background: url(../images/button_nintei-trans.png) no-repeat;
	overflow: hidden;
}

li.button_nintei a:hover {
	display: block;
	background: url(../images/buttonon_nintei-trans.png) no-repeat;
	overflow: hidden;
}

.nintei li.button_nintei a {
	display: block;
	height: 90px;
	text-indent: 0;
	background: url(../images/buttonon_nintei-trans.png) no-repeat;
	overflow: hidden;
}

/* ナビゲーション small button */

#navi_small ul{
	float: left;
	height: 90px;
	width: 131px; 
	padding: 0;
}


/* ナビゲーション CMを見る */

li.button_cm {
	margin: 0;
	height: 44px;
	width: 131px;
	line-height: 0;
}

li.button_cm a {
	display: block;
	height: 44px;
	text-indent: 0;
	background: url(../images/button_cm-trans.png) no-repeat;
	overflow: hidden;
	line-height: normal;
}

li.button_cm a:hover {
	display: block;
	background: url(../images/buttonon_cm-trans.png) no-repeat;
	overflow: hidden;
	line-height: normal;
}

/* ナビゲーション アンケート */

li.button_button_enquete {
	margin: 0;
	height: 46px;
	width: 131px; 
	line-height: 0;
}

li.button_enquete a {
	display: block;
	height: 46px;
	line-height: 0;
	text-indent: 0;
	background: url(../images/button_enquete-trans.png) no-repeat;
	overflow: hidden;
	line-height: normal;
}

li.button_enquete a:hover {
	display: block;
	background: url(../images/buttonon_enquete-trans.png) no-repeat;
	overflow: hidden;
	line-height: normal;
}

/* ナビゲーション ダミー小 */

li.dummy1 {
	margin: 0;
	height: 44px;
	width: 131px;
	line-height: 0;
}

li.dummy2 {
	margin: 0;
	height: 46px;
	width: 131px;
	line-height: 0;
}

/* for IE6 */
* html li.dummy2 {
	margin-top: -2px;
	}


#main_contents {
	margin: 0 auto;
	padding: 0;
	width: 860px;
	height: 100%;
	clear: both;
}

#footer {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 860px;
	height: 100%;
	clear: both;
}

#link {
	padding: 0;
	margin: 0;
	width: 860px;
	height: 59px;
	background-color: #FFF;
}

#link ul {
	padding: 0 60px 0 60px;
	margin: 0;
	background-color: #FFF;
}

/* for IE6 */
* html #link ul {
	margin-left: -60px;
	}

#link ul li {
	float: left;
	margin: 0 0 0 60px;

}

#copyright {
	clear: both;
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 5px 0;
	height: 100%;
	color: #FFF;
}


