@charset 'UTF-8';

/*@import "common.css";*/
/*@import url("layout.css");
@import url("category.css");
@import url("gamepage.css");
@import url("rule.css");
@import url("flashpage.css");*/
/*@import "font.css";

i {
content:"";
}

i {
content:"";
}*/
* {
	margin:0;
	padding:0;
	border:none;
	font-family:Comic Sans MS, Helvetica, Arial, sans-serif;
	font-size:10px;
}

body {
	/*background:#000000;*/
	margin-top:5px;
	padding-bottom:10%;
	text-align:center;
}

.overflow {
	overflow:hidden;
}

.overflow:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    /*overflow: hidden;*/
}

#main {
	margin:5px auto 0;
	position:relative;
	width:988px;
	background:#ffffff;
}

h1 {
	display:block;
	line-height:1.6em;
	color:#F39800;
	font-size:12px;
	position:absolute;
	top:80px;
	left:14px;
	text-decoration:none;
	/*text-indent:-9999px;*/
}

h3 {
	font-size:12px;
	color:#fff;
}


a:link.title, a:visited.title {
	color:#000000;
	text-decoration: underline;
}

a {
	color:#392818;
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
}

a:link, a:visited {
	color:#392818;
}

a:hover, a:active {	
	color:#392818;
	text-decoration:none;
}

a:link.link-c1, a:visited.link-c1 {
	color:#F39800;
}

a:hover.link-c1, a:active.link-c1 {	
	color:#F39800;
	text-decoration: none;
}

img {
	/*padding:1px;*/
	border:#fff 1px solid;
	display:inline;
	vertical-align:bottom;
}

a:link img, a:visited  img {
	border: 1px #ffffff solid;
}

a:hover img, a:active img {
border: 1px #eb6ea5 solid;
	opacity:0.8;
	filter: alpha(opacity=80);
}

.border-none, a:hover img.border-none,a:active img.border-none,a:link img.border-none,img.border-none,a:visited img.border-none{
	border: none;
}


li {
	list-style:none;
}

.center {
	margin-right: auto;
	margin-left: auto;	
	text-align: center;	
}

.right {
	display: inline;
	float: right;
}

.left {
	display: inline;
	float: left;
}

.text-right {
	text-align: right;	
}

.text-left {
	text-align: left;	
}

.text-deco-on {
	text-decoration: underline;
}

.text-deco-off {
	text-decoration: none;
}

/*
a:hover img {
	background:#hoge;
}

img.banner, a img.banner {
	background:#FFFFFF none repeat scroll 0%;	
	border:1px solid #FFCCFF;
	padding:3px;
}

a img {
	border-style:none;
	border-width:0px;
}
*/



/*********************************************************/
/*                                                       */
/*                    globalNavi  part                   */
/*                                                       */
/*********************************************************/

#globalNavi-box {
	/*margin-left:4px;*/
	margin:0 auto 4px;
	/*padding-top:27px;*/
	/*padding-bottom:4px;*/
	width:980px;
	/*height:37px;*/
	height:79px;
	_height:79px;
	line-height:100%;
	/*background:#eaf4fc;*/
	background:url(/images/common/back_980_79.gif) no-repeat top left;
	text-align:left;
}
/*
#global-navi ul {
	margin-left:4px;
	width:972px;
	height:32px;
	background:url(/images/common/back_972_32.gif) no-repeat top left;
}

#global-navi li {
	margin-top:5px;
	margin-left:0;
	display:inline;
	float:left;
	height:22px;
	line-height:22px;
	
}

#global-navi li.most_left {
	margin-left:4px;
}

#global-navi  a{
	padding:0 7px;
	display:block;
	color:#020202;
	border-right: 1px dashed #eaf4fc;
	background:url(/images/common/back_1_22_04.gif) repeat-x top left;
	font-weight:bold;
	font-size:10px;
}

#global-navi  a:hover {
	display:block;
	color:#0095d9;
	background:url(/images/common/back_1_22_02.gif) repeat-x top left;
	
	text-decoration:underline;
}
*/



#globalNavi, #globalNavi ul {  
    margin:0;  
    padding:0;  
    list-style-type:none;  
    position:relative;
	top : 31px;
	left : 8px;
}
#globalNavi li  {  
    float:left;
	display: inline;
    position:relative;
	border-right:1px #F39800 solid;
}  

#globalNavi ul {  
    width: 180px;  
    position: absolute;  
    top: 40px;  
    left: 3px;  
} 

/************枠線を消しておく*************/
#globalNavi a:link img,#globalNavi a:visited img {  
	border:none;
}  

#globalNavi ul li a {  
    width: 157px;  
    display: block;  
    background: #F39800 url(/images/common/tabback.gif) repeat-x left top;  
    padding: 7px 5px 8px 7px;  
    /*border-bottom: 1px dotted #909090;*/
    border:none;
	color: #000;  
    text-decoration: none;  
} 

/*view plaincopy to clipboardprint?*/
#globalNavi ul li a:hover   {  
    background: #FFF1CF url(/images/common/tabback.gif) repeat-x left top;  
    color: #F39800;  
	/*opacity:0.8;
	filter: alpha(opacity=80);*/
}
  
#globalNavi ul li.first a   {  
    background: #FFF1CF url(/images/common/tabback.gif) repeat-x left top;  
    padding: /*16px*/7px 5px 7px 7px;  
}

#globalNavi ul li.first a:hover {  
    background: #FFF1CF url(/images/common/tabback.gif) repeat-x left top;  
}

#contents {
	margin: 0 4px;
	width: 980px;
	overflow: hidden;
}

#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents {
    height: 1px;
    overflow: visible;
}
/**/

#pankuzu {
	margin-bottom: 4px;
	text-align: left;
	text-indent: 2em;
}

#pankuzu a ,#video .video_related_word a,#flash-game-list-box a,#game_info_wrapper a.load_game_video_link {
	color: #F39800;
	text-decoration: underline;
}

#pankuzu a:hover,#video .video_related_word a:hover,#flash-game-list-box a:hover,#game_info_wrapper a.load_game_video_link {
    background: #FFF1CF;
}


