﻿@charset   "UTF-8";

/* ============================================ */
/* 見出し */
h2 {
	padding: 1px;
	border: 1px solid #aaaaaa;
	font-size: 110%;
}
h2 span {
	color: #ffffff;
	padding: 5px;
	background-image: url(../img/h2bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-left: solid 6px #f4532b;
	display: block;
}

/* ============================================ */
/* TOPの囲み */
.top {
	width: 49%;
	border: 2px solid #ff8080;
	margin-bottom: 5px;
}

/* ============================================ */
/*　最新号の紹介の指定　*/

.top_maga {
	width: 48%;
	padding: 4px;
}

.top_maga h3{
	font-size: 100%;
	padding: 3px;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 4px;
}
#top_pachi h3{
	background-image: url(../img/bg_gradation_green.gif);
	border-left: solid 6px #00ff00;
	border-bottom: solid 1px #00ff00;
}
#top_slot h3{
	background-image: url(../img/bg_gradation_lightbrown.gif);
	border-left: solid 6px #804040;
	border-bottom: solid 1px #804040;
}
.top_maga h3 span{
	color: #ff0000;
}

.top_maga table{
	width: 100%;
	margin-bottom: 5px;
	table-layout: fixed;
}

.maga_img {
	width: 52%;
}
.maga_img img{
	width: 100%;
}
.maga_title {
	font-size: 90%;
	line-height: 110%;
	vertical-align: top;
}

.price {
	font-size: 90%;
	color: #800000;
	text-align: right;
	vertical-align: bottom;
}

.maga_cap {
	font-size: 80%;
	line-height: 110%;
}

/* ============================================ */
/*　携帯サイト新着の指定　*/
#mobi_new {
	margin: 0px 4px 5px;
	font-size: 80%;
}
#mobi_info {
	margin: 0px;
}

#mobi_new dt {
	clear: left;
	float: left;
	width: 6.5em;
	padding: 10px 0.5em 5px;
}
/* IE6用 */
*html #mobi_new dt {
	clear: left;
	float: left;
	width: 7.5em;
	padding: 10px 0.5em 5px;
}

#mobi_new dd {
	padding: 10px 0.5em 5px 7.5em;
	border-bottom: 1px solid #aaaaaa;
}



#mobi_info img {
	width: 100%;
}


/* ============================================ */

/* 3段組レイアウト指定 */

#contents_left {
	float: left;
	width: 528px;
	display: inline;
	margin-bottom: 50px;
}				/* 左 */
#contents_right {
	float: right;
	width: 360px;
	display: inline;
	margin-bottom: 50px;
}				/* 右 */

#right_l {
	float: left;
	width: 202px;
	display: inline;
}				/* 右の左 */

#right_r {
	width: 150px;
	float: right;
	display: inline;
}				/* 右の右 */

/* ============================================ */

/* 真ん中のメインコンテンツ */

.main_contents {
	border: 1px solid #aaaaaa;
	margin-bottom: 5px;
	border-top: 0;
	padding: 5px;
	font-size: 95%;
	line-height: 130%;
}
/*\*/

* html .main_contents {  
	height: 1em;
	overflow: visible;
}


.main_contents img {
}
#main00 {
}

#main00_l {
	width: 200px;
}
#main00_r {
	width: 300px;
}

#main00_r h3 {
	padding: 3px;
	border: 1px solid #ffcc66;
	font-size: 100%;
	text-align: center;
	color: #000000;
	background-image: url(../img/bg4.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#event {
	padding: 5px 10px;
	border: 1px solid #ffcc66;
	border-top: 0;
}
#event h4 {
	font-size: 100%;
	color: #0000a0;
}
#event h5 {
	font-size: 100%;
	color: #ff0000;
}
.eve_hall {
	margin-bottom: 10px;
	list-style: none;
	border-bottom: 1px dotted #333333;
	padding: 1px 0px 10px;
}
.eve_hall li{
}



#main01 {
	
}

#main02 {
	font-size: 85%;
}
#main02 table{
	table-layout: fixed;
}
#main02 td{
	width: 33%;
	padding: 5px;
}
#main02 img{
	width: 50px;
	margin-right: 5px;
}
#main02 strong{
	text-decoration: none;
}


#main03 table{
	table-layout: fixed;
}
#main03 td{
	width: 33%;
	padding: 3px 5px;
	vertical-align: top;
}
#main03 td img{
	width: 100%;
}
#main03 h3{
	background-image: url(../img/bg_gradation_green.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	color: #ff0000;
	font-size: 95%;
	border-left: 3px solid #808080;
	margin-bottom: 5px;
}

/* ============================================ */
/* 左ナビゲーション */
#right_r img {
	width: 100%;
	margin-bottom: 10px;
}

#right_r ul {
	width: 148px;
	border: 1px solid #aaaaaa;
	border-top: 0;
	margin-bottom: 20px;
}

#right_r ul img {
	width: 100%;
	margin: 0;
}
#right_r ul li {
	font-size:70%;
	list-style-type:none;
	text-align:right;
	padding: 0 1px 10px;
}



/* ============================================ */
/* 右ナビゲーション */
#contents_right h2{
	font-size: 95%;
}
#contents_right h2 span {
	background-image: url(../img/h2bg_r.gif);
	background-position: top;
	border-left: solid 6px #aaaaaa;
	color: #333333;
}

.right_contents {
	padding: 1px;
	margin-bottom: 5px;
}
.right_kakomi {
	border: 1px solid #aaaaaa;
	border-top: 0;
	font-size: 85%;
	line-height: 130%;
	padding: 5px;
}

.right_kakomi dt {
}
.right_kakomi dd {
	margin-bottom: 10px;
}

.right_kakomi h4{
	color: #0000ff;
}
.new_machine {
	margin-bottom: 10px;
}
.new_machine li{
	list-style: none;
	padding: 2px 4px;
}