/*PenJapan game Base layout 　クイズ・ゲーム基盤
---------------------------------------------------*/

@charset "utf-8";

/* 基盤をクイズ・ゲーム用に変更
-------------------------------------*/
body {
	background-image: url(../80game/img/bg_header_line.gif);
	background-repeat: repeat-x;
}
#game a {
	color: #7d3d6b
}
#game a:link {
	color: #7d3d6b
}
#game a:visited {
	color: #7d3d6b;
}
#game a:hover {
	color: #fbcf00;
}

#header {
	height: 100px;
	background-image: url(../80game/img/bg_header_quiz.gif);
	background-repeat: no-repeat;
}

#header ul#menu li a:link {
	color: #FFCC00
}
#header ul#menu li a:visited {
	color: #FFCC00
}
#header ul#menu li a:hover {
	color: #fff;
}

#footer {
	background-image: url(../80game/img/bg_footer_line.gif);
	height: 300px;
	background-repeat: repeat-x;
}
#footer #footer_menu {
	background-image: url(../80game/img/bg_footer_quiz.gif);
	background-repeat: no-repeat;
}
#footer #footer_menu div.line h3 {
	color: #FFCC00
}
#footer #footer_menu a:link {
	color: #FFCC00
}
#footer #footer_menu a:visited {
	color: #7d3d6b
}
#footer #footer_menu a:hover {
	color: #fff;
}

#footer_menu address {
	color: #FFF;
}






/* location
-----------------------------*/
#contents {
	clear: both;
	width: 950px;
}
#contents ol#location {
	list-style-type: none;
	height: 20px;
	width: 950px;
	margin-left: 5px;
}

#contents ol#location li {
	float: left;
	font-size: 85%;
}
#contents ol#location li a {
	text-decoration: none;
}
#contents ol#location li a:hover {
	color: #ffd872;
}

/* 右サイド　アフェリエイト
---------------------------------------------------*/
#contents #right {
	float: right;
	height: 600px;
	width: 180px;
	margin-top: 10px;
}
#contents #right p.affeliate {
	height: 600px;
	width: 180px;
	border: 1px solid #cb9b0c;
	margin-bottom: 20px;
}

/*アフェリエイト　ブロック (1)
---------------------------------------------------*/
#affeliate01 {
	clear: both;
	float: left;
	width: 950px;
}

#affeliate01 ul li#left {
	float: left;
	width: 450px;
	font-size: 85%;
	line-height: 1.2em;
	border: 1px solid #cb9b0c;
	margin-top: 10px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	clear: left;
	list-style-type: none;
}
#affeliate01 ul li#left a {
	text-decoration: none;
	color: #666;
}
#affeliate01 ul li#left a:hover {
	color: #ffd644;
}
#affeliate01 ul li#right {
	width: 450px;
	font-size: 85%;
	line-height: 1.2em;
	border: 1px solid #cb9b0c;
	margin-top: 10px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	margin-bottom: 20px;
	float: left;
	margin-left: 10px;
	list-style-type: none;
	height: 50px;
}

#affeliate01 ul li#right a {
	text-decoration: none;
	color: #666;  
}
#affeliate01 ul li#right a:hover {
	color: #ffd644;
}

/* Bottom Affeliate
-----------------------------------------*/
#affeliate02 {
	clear: both;
	height: 120px;
	width: 950px;
	margin-bottom: 20px;
}

#affeliate02 #google_ad_left {
	height: 90px;
	width: 728px;
	float: left;
	margin-left: 12px;
	border: 1px solid #cb9b0c;
	margin-top: 5px;
}
#affeliate02 #google_ad_right {
	height: 90px;
	width: 180px;
	float: right;
	padding-right: 10px;
	border: 1px solid #cb9b0c;
	margin-top: 5px;
}