/*********************************************************/
/*                                                       */
/*                      header part                      */
/*                                                       */
/*********************************************************/

#header {
	margin:0 4px;
	width:980px;
	backgroud:#eeeeee;
}

#header a:hover img, #header a:active img {
	border: 1px #ffffff solid;
	opacity: 1;
	filter: alpha(opacity=100);
}

#header img.logo {
	margin-left:10px;
	float: left;
	display: inline;
}

#header img.banner_728_90 {

}

#header {
	margin: 10px 4px 4px;
	width: 988px;
	height: 70px;
	clear: left;
}

/*********************************************************/
/*                                                       */
/*                        left part                      */
/*                                                       */
/*********************************************************/

#left-part {
	padding-bottom: 5px;
	display: inline;
	width: 840px;

	float: left;
	overflow: hidden;
	background:#FFF1CF url(/images/common/bottom_840_5.gif) no-repeat left bottom;
}

#left-part-in {
	padding-top: 5px;
	width:840px;
	background: url(/images/common/head_840_5.gif) no-repeat 0 0;
}

div.left-part-in:after {
	content: “”;
	display: block;
	clear: both;
}


#left-part-menu {
	margin-left: 4px;
	padding-bottom:5px;
	display: inline;
	width: 168px;
	float: left;
	background: #F39800 url(/images/common/bottom_168_5.gif) no-repeat 0 bottom;
	text-align: left;
}

#left-part-menu-list a{
	margin:0;
	padding:0;
	/*display:block;*/
	height:22px;
}

/*
	タブがない時のhead
*/

#left-part-menu-list div{
	padding-top:5px;
	width:168px;
	background: url(/images/common/head_168_5.gif) no-repeat left top;
}

/*
	タブがない時のhead
*/

#left-part-menu a.menu {
	color: #ffffff;
}

#left-part-menu h3 {
	margin-left: 0;
	padding-top:3px;	
	padding-bottom: 12px;
	width: 168px;
	background: url(/images/common/head_160_5.gif) no-repeat 4px bottom;
	text-align: center;
}

#left-part-menu h3.top {
	margin-top:4px;
}

#left-part-menu img {
	border:none;
}

#left-part-menu span {
	vertical-align: middle;
}

#left-part-menu-tab ul.tab {
	margin: 0;
	padding: 0;
	width: 168px;
	height: 22px;
	background:none;
}

#left-part-menu-tab li.tab {
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	width: 84px;
	float: left;
	background: none;
}

#left-part-menu-tab a.left-tab {
	padding-top: 4px;
	display: block;
	width: 84px;
	height: 22px;
	color: #ffffff;
	background: url(/images/common/head_168_22.gif) no-repeat -84px 0;
	text-align: center;
	
}

#left-part-menu-tab a.right-tab {
	padding-top: 4px;
	display: block;
	width: 84px;
	height: 22px;
	background: url(/images/common/head_168_22.gif) no-repeat 0 0;
	color:;
	text-align: center;
}

/*********************************************************/
/*                                                       */
/*                  left part menu left                  */
/*                                                       */
/*********************************************************/


#left-part-menu ul {
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-bottom: 5px;
	width: 160px;
	list-style: none;
	background:url(/images/common/bottom_160_5.gif) no-repeat 0 bottom;
}

#left-part-menu li {
	margin-right:auto;
	margin-left: auto;
	/*padding-left: 3px;*/
	border-bottom: #e7e7eb 1px solid;
	height: 22px;
	background: #fff;
}

#left-part-menu li a {
	display:block;
	vertical-align:middle;
}

#left-part-menu li a:hover , #left-part-menu li a:active {
	display:block;
	/*border:#eb6ea5 1px solid;*/
	background:url(/images/common/back_160_22.gif) no-repeat left top;
	vertical-align:middle;
}

/*********************************************************/
/*                                                       */
/*               left part menu right tab                */
/*                                                       */
/*********************************************************/

#left-part-menu-right {
	display: inline;	
	width: 168px;
	float: left;
	background: #F39800 ;
	text-align: left;
}

#left-part-menu h3.right {
	margin-left: 0;
	padding-bottom: 10px;
	width: 168px;
	background: url(/images/common/head_160_5.gif) no-repeat 4px bottom;
	text-align: center;
}

/*#left-part-menu span.right {

}*/

#left-part-menu div.banner-160-600 {
	margin-bottom: 4px;
	margin-left: 4px;
	width: 160px;
	background: #fff;
}

/*********************************************************/
/*                                                       */
/*                    left part contents                 */
/*                                                       */
/*********************************************************/

#left-part-contents,#flash_game_box {
	margin-right: 4px;
	padding-top: 5px;
	display: inline;
	width: 660px;
	float: right;
	background: #ffffff url(/images/common/head_660_5.gif) no-repeat 0 0;
	text-align: center;
}

#left-part-contents-top {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	width: 652px;
	background: #F39800 url(/images/common/head_652_5.gif) no-repeat 0 0;
}

#left-part-contents div.contents-box {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	width: 652px;
	background: #F39800 url(/images/common/bottom_652_5.gif) no-repeat left bottom;
}

#left-part-contents-top ul.top-list, #left-part-contents-casual ul.top-list {
	margin-left: 2px;
	padding-top: 5px;
	background: url(/images/common/head_642_5.gif) no-repeat 3px 0;
}

#left-part-contents-top li.top-list{
	display: inline;
	float: left;
	list-style: none;
	margin-left: 3px;
	padding-bottom: 9px;
	width: 126px;
	height: 205px;
	background: #ffffff url(/images/common/bottom_126_9.gif) no-repeat center bottom;
}

#left-part-contents-top h3 ,#left-part-contents-casual h3 {
	margin-top: 2px;
	margin-bottom: 6px;
}

#left-part-contents-top p {
	margin-right: 3px;
	margin-left: 3px;
	display: block;
	font-size: 10px;
}

#left-part-contents-top ul.top-image {
	margin-bottom: 4px;
	margin-left:;
}

