/* 各ページ共通 */
body{
	margin:0px;
	background-color: #737373;
	color: #ffffff;
}
img {
	border:0px;
}
a:link {
	color: #636363;
	text-decoration : none;
}
a:visited {
	color: #636363;
	text-decoration : none;
}
a:hover {
	color: #636363;
	text-decoration : underline;
}
a:active {
	color: #636363;
	text-decoration : underline;
}

/* 共通 */
.goto_top{
	text-align: right;
}
.footer_table{
	margin: 10px 0 20px 0;
}
.page_footer{
	text-align: left;
	margin: 8px 0 0 0;
	font-size: 11px;
}

/* index用 */
.realtime{
	margin: 13px 0 18px 0;
}

/* スロットランキング */
.pachislo_rank_box{ /* IEはmarginとfloatの共存ができないので入れ子 */
	margin-left: 20px;
}
.pachislo_rank{
	float: left;
	width: 370px;
	text-align: left;
}
/* パチンコランキング */
.pachinko_rank_box{ /* IEはmarginとfloatの共存ができないので入れ子 */
	margin-right: 20px;
}
.pachinko_rank{
	float: right;
	width: 370px;
	text-align: left;
}

/* ランキング */
.index_rank_table{
	margin: 11px 1px 13px 13px;
	font-size: 11px;
	color: #ffffff;
}



/* 以下のページ */
/* 暫定速報 */
.page_title_table{
	margin: 13px 0 0 0;
}

/* 左メニューアイコン */
.icon_top{
	margin: 20px 0 0 0;
}
.icon{
	margin: 7px 0 0 0;
}
/* 左アリア */
.hall_name{
	font-size: 12px;
	margin: 0 0 0 7px;
	color: #FF6600;
	line-height: 1.3;
}

/* 上下赤線テキスト */
.UDline_text{
	font-size: 12px;
	color: #ffffff;
	line-height: 1.3;
	margin: 17px 0 14px 0;
	padding: 10px 0 13px 0;
	width: 554px;
	border-top: 1px dashed #ff0000;
	border-bottom: 1px dashed #ff0000;
}
/* 上下黄色線テキスト */
.UDline_text_y{
	font-size: 12px;
	color: #ffffff;
	line-height: 1.3;
	margin: 17px 0 14px 0;
	padding: 10px 0 13px 0;
	width: 554px;
	border-top: 1px dashed #EE9B00;
	border-bottom: 1px dashed #EE9B00;
}

/* グラフ */
.graph_rank{
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.3;
}
.img_middle{
	vertical-align: middle;
}
/* ランキング */
.ranking_table{
	margin: 12px 0 5px 0;
}
.page_next{
	font-size: 10px;
}

/* イベント */
.event_hall_name{
	margin: 18px 0 0 70px;
}
.event_hall_point{
	margin: 18px 5px 0 0;
}
.event_hall_name2{
	margin: 0 0 0 50px;
}
.event_hall_point2{
	margin: 0 5px 0 0;
}
.event_hall_image_table{
	margin: 9px 0 15px 0;
}

/* 店舗詳細 */
.hall_title{
	margin: 0 10px 0 0;
}
.hall_name_bar{
	margin: 10px 0 10px 0;
	padding: 11px 0 0 10px;
	font-size: 13px;
	width: 555px;
	height: 23px;
	background-image: url("./images/hall/hall_name_bar.gif");
	background-repeat: no-repeat;
}
.hall_name_bar2{
	margin: 10px 0 10px 0;
	padding: 11px 0 0 10px;
	font-size: 13px;
	width: 555px;
	height: 23px;
	background-image: url("./images/event/obi02.jpg");
	background-repeat: no-repeat;
}
.tencyoumei{
	font-size: 15px;
	margin: 0 0 3px 0;
}
.tencyoumei_sub{
	font-size: 13px;
	margin: 0 0 3px 0;
}
.tencyou_text{
	width: 430px;
	font-size: 11px;
	line-height: 1.3;
}
.event_kekka_title{
	margin: 10px 0 10px 0;
	width: 545px;
	height: 23px;
	padding: 10px 0 0 10px;
	font-size: 13px;
	background-color: #F7941D;
}
.event_kekka_title2{
	margin: 10px 0 10px 0;
	width: 545px;
	height: 23px;
	padding: 10px 0 0 10px;
	font-size: 13px;
	background-color: #ff0000;
}
.hall_address_table{
	font-size: 12px;
	color: #000000;
	margin: 0 0 10px 0;
}

.maenopage{
	font-size: 12px;
	color: #ffffff;
	line-height: 1.3;
	margin: 17px 0 14px 0;
	padding: 10px 0 13px 0;
	width: 554px;
	border-top: 1px dashed #EE9B00;
	text-align: right;
}	