/*-----------------------------------------------------------------------------
　枠
-----------------------------------------------------------------------------*/
.style_contents{
	width:540px;
	padding:10px;
	float:left;
}

.style_contents_point{
	width:540px;
	padding-top:10px;
	float:left;
}

.style_width{
	width:540px;
	float:left;
}

.style_left{
	width:260px;
	margin-right:20px;
	float:left;
}
.style_right{
	width:260px;
	float:left;
}

.game_sepa {
	width:520px;
	padding:10px;
	margin-top:0px;
	background: url(images/bg_01.gif) repeat top;
	font-family :"Helvetica", "ＭＳゴシック", "Osaka",sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #571500;
	text-align:left;
	float:left;
}

.point_sepa {
	width:540px;
	padding-top:10px;
	clear: both;
	font-family :"Helvetica", "ＭＳゴシック", "Osaka",sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #93693e;
	text-align:left;
}

.point_sepa_top {
	width:540px;
	padding-top:0px;
	clear: both;
	font-family :"Helvetica", "ＭＳゴシック", "Osaka",sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #93693e;
	text-align:left;
}
.point_sepa_le {
	width:260px;
	margin-right:20px;
	float:left;
}

.point_sepa_ra {
	width:260px;
	float:left;
}

.point_img {
	margin:0px 10px 5px 0px;
	float:left;
}



/*-----------------------------------------------------------------------------
　画像
-----------------------------------------------------------------------------*/
.sam_img_01 {
	width:43px;
	float:left;
	border: 1px solid #78430e;
	margin-right:10px;
}

.sam_img_02 {
	width:43px;
	float:left;
	border: 1px solid #78430e;
}


/*-----------------------------------------------------------------------------
　スペース
-----------------------------------------------------------------------------*/
.m_top5 {
	margin-top:5px;
}

.m_bom5 {
	border: 1px solid #78430e;
	margin-bottom:5px;
}

/*-----------------------------------------------------------------------------
　リンク使用
-----------------------------------------------------------------------------*/
/**リンク**/

#link_area a.link_style:link{
	font-size: 12px;
	line-height: 145%;
	color:#571500;
	text-decoration:underline;
}

#link_area a.link_style:visited{
	font-size: 12px;
	line-height: 145%;
	color:#571500;
	text-decoration:underline;
}

#link_area a.link_style:hover{
	font-size: 12px;
	line-height: 145%;
	color:#ff9c0f;
	text-decoration:underline;
}





/* 行揃えの位置
---------------------------------------------------- */
.center {text-align:center;/* 中央揃え */}
.left { text-align:left;/* 左揃え */}
.right {text-align:right;/* 右揃え */}
.justify{text-align:justify;/* 両端揃え(IE5.0以降) */}



.block {display: block; }
.inline{display: inline; }
.hide{display: none; }
hr{display:none;}



/* フロート(回り込み)
---------------------------------------------------- */
.float-left { float: left;}
.float-right { float: right;}

/* フロートの解除
---------------------------------------------------- */
.clear { clear: both;}