#left-part-contents-top li.top-image {
	margin: 0 auto;
	padding-bottom: 0px;
	display: block;
	width: 642px;
	height: 150px;
	float: none;
	background: #fff;
	list-style: none;
}

#left-part-contents-top img.top-image {
	border: none;
}

/*********************************************************/
/*                                                       */
/*                left-part-contents-casual              */
/*                                                       */
/*********************************************************/

#left-part-contents-casual {
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	width: 652px;
	background: #F39800 url(/images/common/head_652_5.gif) no-repeat 0 0;
}

#left-part-contents-casual li.top-list{
	display: inline;
	float: left;
	list-style: none;
	margin-left: 3px;
	padding-bottom: 9px;
	width: 126px;
	height:156px;
	background: #ffffff url(/images/common/bottom_126_9.gif) no-repeat center bottom;
}


/*********************************************************/
/*                                                       */
/*                       right part                      */
/*                                                       */
/*********************************************************/

#right-part {
	/*margin-right:4px;*/
	padding-top: 5px;
	display: inline;
	width: 136px;
	float: right;
	background: #FFF1CF url(/images/common/head_136_5.gif) no-repeat 0 0;
}

#right-part-in {
	padding-bottom: 5px;
	background: url(/images/common/bottom_136_5.gif) no-repeat left bottom;
	text-align: center;
}

#right-part-osusume,#right-part-ranking{
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 5px;
	width: 128px;
	background: #fff url(/images/common/head_128_5.gif) no-repeat 0 0;
} 

#right-part-osusume li {
	list-style: none;
}

#right-part ul,#right-part ol {
	padding-bottom: 5px;
	background: #ffffff url(/images/common/bottom_128_5.gif) no-repeat left bottom;
}

#right-part ol {
	margin-right: atuo;
	margin-left: atuo;
	text-align: left;
	/*list-style:decimal inherit;*/
}

/*#right-part-ranking ul {
	margin-top:4px;
}*/

#right-part-ranking a {
	line-height:22px;
}

#right-part-ranking li {
	padding-left: 17px;
	line-height:22px;
}

#right-part-ranking li.rank01 {
	background: url(/images/common/rank01.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank02 {
	background: url(/images/common/rank02.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank03 {
	background: url(/images/common/rank03.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank04 {
	background: url(/images/common/rank04.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank05 {
	background: url(/images/common/rank05.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank06 {
	background: url(/images/common/rank06.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank07 {
	background: url(/images/common/rank07.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank08 {
	background: url(/images/common/rank08.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank09 {
	background: url(/images/common/rank09.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank10 {
	background: url(/images/common/rank10.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank1 {
	background: url(/images/common/rank01.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank2 {
	background: url(/images/common/rank02.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank3 {
	background: url(/images/common/rank03.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank4 {
	background: url(/images/common/rank04.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank5 {
	background: url(/images/common/rank05.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank6 {
	background: url(/images/common/rank06.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank7 {
	background: url(/images/common/rank07.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank8 {
	background: url(/images/common/rank08.gif) no-repeat 2px 6px;
}

#right-part-ranking li.rank9 {
	background: url(/images/common/rank09.gif) no-repeat 2px 6px;
}

#right-part h3 {
	margin-right: auto;
	margin-bottom:4px;
	margin-left: auto;
	width: 120px;
	height:28px;
	line-height:28px;
	background: url(/images/common/back_120_28.gif) no-repeat left top;
	text-align: center;
}

#right-part img {
	margin-top: 4px;
	margin-bottom: 4px;
}

#right-part div.banner_120_600 {
	margin:0 auto;
	width:136px;
	text-align:center;	
}

/*********************************************************/
/*                                                       */
/*                        footer                         */
/*                                                       */
/*********************************************************/

#footer div{
	margin-top:4px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: 60px;
	background: url(/images/common/footer_980_60.gif) no-repeat 0 0;
	text-align: center;
}

#footer ul {
	margin-right:;
	display:inline;
	line-height:60px;
}

#footer li {
	display:inline;
	list-style:none;
}
 
#footer a:link, #footer a:visited {
	color:#000000;
	text-decoration: none;
}



/*\*/
* html #footer {
    height: 1px;
    overflow: visible;
}
/**/


/*********************************************************/
/*                                                       */
/*                       video  part                     */
/*                                                       */
/*********************************************************/

#video h2 {
	width: 652px;/*Firefox用*/
}

#video div.text-center {

	text-align: center;	
}

#video div.video-part-box {
	margin: 0 auto;
	padding:0;
	width: 642px;
	background: #fff;
	text-align: center;	
}

#video form {
	margin-top: 1em;
}

#video input {
	border: #CCCCCC 1px solid;
}

#video input.video-search-txt {
	width: 300px;
}

#video input.video-search-txt,#video input.video-search-submit {
	height: 2em;
	line-height: 2em;
	font-size:2em;
	vertical-align:bottom;
}

#video div.video-part-video-list {
	margin: 5px auto 0;/*ここ問題*/
	/*padding-bottom: 30px;*/
	width: 634px;
	background: #FFF1CF;
	/*height: 102px;*/
	/*height: 100%;*/
}

#video div.video-thum {
	margin-right: auto;
	text-align: left;
}

#video a.video-thum img,#video a:hover.video-thum img,#video a:active.video-thum img, #video a.video_play_box_close img, #video a:hover.video_play_box_close img, a:active.video_play_box_close img,#video div.vdataWrapperBoxleft a img,#video div.vdataWrapperBoxleft a:hover img,#video div.vdataWrapperBoxleft a:active img{
	border: none;
}

#video img.vimg120,#video-dairy-rank img.vimg120 {
/*margin-top:-10px;*/
height: 90px;
width: 120px;
}

#video div.v120WrapperInner,#video-dairy-rank div.v120WrapperInner,#game_info_wrapper div.v120WrapperInner {
border: 1px solid #FFFFFF;
height: 72px;
overflow: hidden;
width: 120px;
}

#video div.v120WrapperOver,#game_info_wrapper div.v120WrapperOver {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
border:1px solid #999999;
width:122px;
}

#video div.v120WrapperBox {
float:left;
display: inline;
}

#video div.vWrapperBox{
margin-left: 130px;
}

#video div.vdataWrapperBox {
	margin-bottom: 5px;
	height: 100%;
}


#video div.vdataWrapperBoxleft {
	margin-top: 5px;
	/*margin-bottom: 59px;*/
	margin-left: 5px;
	padding: 0.8em 0;
	float: left;
	display: inline;
	width: 370px;
	background: #FFFFFF;
	text-align: left;
}

#video div.vdataWrapperBoxleft a {
	font-weight: bold;
	text-indent: 1em;
	text-decoration: underline;
}

#video p.video_description {
	padding: 1em 0;
}

#video div.vdataWrapperBoxright {
	margin-top: 5px;
	margin-right: 5px;
	padding: 0.6em 0;
	float: right;
	display: inline;
	width: 120px;
	background: #FFF;
}

#video div.load_video_wrapper_style {
	/*display: none;*/
	height: 5px;
	position:relative;
}


#video div.ranking-list-game-name {
	margin: 7px;
}

#video a.ranking-list-game-name, #video p.ranking-list-game-name {
	line-height: 1.8em;
}

#video a:hover.ranking-list-game-name {
	background: #FFF1CF;
	text-decoration: underline;
}
#video p.video-page-title-doc {
	text-align: left;
	text-indent: 2em;
}

