@charset "utf-8";
/* CSS Document */

body{
	background-color:#685650;
	font-size:12px;
	color:#FFFFFF;
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka;
	/*font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	margin:0px;
}

strong {
	color:#FFFF00;
	font-weight:bold;
}

a {
	font-size:12px;
	color:#FFCC00;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #99CCFF;
}

/*mainmenu*/
#mainmenu{
	width:674px;
	height: 42px;
}
#mainmenuV{
	width:150px;
	height:180px;
}

#mainmenu ul, #mainmenuV ul{
	list-style:none;
}
#mainmenu span, #mainmenuV span{
	display:none;
}
#mainmenu li, #mainmenuV li{
	list-style:none;
	float:left;
}
#mainmenu a, #mainmenuV a{
	display:block;
	height:30px;
	background-image:url(../img/btn_mainmenu02.gif);
	background-repeat:no-repeat;
}
#mainmenu .game a{
	background-position:27px 0px;
	width:105px;
	padding-left:27px;
}
#mainmenuV .game a{
	background-position:0px 0px;
	width:78px;
	padding-left:27px;
}
#mainmenu .game a:hover{
	background-position:27px -30px;
}
#mainmenuV .game a:hover{
	background-position:0px -30px;
}
#mainmenu .score a, #mainmenuV .score a{
	background-position:-105px 0px;
	width:114px;
}
#mainmenu .score a:hover, #mainmenuV .score a:hover{
	background-position:-105px -30px;
}
#mainmenu .works a, #mainmenuV .works a{
	background-position:-219px 0px;
	width:120px;
}
#mainmenu .works a:hover, #mainmenuV .works a:hover{
	background-position:-219px -30px;
}
#mainmenu .bbs a, #mainmenuV .bbs a{
	background-position:-645px 0px;
	width:118px;
}
#mainmenu .bbs a:hover, #mainmenuV .bbs a:hover{
	background-position:-645px -30px;
}
#mainmenu .profile a, #mainmenuV .profile a{
	background-position:-423px 0px;
	width:134px;
}
#mainmenu .profile a:hover, #mainmenuV .profile a:hover{
	background-position:-423px -30px;
}
#mainmenu .top a, #mainmenuV .top a{
	background-position:-557px 0px;
	width:89px;
}
#mainmenu .top a:hover, #mainmenuV .top a:hover{
	background-position:-557px -30px;
}


/*-----------topics------------*/

#topic{
	width:470px;
	height:154px;
	background:url(../img/topixWindow_setBg01.gif);
	position:inherit;
}
#topicHead{
	font-size:10px;
	width:466px;
	height:12px;
	position:relative;
	top:10px;
	text-align:right;
}
#topicImgL{
	width:156px;
	height:50px;/*140*/
	float:left;
	position:relative;
	top:35px;/*70-25*/
	right:-24px;
}
#topicMsgL{
	width:280px;
	height:110px;
	float:right;
	position:relative;
	top:16px;
}
#topicImgS{
	width:97px;
	height:72px;
	float:left;
	position:relative;
	top:26px;/*70-25*/
	right:-24px;
}
#topicMsgS{
	width:330px;
	height:110px;
	float:right;
	position:relative;
	top:16px;
	text-align:left;
}

#playBtn a{
	width:56px;
	height:17px;
	display:block;
	background-image:url(../img/playBtn01.gif);
	background-repeat:no-repeat;
}
#playBtn span{
	display:none;
}
#playBtn a{
	background-position:0px 0px;
}
#playBtn a:hover{
	background-position:0px -17px;
}


/*----------WORKS--------------*/

#works{
	background:url(../img/works_lineCenter01.gif);
	background-repeat:repeat-y;
	background-position:158px 0px;
	width:600px;
	height:60px;
	position:inherit;
}

#worksLineTop{
	background:url(../img/works_lineTop01.gif);
	background-repeat:no-repeat;
	background-position:158px 0px;
	width:600px;
	height:60px;
	position:inherit;
}

#worksLineUnder{
	background:url(../img/works_lineUnder01.gif);
	background-repeat:no-repeat;
	background-position:158px 0px;
	width:600px;
	height:60px;
	position:inherit;
}

#worksImg{
	width:156px;
	height:50px;/*140*/
	float:left;
	position:relative;
	top:5px;
	right:-4px;
}

#worksMsg{
	width:400px;
	height:60px;/*140*/
	float:left;
	position:relative;
	/*top:35px;*//*70-25*/
	right:-40px;
	text-align:left;
}


/*----------OTHER--------------*/

#index_footer{
	width:800px;
	height:90px;
	background-image:url(../img/main_underBg02.gif);
}
