@charset "Shift_JIS";

/*--- base ---*/

body {
	background-image: url(/design/battlewin/images/common/back.gif);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	color:#444444;
}
p {
	margin: 0px;
	padding: 0px;
}
hr {
	display:none;
}
hr , .clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	visibility: hidden;
}
a:link{
	color:#4084E1;
	text-decoration: none;
}
a:visited{
	color:#4084E1;
	text-decoration: none;
}
a:active{
	color:#4084E1;
	text-decoration: underline;
}
a:hover {
	color:#4084E1;
	text-decoration: underline;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center {
	text-align: center;
}


ul {
	float: left;
	list-style: none;
	font-size: 12px;
	line-height: 150%;
	padding: 0px;
	margin: 0px;
}

ul li {
	width: 147px;
	background-image: url(/design/battlewin/images/common/menu_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	display: block;
}

table {
	line-height: 18px;
}

/*スペース*/
.speace {
	padding: 10px;
}
.text_speace {
	padding-left: 15px;
}
.speace01 {
	padding: 5px;
}

/*フォント制御*/
.search_mini {
	font-size: 10px;
	margin-top: 10px;
	
}
.red {
	color: #811B00;
	font-weight: bold;
}

.info_title {
	padding-left: 30px;
	font-weight: bold;
	color: #00000;
	font-size: 14px;
}
.info_btn {
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
}
.w_font {
	color: #FFFFFF;
}
.g_font {
	font-size: 10px;
	color: #009629;
}

.r_font {
	color: #FF0000;
}
.rank_text {
	font-size: 10px;
	line-height: 18px;
}


h1 {
	font-size: 10px;
	color: #999999;
}

.g_box{
	padding: 10px;
	width: 292px;
	border: 1px solid #CFCFCF;
	background-color: #FFFFFF;
	height: 140px;
}

.g_box img{
	float: left;
	margin-right: 15px;
}