#video div.video_related_word {
	margin: 0.5em 7px 0;
	padding: 0.6em 0;
	/*border: #FFF1CF 1px solid;*/
}

#video a.video_play_box_close,#video a:hover.video_play_box_close,#video a:.video_play_box_close {
	border: none;
}

#video img.video_play_box_close {
	position: absolute;
	top:0;
	right:5px;
}

/*--------------------------------------
	Tag Cloud2
---------------------------------------*/

ul.tagCloud {
	margin: 0;
	padding: 0.5em 0;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul.tagCloud li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%; /* ここで相対的に文字サイズを変更 */
}

ul.tagCloud li a {
	text-decoration: none;
}

/* タグレベル1～6 */

ul.tagCloud li.level1 a {
	font-size: 167%;
	font-weight: bold;
	color: #88261a;
}

ul.tagCloud li.level2 a {
	font-size: 136%;
	font-weight: bold;
	color: #c24b46;
}

ul.tagCloud li.level3 a {
	font-size: 122%;
	font-weight: bold;
	color: #bc6950;
}

ul.tagCloud li.level4 a {
	font-size: 114%;
	color: #be8776;
}

ul.tagCloud li.level5 a {
	font-size: 92%;
	color: #d2b298;
}

ul.tagCloud li.level6 a {
	font-size: 77%;
	color: #d1c4c0;
}

/* オンマウス色 */
ul.tagCloud li a:hover {
	color: #000;
}

.video-banner-468-60 {
	margin-top: 1em;
}

/*今日の動画ボックス */

li.video-dairy-rank-box {
	display: inline;
	float: left;
	list-style: none;
	margin-left: 2px;
	padding-bottom: 9px;
	width: 126px;
	/*height: 205px;*/
	/*background: #00ffff;*/
}

div.video-dairy-rank {
	margin-bottom: 4px;
}


#video-dairy-rank div.v120WrapperOver {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 1px;
border:1px solid #999999;
width:122px;
}

/*********************************************************/
/*                                                       */
/*                       css sprites                     */
/*                                                       */
/*********************************************************/

span.menu-icon{
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background-image: url(/images/common/back-1.png);
    background-color: none;
    background-repeat: no-repeat;
	text-indent: -9999px;
}

span.archload-img{
    background-position: 0 -100px;
}

span.rfonline-img{
    background-position: -125px -200px;
}

span.arad-img{
    background-position: 0px -75px;
}

span.alteil-img{
    background-position: -0px -0px;
}

span.hero-img{
    background-position: -50px -225px;
}

span.econline-img{
    background-position: -50px -0px;
}

span.sow-img{
    background-position: -150px -150px;
}

span.ec-img{
    background-position: -25px -225px;
}

span.ntomo-img{
    background-position: -125px -0px;
}

span.angelloveonline-img{
    background-position: -0px -50px;
}

span.onidama-img{
    background-position: -125px -25px;
}

span.cabal-img{
    background-position: -25px -0px;
}

span.kd-img{
    background-position: -75px -75px;
}

span.ge-img{
    background-position: -50px -125px;
}

span.crossfire-img{
    background-position: -25px -75px;
}

span.getamped-img{
    background-position: -50px -150px;
}

span.concgate-img{
    background-position: -25px -50px;
}

span.suddenattack-img{
    background-position: -150px -25px;
}

span.sol-img{
    background-position: -150px -125px;
}

span.steer-img{
    background-position: -150px -175px;
}

span.sealonline-img{
    background-position: -150px -50px;
}

span.silkonline-img{
    background-position: -150px -75px;
}

span.musou-online-img{
    background-position: -150px -100px;
}

span.megatenonline-img{
    background-position: -100px -50px;
}

span.xenepiconline-img{
    background-position: -175px -150px;
}

span.sunonline-img{
    background-position: -150px -225px;
}

span.dol-img{
    background-position: -25px -175px;
}

span.dw-img{
    background-position: -25px -200px;
}

span.tantraonline-img{
    background-position: -175px -0px;
}

span.chocotto-img{
    background-position: -25px -25px;
}

span.turi_paradise-img{
    background-position: -175px -50px;
}

span.talesweaver-img{
    background-position: -175px -75px;
}

span.dekaron-img{
    background-position: -25px -125px;
}

span.deco-img{
    background-position: -25px -100px;
}

span.trickster-img{
    background-position: -175px -25px;
}

span.knight-img{
    background-position: -75px -100px;
}

span.neadea-img{
    background-position: -100px -175px;
}

span.ns-img{
    background-position: -100px -225px;
}

span.nol-img{
    background-position: -100px -200px;
}

span.perfectw-img{
    background-position: -125px -100px;
}

