@charset "utf-8";
/* CSS Document */
/*------------------------------▼初期値クリア▼------------------------------*/
* {
	margin: 0;
	padding: 0;
}


/*------------------------------▼ 基本設定 ▼--------------------------------*/
body {
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-attachment: fixed;
	font-family:"MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	text-align: center;
}

/*■画像ボーダー*/
img {
	border:none;
}

/*■リンクテキスト*/
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:active {
	color: #003399;
}

/*■段落*/
/*段落(通常)*/
p {
	font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	line-height: 120%;
	margin: 10px 0 10px 0;
	text-align: left;
}
/*段落(センタリング)*/
p.center {
	font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	line-height: 120%;
	margin: 0px 5px 5px 5px;
	text-align: center;
}
	/*サイド段落(通常)*/
	p.side {
		font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		color: #000000;
		line-height: 120%;
		text-align: left;
		margin: 3px 3px 5px 3px;
	}
	/*サイド段落(センタリング)*/
	p.sideCenter {
		font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		color: #000000;
		line-height: 120%;
		text-align: center;
		margin: 3px 3px 5px 3px;
	}

	/*カテゴリ一覧*/
	p.category {
		font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		color: #000000;
		line-height: 120%;
		text-align: left;
		margin: 10px 0 0 20px;
	}

/*■右寄せ*/
.right {
	text-align: right;	
}
/*■センタリング*/
.center {
	text-align: center;	
}


/*■ラージキャピタル*/
.large {
	font-size: 15px;
	font-weight: bold;
}

/*■強調文字(赤)*/
.red {
	color: #FF0000;
	font-weight: bold;
}

/*■フォーム余白・マージン*/
form {
	margin:0;
	padding:0;
}


/*■クリアプロパティ*/
.clearHeader {
	clear:both;
	padding:0;
}
.clearMain {
	clear:both;
	padding:0;
}
.clearFooter {
	clear:both;
}

.dpn { display: none;}


/*------------------------------▼ホームメニュー▼------------------------------*/
/*■メニュー*/
.homeMenu {
	background-color: #666666;
	background-image: url(img/title_menu.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 780px;
	line-height: 25px;
	margin: 0 auto 0 auto;
	font-weight: bold;
	padding: 0;
	text-align: left;
}
	.homeMenu a {
		font-size: 12px;
		text-indent: 10px;
		color: #003399;
		margin:0 5px;
	}

/*■検索ボックス*/
#search {
	background-color: #666666;
	background-image: url(img/title_search.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 0;
	line-height: 30px;
	text-indent: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#footMenu {
	background-color: #FFFFFF;
	width: 780px;
	height: 40px;
	padding: 5px 0 0 0;
	border-top: 1px solid #000000;
	text-align: center;
	margin: 0 auto 0 auto;
	color: #000000;
	font-size: 12px;
}


/*------------------------------▼ 各見出し ▼--------------------------------*/

/*■H1(ヘッダー)*/
#header {
	color: #FFFFFF;
	background-color: #000000;
	height: 25px;
	width: 780px;
	line-height: 25px;
	text-align: left;
	margin: 0px auto 0px auto;
}
	h1 {
		color: #FFFFFF;
		font-size: 12px;
		margin: 0;
		font-weight: bold;
		text-indent: 10px;
	}

/*■H2(タイトル)*/
#title { margin: 0; width: 780px; height: 72px; text-indent: -9999px;}
#title h2 { margin: 0; padding: 0;}
#title a { width: 780px; height: 72px; background: url(img/title.gif) 0 0 no-repeat; display:block;}


/*■H3(メニューサブジェクト)*/
.subjectSide {
	background-color: #000000;
	background-image: url(img/side_sub.gif);
	height: 30px;
	width: 144px;
	margin: 0px 3px 0px 3px;
	text-align: left;
}
	h3 {
		font-size: 12px;
		font-weight: bold;
		line-height: 30px;
		color: #FFFFFF;
		text-indent: 10px;
	}

