@charset"Shift_JIS";

/* =========================================================
 全体
========================================================= */

body{
	background-color:#FBFADD;
	margin:0;
	padding:0;
	text-align:center;
	font-size:83%;
	color:#333333;
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-image: url(/modpub/images/game999/body_bg.jpg);
}

/* default link
--------------------------------------------------------- */

a:link{
color:#FF3300;
}

a:visited{
	color: #FF3300;

}

a:hover{
	color:#9E00BF;
}

a:active{
color:#7f65ed;
}

/* clear
--------------------------------------------------------- */

.clearfix:after{
content:"."; 
display:block;
clear:both;
height:0;
visibility:hidden;
}

.clearfix {
min-height:1px;
}

* html .clearfix{
height:1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}