span.halka-img{
    background-position: -50px -200px;
}

span.barvillage-img{
    background-position: -0px -150px;
}

span.fezero-img{
    background-position: -50px -50px;
}

span.fanta-img{
    background-position: -50px -25px;
}

span.furinkazan-img{
    background-position: -50px -100px;
}

span.bs-img{
    background-position: -0px -200px;
}

span.fsbb-img{
    background-position: -50px -75px;
}

span.belle-isle-img{
    background-position: -0px -175px;
}

span.hokutonoken-online-img{
    background-position: -75px -25px;
}

span.holy-img{
    background-position: -75px -50px;
}

span.mabinogi-img{
    background-position: -100px -25px;
}

span.muonline-img{
    background-position: -100px -150px;
}

span.minbat-img{
    background-position: -100px -125px;
}

span.maple-img{
    background-position: -100px -75px;
}

span.pairon-img{
    background-position: -125px -50px;
}

span.mh-frontier-img{
    background-position: -100px -100px;
}

span.yaburi-img{
    background-position: -175px -175px;
}

span.yume-sekai-img{
    background-position: -175px -200px;
}

span.ragnarokonline-img{
    background-position: -125px -125px;
}

span.latale-img{
    background-position: -75px -125px;
}

span.rappelz-img{
    background-position: -125px -150px;
}

span.livly-img{
    background-position: -75px -200px;
}

span.lh-img{
    background-position: -75px -175px;
}

span.redstone-img{
    background-position: -125px -175px;
}

span.level-r-img{
    background-position: -75px -150px;
}

span.roseon-img{
    background-position: -150px -0px;
}

span.lostonline-img{
    background-position: -100px -0px;
}

span.losteden-img{
    background-position: -75px -225px;
}

span.rohan-img{
    background-position: -125px -225px;
}

span.c21-img{
    background-position: -0px -225px;
}

span.wonderking-img{
    background-position: -175px -100px;
}

span.wonderland-img{
    background-position: -175px -125px;
}

span.atgames-img{
    background-position: -0px -125px;
}

span.gungho-img{
    background-position: -50px -175px;
}

span.hangame-img{
    background-position: -75px -0px;
}

span.flyff-img{
    background-position: -175px -225px;
}

span.avaonline-img{
    background-position: -200px -0px;
}

span.cosmicbreak-img{
    background-position: -200px -25px;
}

span.selfishing-img{
    background-position: -200px -50px;
}

span.sgonline-img{
    background-position: -200px -75px;
}

span.warrock-img{

    background-position: -200px -100px;
}

span.hs-img{
    background-position: -200px -125px;
}

span.paperman-img{
    background-position: -200px -150px;
}

span.csaga-img{
    background-position: -200px -175px;
}

span.mixmaster-img{
    background-position: -200px -200px;
}

span.corum-img{
    background-position: -200px -225px;
}

span.chusenonline-img{
    background-position: -225px 0px;
}

span.kunshu-img{
    background-position: -225px -25px;
}

span.makyo-img{
    background-position: -225px -50px;
}

span.tenjouhi-img{
    background-position: -225px -75px;
}

span.m9m9-img{
    background-position: -225px -100px;
}

span.lotrojapan-img{
    background-position: -225px -125px;
}

span.shotonline-img{
    background-position: -225px -150px;
}

span.getamped2-img{
    background-position: -225px -175px;
}

span.schmiddiva-img{
    background-position: -225px -200px;
}

span.domo-img{
    background-position: -225px -225px;
}

span.milu-img{
    background-position: -250px 0px;
}

span.sangokushi-hero-img{
    background-position: -250px -25px;
}

span.puzzlepirates-img{
    background-position: -250px -50px;
}

span.yantama-img{
    background-position: -250px -75px;
}

span.op7-img{
    background-position: -250px -100px;
}

span.ozworld-img{
    background-position: -250px -125px;
}

span.x3-img{
    background-position: -250px -150px;
}

span.sephiroth-img{
    background-position: -250px -175px;
}

span.stoneage2-img{
    background-position: -250px -200px;
}

span.sfo-img{
    background-position: -250px -225px;
}

span.twelvesky-img{
    background-position: -275px 0px;
}

span.driftcity-img{
    background-position: -275px -25px;
}
/*********************************************************/
/*                                                       */
/*                      gamepage css                     */
/*                                                       */
/*********************************************************/
#left-part-game-top {
	margin-right:auto;
	margin-left:auto;
	padding-top:5px;
	width:652px;
	background:#ffffff url(/images/common/head_652_5.gif) no-repeat 0 0;
}

div.gamepage-box {
	margin-right:auto;
	margin-left:auto;
	padding-bottom:5px;
	width:660px;
	background:#ffffff url(/images/common/bottom_660_5.gif) no-repeat left bottom;
}

#left-part-game-top h2 {
	padding-top:2px;
	padding-bottom:7px;
	color:#fff;
	width:652px;
	background:#F39800 url(/images/common/bottom_652_5.gif) no-repeat 0 bottom;
	font-size:12px;
}	

#left-part-game-top h3 {
	margin:10px auto;
	
}

#left-part-game-text h4 {
	position:absolute;
	width:264px;
	top:0;
	left:0;
	color:#fff;
	line-height:26px;
	font-size:12px;
}

#left-part-game-top h5, #video h3.video-page-title,#video-dairy-rank h3{
	margin-top: 7px;
	margin-right: 7px;
	margin-left:7px;
	padding-left:4px;
	border-bottom: #F39800 1px solid;
	border-left:#F39800 solid 3px ;
	color: #F39800 ;
	text-align:left;
	font-size:15px;
}

#left-part-game-top a:link img.gpt, #left-part-game-top a:visited img.gpt {
	border: 1px #ffffff solid;
}

#left-part-game-top a:hover img.gpt ,#left-part-game-top a:active img.gpt {
	opacity:1;
/*	filter: alpha(opacity=100);*/
	filter:none;
}

#left-part-game-text div {
	margin-right:auto;
	margin-left:auto;
	border:none;
	width:640px;
	/*text-align:left;*/
}