/*■H4(コンテンツサブジェクト)*/
/*トップページ*/
.subjectTop {
	background-color: #000000;
	background-image: url(img/contents_sub.gif);
	height: 31px;
	width: 430px;
	margin: 0px 10px 10px 10px;
	text-align: left;
}
/*各コンテンツ*/
.subjectMain {
	background-color: #000000;
	background-image: url(img/contents_sub2.gif);
	height: 31px;
	width: 599px;
	margin: 0px 3px 10px 3px;
	text-align: left;
}
	h4 {
		font-size: 14pt;
		font-weight:bold;
		color: #FFFFFF;
		line-height: 30px;
		text-indent: 10px;
	}
/*■H5(小見出し)*/
h5 {
	font-size: 12pt;
	font-weight:bold;
	color: #000000;
	line-height: 30px;
	text-align: left;
}


/*---------------------▼ テキスト・イメージ表示エリア ▼-----------------------*/

/*■サイド各ブロック*/
.areaSide {
	margin: 0px 3px 10px 3px;
	width: 142px;
	border: 1px solid #000000;
	background-image: url(img/side_area.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0px;
	text-align: left;
	color: #000000;
}

/*■サイドカテゴリーブロック*/
.areaCategory {
	width: 144px;
	padding: 0px;
	text-align: left;
	color: #000000;
}

/*■トップ*/
.areaTop {
	width: 430px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	text-align: left;
	color: #000000;
}

/*■各コンテンツページ*/
.areaContents {
	width: 580px;
	margin: 0px 3px 10px 3px ;
	padding: 0px;
	text-align: left;
	color: #000000;
}

/*■更新情報*/
.new {
	width: 430px;
	height: 150px;
	overflow: auto;
	margin: 0px 3px 10px 3px;
	text-align: left;
	color: #000000;
}


/*--------------------------------▼各 table▼-------------------------------*/

/*■基本*/
table {
	border:0;
}
table th {
	text-align:left;
	border:0;
}
table td {
	border:0;
}

/*■普通の表*/
table.normal{
	margin:5px auto 5px auto;
	border-top:1px solid #777777;
	border-right:1px solid #777777;
	border-bottom:0;
	border-left:0;
	width:95%
}

table.normal th{
	padding:4px;
	text-align:left;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #777777;
	border-left:1px solid #777777;
}

table.normal td {
	padding:4px;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #777777;
	border-left:1px solid #777777;
	text-align: left;
}

/*トップおすすめ機種*/
	td.machine {
	padding: 5px;
	text-align: center;
	width: 25%;
	font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	/*機種説明*/
	td.machineL {
	padding: 5px;
	text-align: left;
	width: 25%;
	font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

/*------------------------------▼営業日カレンダー▼------------------------------*/
div.xc_calendar {
	margin-top: 10px;
	padding: 0;
	float:left;
}

table.xc_calender {
	width: 136px;
	margin: 10px 1px 10px 2px;
	padding: 0;
	background-color:#FFFFFF;
	border-top:1px solid #777777;
	border-right:1px solid #777777;
	border-bottom:0;
	border-left:0;
	float:left;
}
/*■月*/
table.xc_calender caption {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0;
}
table.xc_calender th {
	text-align:center;
	background-color:#EEEEEE;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #777777;
	border-left:1px solid #777777;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0;
}
	
	
table.xc_calender td {
	text-align:center;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #777777;
	border-left:1px solid #777777;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	padding: 0;
}

		/*■営業休*/
		.xc_bgGray {
			background-color: #FFD9EC;/*ピンク系*/
			padding: 0;
		}
		/*■本日ハイライト*/
		.calendarHighlight {	
			background:#FFFFFF;
			padding: 0;
		}
		/*■土曜*/
		.xc_blue {
			color:#649AA2;/*青系*/
			padding: 0;
		}
		/*■日曜*/
		.xc_red {
			color:#FF7D81;/*赤系*/
			padding: 0;
		}

/*------------------------------▼カテゴリー▼------------------------------*/
/*カテゴリー大分類*/
ul.side {
	display:block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li.side {
	text-indent: -9999em;
	list-style-type: none;
	height: 55px;
	width: 144px;
	display: block;
	margin: 0px;
	padding: 0px;
}
/*カテゴリー:パチンコ*/
#side_pachinko {
	background-image: url(img/side_pachinko1.gif);
	background-repeat: no-repeat;
	width: 144px;
	height: 55px;
	display:block;
}
a:hover#side_pachinko {
    background-image:url(img/side_pachinko2.gif);
    background-position:0px 0px;
}

/*カテゴリー:スロット*/
#side_slot {
	background-image: url(img/side_slot1.gif);
	background-repeat: no-repeat;
	width: 144px;
	height: 55px;
	display:block;
}
a:hover#side_slot {
    background-image:url(img/side_slot2.gif);
    background-position:0px 0px;
}
/*カテゴリー:オプション*/
#side_option {
	background-image: url(img/side_option1.gif);
	background-repeat: no-repeat;
	width: 144px;
	height: 55px;
	display:block;
}
a:hover#side_option {
    background-image:url(img/side_option2.gif);
    background-position:0px 0px;
}

