@charset "UTF-8";

@import url(base.css);
@import url(textsettings.css);

/*--------------------------------------------------------------*/


/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	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	| 	
*/

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */

a:link{
	color:#FC0;
}
a:visited{
	color:#FC0;
}
a:hover{
	color:#F93;
	text-decoration:none;
}
a:active{
	color:#F60;
}


/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

body{
	background:#000 url(../img/common/bg.jpg) center top no-repeat;
	margin:0px;
	padding:0px;
}
#container{
	width:800px;
	margin:0 auto;
	position:relative;
}
/* 右レイアウト、左レイアウト */
#main-area{
	width:560px;
	float:right;
	margin-top:228px;
	margin-right:11px;
	_margin-right:3px;
	color:#FFF;
}
#submenu-area{
	width:210px;
	_width:100px;
	float:left;
	margin:228px 0 0 18px;
	_margin:228px 0 0 9px;
}
/* コンテンツの枠 */
.section{

}
/* リンク画像 */

a:hover img{
	filter: alpha(opacity=60);
	opacity:0.7;
	-moz-opacity:0.7;
}

html {
overflow-x: hidden;
} 

/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
#header-area{

}
#identity h1 a{
	position:absolute;
	width:202px;
	height:114px;
	top:32px;
	left:0px;
	background:url(../img/common/logo.jpg) left top no-repeat;
	text-indent:-7777px;
}
#header-area #header_ad{
	position:absolute;
	left:327px;
	top:25px;
}
#header-area #telop{
	position:absolute;
	left:263px;
	top:165px;
	width:275px;
	font-size:14px;
	color:#FFF;
}


/* ------------------------------------------------------------ */
/* コンテンツ大枠 */
/* ------------------------------------------------------------ */

#contents-area{

}

#contents-area .sitepath{
	font-size:77%;
	padding:5px;
	margin:0;
}

#contents-area .sitepath a:link,
#contents-area .sitepath a:visited{
	color:#333;
}
#contents-area .sitepath a:hover,
#contents-area .sitepath a:active{
	color:#666;
}



/* ------------------------------------------------------------ */
/* サイドメニュー */
/* ------------------------------------------------------------ */

#submenu-area h2{
	margin:20px 0 15px 0;
}

#submenu-area .submenu{
	margin:0 0 10px 0;
	border-bottom:dotted 1px #333;
}

#submenu-area .submenu li{
	padding:0px;
	margin:0 0 5px 0;
	}
#submenu-area .submenu.other li{
	padding:0px;
	margin:0px;
	}
.submenu-title{
	margin:0;
}
	
/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
.main_common{
	width:520px;
	margin:18px auto;
}
.main_game{
	width:550px;
	height:100px;
	margin:9px auto 0px auto;
}
.main_game p{
	padding:10px 0 0 0;
}

.main_common h2{
	margin:0 0 10px 0;
}
#main-area .pagetitle{
	margin:0 0 30px 0;
}
.section{
	margin:0 auto 20px auto;
	padding:0 0 10px 0;
}

dl{
	margin:0 0 0 20px;
}
dt{
	float:left;
	width:80px;
}
dd{
	float:left;
	width:395px;border:
}

#information{
	height:60px;
	overflow: auto;
}

/* twitter 

#twitter{
	height:180px;
	width:305px;
	overflow: auto;
	margin:0 0 0 0px;
	font-size:77%;
}

*/

#twitter li{
	background:url(../img/common/bg_footer_li.gif) left 10px no-repeat;
	padding:5px 0 5px 12px;
	border-bottom:1px dotted #555;
}



p.twitter_link{
	text-align:right;
	width:300px;
	margin:3px 0 0 0;
}
p.twitter_link a{
	background:url(../img/common/bg_li_twitter.gif) left center no-repeat;
	padding:0 0 0 15px;
}



.square_ad{
	float:right;
	width:200px;
	height:200px;
}




/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */

#footer-area{
	position:absolute;
	top:720px;
	left:0px;
	width:800px;
	color:#FFF;
}
#footer-area h3{
	margin:0 0 10px 0;
}
.footer_sitemap{
	float:left;
	width:160px;
	margin:0 30px 0 0;
}
.footer_link{
	float:left;
	width:200px;
	margin:0px;
}
.footer_about{
	float:right;
	width:600px;
}
#footer-area ul{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:dotted 1px #333;
}
#footer-area li{
	background:url(../img/common/bg_footer_li.gif) left center no-repeat;
	padding:0 0 0 12px;
	font-weight:bold;
}
#footer-area p.copyright{
	text-align:center;
	margin:30px 0 0 0;
	padding:10px 0;
	font-weight:bold;
	border-top:solid 1px #FFF;
}

#ad-area{
	position:absolute;
	top:1050px;
	left:36px;
	padding:0 0 30px 0;
}


/* ------------------------------------------------------------ */
/* デザインパーツ */
/* ------------------------------------------------------------ */

.section table{
	border-collapse: collapse;
}

.section table th,
.section table td{
	padding:5px;
	border:2px solid #FFF;
}

.section table th{
	text-align:left;
	background:#F0F0F0;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}