div.btn {
	margin:12px auto;
	width:;
}

#left-part-game-text p {
	margin-top:7px;
	margin-left:6px;
	text-align:left;
	font-size:10px;
	line-height:1.6em;
}

div.paragraph {
	position:relative;
	width:264px;
	height:26px;
	background:url(/images/common/back_264_26.gif) no-repeat left top;
}

#left-part-game-page caption {
	margin:0 auto;
	caption-side:bottom;
}

#left-part-game-page table ,#rulebox table{
	margin:6px auto 0;
	border:#F39800 1px solid;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	font-size:10px;
}

#left-part-game-page td, #left-part-game-page th, #rulebox td, #rulebox th{
	border:1px solid;
	text-align:center;
}

#left-part-game-page th ,#rulebox th{
	background:#FFF1CF;
	table-layout:fixed;	
}

th , td {
	line-height:217%;
	vertical-align:middle;
}

th.class {
	background:;
}

#left-part-game-page div.tablebox {
	text-align:center;
}

#left-part-game-text div.window {
	display:inline;
	float:right;
	width:256px;
	background:#fff;
}

#left-part-game-text div.window:after {
	display:block;
	clear:both;
}

#left-part-game-text .block {
	margin:0 auto;
	display:block;
	text-align:center;
}

.lbtn {
	text-align:center;
	margin:10px auto;
}



/*
#blog_area h4 {
	position:relative;
}
*/

div.blog_area {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	padding-top : 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
	background: #FFF1CF;
}

.blog_area a {
	color: #F39800;
	text-align : left;
	text-indent: 1em;
}

div.blog_area p {
	margin-bottom: 1em;
}

div.yahoo_credit {
	padding:0;
	margin:0;
	text-align: left;
	/*background: #f3f3f2;*/
}

/*********************************************************/
/*                                                       */
/*                      flashpage css                    */
/*                                                       */
/*********************************************************/

#flashbox {
	margin-right:auto;
	margin-left:auto;
	padding-bottom:5px;
	background:#fff url(/images/common/bottom_642_5_w.gif) no-repeat left bottom;
	width:644px;
}

/*

#FFF1CF薄い橙
#F8B500橙
#EA5506濃い橙
#F39800濃い橙
#392818茶色
#000000;

外枠652px
内枠642px
中枠210px 
最左端中央寄せ1px
隙間5px
サムネイル96*72

#eaf4fc 薄い青
#0095d9 濃い青

*/

/*#flashpage {

}*/

/*#flash_game_box, #flash_game_box_main, #flash_game_box_sub {
	margin:0;
	padding:0 0 5px;
}

#flash_game_box {
	margin:0 auto 4px;
	background:#0095d9 url(/images/common/bottom_832_5.gif) no-repeat bottom left;
	width:832px;
}

#flash_game_box h2.flash_game_title {
	margin-top:0;
	margin-bottom:0;
	position:relative;
	width:832px;
	height:42px;
	background:url(/images/common/head_832_42.gif) no-repeat top left;
	line-height:42px;
}

#flash_game_box img.flash_game_box_close {
	border:none;
	position:absolute;
	top:6px;
	right:12px;
}

#flash_game_box_main {
	margin-left:4px;
	display:inline;
	width:562px;
	float:left;
 	background:#fff url(/images/common/bottom_562_5.gif) no-repeat bottom left;
}

#flash_game_box_main iframe {
	margin:0 auto;
	border:none;
}

#flash_game_box_sub {
	margin-right:4px;
	display:inline;
	width:258px;
	float:right;
	background:#fff url(/images/common/bottom_258_5.gif) no-repeat bottom left;
}
*/

#flashpage h2 , #video h2{
	margin-top:2px;
	margin-bottom:7px;
    background-color:#F39800;
	color:#fff;	
	font-size:12px;
}

#flash_game_box h2 a {
	color: #fff;
	font-size: 12px;
	font-weight:bold;
}

#flash_game_box {
	margin-bottom:4px;
}

#flash_game_box h2.flash_game_title {
	margin-top:0;
	margin-right:auto;
	margin-bottom:7px;
	margin-left:auto;
	position:relative;
	width:652px;
	height:28px;
	background:url(/images/common/back_652_28.gif) no-repeat top left;
	line-height:28px;
}

#flash_game_box img.flash_game_box_close {
	border:none;
	position:absolute;
	top:5px;
	right:5px;
}

#flash_game_box p {
	margin:6px auto;
}

div.flash_list_box {
	/*margin-right:auto;
	margin-lert:5px;
	width:642px;*/
}

ul.flash_list {
	margin-bottom:5px;
	margin-left:1px;
	background-color:#F39800;
	background-image:none;
	height:120px;
}

.flash_list li {
	margin-left:5px;
	background: url(/images/common/head_210_5.gif) no-repeat top left;
	display:inline;
	position:relative;
	float:left;
	width:210px;
}

#flash_game_box a , .flash_list a , .top-list a{
	color:#F39800;	
}

#flash_game_box a:hover , .flash_list a:hover, #right-part-ranking a:hover {
	text-decoration:underline;	
}

.flash_list img {
	margin-left:5px;
	border:#fff solid 1px;
	display:inline;
	float:left;
}

.flash_list img:hover {
	border:#eb6ea5 solid 1px;
}

/*li.most_left {
	margin-left:1px;
}*/

.flash_list div {
	margin-top:5px;
	padding-bottom:5px;
	background:#fff url(/images/common/bottom_210_5.gif) no-repeat left bottom;
	width:210px;
	height:110px;
}

#flashpage a.flash_text,#flashpage p.flash_text {
	margin-left:106px;
	display:block;
	width:98px;
}

#flashpage .flash_list span {
	position:absolute;
	top:82px;
	left:5px;
}

/*tab_css*/	

#tabs8 {
  float:left;
  width:100%;
  /*background:#FCF1F6;*/
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #FFF1CF;
  }
#tabs8 ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
  }
#tabs8 li {
  display:inline;
  margin:0;
  padding:0;
  }