/*カテゴリー:小分類*/
ul.menu {
	display:block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li.menu {
	display:block;
	list-style-type: none;
	height: 25px;
	width: 144px;
	display: block;
	line-height: 25px;
	text-indent: 5px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/*小分類各メニュー部分*/
.menu_category {
	background-image: url(img/side_menu1.gif);
	background-repeat: no-repeat;
	width: 144px;
	height: 25px;
	display:block;
}
a:hover.menu_category {
    background-image:url(img/side_menu2.gif);
    background-position:0px 0px;
}
/*-----------------------------▼ レイアウト ▼-------------------------------*/

/*■コンテンツ左*/
.contentsLeft {
	background-color: #FFFFFF;
	margin: 10px 5px 0px 10px;
	float: left;
	display: inline;
	width: 150px;
	padding: 3px 0 3px 0;
}

/*■コンテンツ右*/
.contentsRight {
	background-color: #FFFFFF;
	margin: 10px 10px 0px 5px;
	float: left;
	display: inline;
	width: 150px;
	padding: 3px 0 3px 0;
}

/*■コンテンツ中(トップページ)*/
.contentsTop {
	background-color: #FFFFFF;
	float: left;
	display: inline;
	width: 450px;
	margin-top: 10px;
	padding: 3px 0px 10px 0px;
}

/*■コンテンツ(各コンテンツページ)*/
.contentsMain {
	background-color: #FFFFFF;
	float: left;
	width: 605px;
	margin-top: 10px;
	padding: 3px 0px 3px 0px;
}

/*■フッターの設定*/
#footer {
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	height: 25px;
	width: 780px;
	margin: 0px auto 0px auto;
}

/*■メインエリアを囲む*/
#inbox {
	background-color: #FFFFFF;
	width: 780px;
	margin: 0px;
	background-image: url(img/inbox_bg.gif);
	background-repeat: repeat-x;
	overflow: auto;
}

/*■全てのエリアを囲む*/
#rayout {
	background-color: #FFFFFF;
	width: 780px;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url(img/inbox_bg.gif);
	background-repeat: repeat-x;
	overflow:visible;
}

/*-----------------------------▼ Q&A ▼-------------------------------*/

.qaQ {
	font-family:"MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#FF6600
}

.qaA {
	width: 80%;
	background-color: #FFFFCC;
	margin: 5px 10px 20px auto;
	padding: 10px;
	text-align:left;
	line-height: 120%;
}


/*----------------------------▼ 注文方法 ▼------------------------------*/

.order1 {
	font-family:"MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#FF6600
}

.order2 {
	width: 90%;
	background-color: #FFFFCC;
	margin: 5px auto 20px auto;
	padding: 10px;
	text-align:center;
}

