@charset "utf-8";
/* CSS Document */

/* レイアウト */

#mainContents {
float:left;
display:inline;
width:530px;
}

#rightContents {
float:left;
display:inline;
width:204px;
margin:0 15px 0 10px;
}

/*　メインコンテンツ　*/

.mainContentsTable {
width:528px;
margin:0 auto 0 auto;
}

/*　新着情報　*/

.newsTab {
height:184px;
overflow-y:auto;
overflow-x:hidden;
}



/*　重要なお知らせ　*/

.attention {
	background-color: #fbe7d0;
	border: solid 1px #7d4300;
	border-top:0;
	margin:0 auto;
	width:526px;
}

.attention div {
	padding:10px 20px;
}

.attention h1 {
	color:#dd3900;
	font-size:120%;
}

.attention p {
	font-weight:bold;
}


/*　ログイン　*/

#login {
	position:relative;
	left:-28px;
	top:-10px;
	width:291px;
	height:379px;
	z-index:3;
	background-image:url(/static_htmls/images/login/loginBG.png);
	background-repeat:no-repeat;
	font-size:smaller;
	color:#5e4d15;
	line-height:12pt;
}

#QFGaccount_login {
	position:absolute;
	left:41px;
	top:37px;
	width:215px;
	height:104px;
	z-index:4;
}
#openID_login {
	position:absolute;
	left:41px;
	top:159px;
	width:210px;
	height:197px;
	z-index:4;
}
#regist {
	position:absolute;
	left:46px;
	top:310px;
	width:201px;
	height:56px;
	z-index:4;
	color:#FFFFFF;
}

/*　インプット関係　*/

.openIDbutton {
	color:#006699; /* 文字の色 */
	background-color:#ffffff; /* 背景色 */
	border:0; /* 線の種類と色 */
	cursor: pointer;

}

.openIDbuttonMini {
	color: #006699; /* 文字の色 */
	background: none; /* 背景色 */
	border:0; /* 線の種類と色 */
	cursor: pointer;

}

.openIDbuttonMini:hover {
	color: #FF9900;
	border-bottom:1px solid #FF9900;
} 



div .openIDbutton {
	border-bottom:1px solid #006699;
}

div .openIDbuttonMini {
	border-bottom:1px solid #006699;
}


.loginbutton {
text-align: center;
cursor: pointer;
background-image:url(/static_htmls/images/login/loginButtonBG.png);
width:62px;
height:41px;
color:#FFFFFF;
cursor: pointer;
border:0;
float:left;
display:inline;
}

.loginbutton:hover{
color: #fff;
border-top:3px double #254A70;
border-left:3px double #254A70;
border-right:3px double #508AC5;
border-bottom:3px double #508AC5;
background: #369;
}

.logintextform {
	border:1px solid #978252;
	margin-right:5px;
	margin-bottom:2px;
}


.openIDtextform {
	float:left;
	display: inline;
	margin-right:5px;
	border:1px solid #978252;
}

.openIDLoginButton {
text-align: center;
cursor: pointer;
background-image:url(/static_htmls/images/login/openidLoginButtonBG.png);
width:62px;
height:23px;
color:#FFFFFF;
border:0;
float:left;
display:inline;
margin:-1px 0 5px 0;
}



/*　投票　*/

.EasyPollTop .pollvotes h3{
	color:#363636;
	font-size:90%;
	background-color:#dddddd;
	background-image:none;
	border:0;
	margin:0;
	padding:5px 10px;
}

.EasyPollTop .pollresults h3{
	color:#363636;
	font-size:90%;
	background-color:#dddddd;
	background-image:none;
	border:0;
	margin:0;
	padding:5px 10px;
}


.EasyPollTop ul {
margin:10px 0;
padding:0;
}

.EasyPollTop li {
margin:0;
padding:0;
}


/*　右コンテンツ　*/

.rightContentsTable {
width:205px;
margin:0 auto 0 auto;
}

.rightContentsHeader {
	background-image: url(/static_htmls/images/rightcontents/rightContents_headerBG.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:110%;
	padding:3px 0 0 10px;
}

.PR_header {
	font-weight:bold;
	color:#FFFFFF;
}

.PR {
	border:1px solid #999999;
	width:200px;
	margin:0 auto 0 auto;
}


/* タイトルヘッダの設定 */

#GameStart {
	position:absolute;
	left:260px;
	top:196px;
	width:503px;
	height:180px;
	z-index:1;
}
#header_top {
	position:relative;
	left:0px;
	top:0px;
	width:1024px;
	height:378px;
	z-index:2;
}

#headerbutton_beginner {
	position:absolute;
	left:765px;
	top:291px;
	width:244px;
	height:85px;
	z-index:3;
}

#header_catch02 {
	position:absolute;
	left:853px;
	top:-1px;
	width:165px;
	height:94px;
	z-index:3;
}
#header_catch01 {
	position:absolute;
	left:18px;
	top:116px;
	width:422px;
	height:108px;
	z-index:4;
}

.TitleLogo {
width:527px;
height:116px;
}

.gamestart_buttonDefault {
	float:left;
	display:inline;
	width:251px;
	height:128px;
}

.gamestart_buttonLite {
	float:left;
	display:inline;
	width:252px;
	height:128px;
}

/* マージン設定 */

.tableMargin5 {
	margin-bottom:5px;
}


.tableMargin10 {
	margin-bottom:10px;
}

.tableMargin15 {
	margin-bottom:15px;
}

.tableMargin20 {
	margin-bottom:20px;
}



/* 背景の設定 */

.TitleheaderBG_top {
background-image:url(/static_htmls/images/Titleheader/bgTop_event01.jpg);
background-repeat:no-repeat;
background-position:top center;
}



/* IE6バグ対策用 */


*html #rightContents {
float:left;
display:inline;
width:204px;
margin:0 7px 0 5px;
}