#tabs8 a {
  float:left;
  background:url("/images/common/tableft5.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs8 a span {
  float:left;
  display:block;
  background:url("/images/common/tabright5.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#333;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
/* End IE5-Mac hack */
#tabs8 a:hover span {
  color:#591333;
  }
/*
#tabs8 a:hover {
  background-position:0% -42px;
  }
#tabs8 a:hover span {
  background-position:100% -42px;
  }
*/
  #tabs8 #load_flash_game_command a,#tabs8 #load_game_gallery a {
	background-position:0% -42px;
  }
  #tabs8 #load_flash_game_command a span,#tabs8 #load_game_gallery a span {
	background-position:100% -42px;
  }



/*bbs_form*/

#flash_game_subarea {
	margin-bottom: 10px;
}

#flash_game_subarea b {
	line-height: 22px;
	vertical-align: middle;
}
/*
  #flash_game_subarea p {
  	padding:0 3em;
    line-height: 2em;
    text-align: left;
}
*/
/*
#flash_game_subarea fieldset {
	width:;
}
*/
.flashpage-comment-box {
	margin: 0 10px 1em;
	border: #CCCCCC 1px solid;	
}

.flashpage-comment-box-inner {
	margin: 1em;
}

strong.flashpage-comment-box-title,a.flashpage-comment-box-title  {
	margin : 1em 10px;
	display: block;
	text-align: left;
}

#flash_game_subarea form ,.flashpage-comment-box-inner form {
	margin-left: 10px;
	text-align: left;
}

#flash_game_subarea legend,.flashpage-comment-box-inner legend  {
	padding: 3px 0;
	color: #000;
	/*float: left;*/
	width: 100px;
}

#flash_game_subarea input {
	margin: 0;
	padding: 3px 0;
}

#flash_game_subarea input.bbs_form ,.flashpage-comment-box-inner input.bbs_form {
	float: left;
	width: 400px;
	border: 1px solid #CCCCCC;
	height: 2em;
	line-height: 2em;
}

#flash_game_subarea input.bbs_form_submit,.flashpage-comment-box-inner input.bbs_form_submit  {
	margin: 3px 0;
	padding: 3px;
	border: inherit;
	text-align: center;
}	

#flash_game_subarea span.notice,span.notice {
	/*font-size: 0.7em;*/
	display: block;
	text-align: left;
	text-indent: 1em;
	margin-bottom: 1em;
}

#comment_table {
	/*margin-left: 30px;*/
	margin: 0 auto 2em;
	text-align: center;
}

p.flashpage-comment-box-title {
	text-align: left;
	text-indent: 2em;
}

#flash_game_subarea p {
	margin: 0 0 0 10px;
	line-height: 2em;
	text-align: left;
}

#flash_game_subarea p.bbs_head,.flashpage-comment-box-inner p.bbs_head  {
	/*margin: 0 0 0 10px;*/
	padding:3px 0 10px;
	width: 620px;
	border-top: solid 1px #CCCCCC;
	text-align: left;
}

#flash_game_subarea p.bbs_bottom,.flashpage-comment-box-inner p.bbs_bottom {
	/*margin: 0 0 0 10px;*/
	padding: 0 3px 10px;
	width: 620px;
	text-align: left;
}

#flash_game_subarea p.bbs_hints {
	/*font-size: 8px;*/
}

#flash_game_subarea span {
	display: block;
}

#flash_game_subarea span.numcheck_name,#flash_game_subarea span.numcheck_message {
	display: inline;
	color: #C9171E;
}

#flash_game_subarea span.bbs_name,.flashpage-comment-box-inner span.bbs_name {
	width: 300px;
	float: left;
	font-weight: bold;
}

#flash_game_subarea span.bbs_date,.flashpage-comment-box-inner span.bbs_date {
	float: right;
}

#flash-game-list-box,.video-dairy-rank-head,.flash-new-comments-area {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	width: 642px;
	background: #FFFFFF url(/images/common/head_642_5_3.gif) no-repeat left top;
}

#flash-game-list-box-bottom,.video-dairy-rank-bottom,.flash-new-comments-area-bottom {
	padding-bottom: 1.2em;
	width: 642px;
	height: 100%;
	background: #fff url(/images/common/bottom_642_5_3.gif) no-repeat left bottom;
}

ul.flash-game-list-all {
	display: inline;
	float: left;	
	width: 126px;
	/*
	background: #22FFFF;
	*/
}

ul.flash-game-list-all-most-left {
	margin-left: 6px;
}

li.flash-game-list-all {
	margin: 1em 0;
}

ul.flash-game-list-all li {
	margin-left:1em;
	padding : 0;
	text-align: left;
}

ul.flash-game-list-all li a {
	text-decoration: underline;
} 

/*********************************************************/
/*                                                       */
/*                 flashpage new comment                 */
/*                                                       */
/*********************************************************/

#flash-new-comments-area a.flash-new-comment-link {
	display: block;
	width: 632px;
	height: 40px;
	color: #000;
	/*background: #FF99CC;*/
}

#flash-new-comments-area a:hover.flash-new-comment-link {
	text-decoration: underline;
	background: #FFF1CF;
}

#flash-new-comments-area a img,#flash-new-comments-area a:hover img {
	 border:none;
}

#flash-new-comments-area div.flash-new-comment-message {
	margin-left: 50px;
	width: 582px;
	background: #0000CC;	
	/*line-height: 40px;*/
}

div.flash-new-comment-image {
	margin-top: 2px;
	margin-left: 7px;
	width:40px;
	height:36px;
	overflow: hidden;
}

#flash-new-comments-area p.flash-new-comments-title {
	margin-left: 7px;
	height: 3em;
	line-height: 3em;
	color: #666;	
}

#flash-new-comments-area strong.flash-new-comments-title {
	margin-left: 7px;
	display: block;
	font-size: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
	color: #000;
}

#flash-new-comments-area p.flash-new-comment-message {
	width: 450px;
	height: 40px;
	line-height: 40px;
	text-align: left;
}

#flash-new-comments-area p.flash-new-comment-date {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

div.flash-new-comment-box {
	width: 632px;
	border-top: #cccccc 1px solid;
}
/*********************************************************/
/*                                                       */
/*                      category css                     */
/*                                                       */
/*********************************************************/

#left-part-contents a {
	display:inline;
}




#left-part-category-top {
	margin-right:auto;
	margin-left:auto;
	padding-top:5px;
	width:652px;
	background:#ffffff url(../images/common/head_652_5.gif) no-repeat 0 0;
}

#left-part-category-top h2 {
	padding-bottom:5px;
	color:#fff;
	width:652px;
	background:#F39800 url(../images/common/bottom_652_5.gif) no-repeat 0 bottom;
	font-size:12px;
}

#left-part-category-top h3 {
	margin-left:5px;
	padding:2px 0;
	text-align:left;
}

#left-part-category-top div.ogp {
	margin-top:4px;	
	margin-right:auto;
	margin-left:auto;
	background:url(/images/common/border_dotted_leftmenu.gif) repeat-x left bottom;
	width:632px;
	height:150px;
}

#left-part-category-top div.ogi {
	display:inline;
	width:128px;
	float:left;
}

#left-part-category-top img {
	margin-left:4px;
}

#left-part-category-top img.button {
	margin-right:auto;
	margin-bottom:;
	margin-left:auto;
	border:none;
}

#left-part-category-top div.ogt {
	margin-left:128px;
}

#left-part-category-top div.ogt-in {
	margin-right:4px;
	margin-left:210px;
}

#left-part-category-top div.ogd {
	width:200px;
	float:left;
	text-align:left;
}

#left-part-category-top p {
	margin-bottom:10px;
	font-size:10px;
	text-align:left;
	line-height: 1.6em;
}

#left-part-category-top a.tag {
	color:#000;
	font-weight:normal;	
	font-size:9px;
	text-align:left;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
	font-size:10px;
}

dl {
	margin-bottom:4px;
	border-top: none;
}

dt,dd {
	padding: 1px;
}
	
dt {
	clear: left;
	float: left;
	width: 60px;
	text-align:center;
}

dd {
	margin-left:60px;
	text-align:left;
}

#left-part-category-top a.tag {
	color:#F39800;
	font-weight:normal;	
	font-size:10px;
	text-align:left;
}

/***********  次のページへ行くリスト  ***********/

#left-part-category-top div.mgl {
	margin:auto;
	width:632px;
	height:50px;
	position:relative;
}

#left-part-category-top a.mgl,#left-part-category-top a.mgln {
	padding:3px 10px;
	display:inline;
    border:1px #F39800 solid;
	position:relative;	
    font-size:14px;
	line-height:14px;
}

#left-part-category-top a:hover.mgl, 
#left-part-category-top a:hover.mgln,
a:hover.showpage
 {
 	position:relative;
    border:1px #F39800 solid;
	color:#F39800;
}

a.showpage {
	padding:3px 10px;
	display:inline;
	position:relative;
	border:1px #F39800 solid;
	font-size:14px;
	background:#FFF1CF;
	line-height:14px;
}

div.mgl {
	padding:20px 0 0;
}

div.mgl ul#nextpage {
	margin:0 auto;
	text-align:center;
}

ul#nextpage li {
	padding:10px 0;
	display:inline;
}


ul#nextpage li {
	margin-left:4px;
	display:inline;
}

/*********************************************************/
/*                                                       */
/*                     category link                     */
/*                                                       */
/*********************************************************/


.categorybox {
	/*height:1060px;*/
	margin-right:auto;
	margin-bottom: 4px;
	margin-left:auto;
	background-color: #FFFFFF;
	width:642px;
	text-align: center;
}

.categorybox_head {
	/*background:#FFFFFF url(/images/common/head_660_5.gif) no-repeat scroll 0 0;*/
	/*height:1060px;*/
	padding-top:5px;
}

.categorybox_bottom {
	/*background:#FFFFFF url(/images/common/bottom_660_5.gif) no-repeat scroll 0 bottom;*/
	/*height:1060px;*/
	padding-bottom:5px;
	text-align: left;
}

.categorybox .paragraph_top {
	margin-left: 5px;
	text-align: center;
}

.categorybox h3 {
	/*color: #000000;*/
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	background: url(/images/common/back_652_26.gif) no-repeat 0 0;
	width: 652px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.categorybox h4 {
	color:#FFFFFF;
	font-size:12px;
	left:0;
	line-height:26px;
	position:absolute;
	top:0;
	width:264px;
}

.categorybox ul {
	margin-top: 6px;
	/*margin-right:auto;*/
	margin-bottom: 6px;
	/*margin-left:auto;*/
	padding: 0;
	width:634px;
}


.categorybox li {
	margin-left: 10px;
	/*float: left;*/
	display: inline;
}

.categorybox a:hover {
	background: #FFF1CF;
	text-decoration: underline;
}
/*********************************************************/
/*                                                       */
/*                         rule css                      */
/*                                                       */
/*********************************************************/

#rulebox {
	margin-right:auto;
	margin-left:auto;
	padding-bottom:5px;
	background:#fff url(/images/common/bottom_644_5_o.gif) no-repeat left bottom;
	width:644px;
	height:1060px;
}

#rulebox h2 {
	padding:5px 0;
	font-size:middle;
	color:#000000;
	width:644px;
	background:url(/images/common/head_644_5_o.gif) no-repeat left top;
}

#rulebox p {
	padding:6px;
	text-align:left;
	line-height:1.6em;
}

p.indent,h3.indent {
	margin: 8px auto;
	padding:6px;
	width:627px;
	color: #020202;
	background: #fff1cf;
	text-align:left;
	line-height:1.6em;
}

#rulebox ol {
	margin-right:10px;
	padding-bottom:10px;
	padding-left:36px;	
	text-align:left;
}

#rulebox li {
	list-style: decimal;
	margin-bottom: 1em;
}

#rulebox a {
	color:#FF9900;
	text-decoration: underline;
}
/*
div.partition {
	margin:0 auto;
	width:636px;
	height:0px;
	background:url(/images/common/border_158_1.gif) repeat-x left center;
}*/

