﻿@charset "utf-8";

/* =========================== */
/*                             */
/* トップページ                    */
/* ２カラム用ＣＳＳ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;	
	font-size:80%;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	}

DIV#wrapper {
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/wrapper_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

DIV#top {
	width: 900px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header-layout {
	width: 900px;
	height: 101px;
	margin: 0px auto;
	padding: 0px 0px;
	}
/* サイトタイトル */
#site-title {
	float:left;
	width: 420px;
	margin: 0px 0px;
	padding: 0px 0px;
	}
#site-title A IMG {
	border: none;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	float:right;
	margin: 0px 0px;
	width: 420px;
	height: 65px;
	line-height: 1.2em;	
	padding: 10px 0px 0px 0px;
	}
/* ヘッダーメニュー */
#header-menu {
	float:right;
	margin: 0px 0px;
	width: 420px;
	padding: 0px 0px;
	}
#header-menu DIV.menu-item {
	float: right;
	width: 80px;
	height: 21px;
	background-image: url(../img/header_menu_mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #053492;
	padding: 5px 0px 0px 25px;
	font-size: 83%;
	text-decoration: underline;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:focus,
#header-menu A:visited {
	color: #053492;
	text-decoration: underline;
	}
#header-menu A:active,
#header-menu A:hover {
	color: #3cd0f7;
	text-decoration: underline;
	}
#header-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* =========================== */
/* メイン                  */
/* =========================== */
DIV#top-img {
	clear: both;
	width: 850px;
	height: 300px;
	margin: 0px auto;
	padding: 25px 25px 1px 25px;
	_padding: 25px 25px 1px 25px;
	background-color: #ffffff;
	background-image: url(../img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center 25px;
	}

DIV#main-layout {
	clear: both;
	width: 850px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 15px;
	_padding: 0px 25px 0px 25px;
	background-color: #ffffff;
	}
DIV#contents-layout {
	width: 640px;
	margin: 0px auto;
	padding: 0px 0px;
	}
#main-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu {
	clear: both;
	width: 900px;
	height: 37px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background-image: url(../img/menu.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
	
#main-menu DIV.menu-item {
	margin:0px;
	padding:0px;
	float:left;
	height: 37px;
	width: 147px;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	float:left;
	background-image: url(../img/menu_sepa.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 3px;
	height: 37px;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size:100%;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 12px  0px 0px 0px;
	height: 25px;
	text-align: center;
	line-height: 1em;	
	margin: 0px;
	width: 147px;
	font-weight:bold;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	color: #ffffff;
	background-image: url(../img/menu_rollover.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
	
#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #ffffff;
	background-image: url(../img/menu_rollover.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	

#crumb-list x:-moz-read-only {
	width:630px;
	margin: 0px auto;
	padding: 5px 10px 0px 10px;
	font-size: 83%;
	color: #333333;
	}
#crumb-list {
	width:630px;
	margin: 0px auto;
	padding: 5px 10px 0px 10px;
	font-size: 83%;
	color: #333333;
	}
#crumb-list DIV.crumb-item {
	float:left;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	color:#333333;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 0px auto 0px;
	}

#crumb-list A:link {
	color: #000bc3;
	text-decoration:none;
	}
#crumb-list A:visited {
	color: #000bc3;
	text-decoration:none;
	}
#crumb-list A:active,
#crumb-list A:focus,
#crumb-list A:hover {
	color: #000bc3;
	text-decoration:underline;
	}
#crumb-list:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:640px;
	margin: 0px auto; 
	padding: 20px 0px 10px 0px;
	}

/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	clear:both;
	width:900px;
	margin: 0px auto; 
	padding: 10px 0px 10px 0px; 
	_padding: 10px 0px 10px 0px;
	background-color: #ffffff;
	border-top: 1px #0037b3 solid;
	}

/* フッターメニュー */
#footer-menu {
	width:850px;
	margin:0px auto;
	padding: 0px 0px 0px 0px;  
	}
#footer-menu DIV.menu-item {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 10px;
	background-image: url(../img/footer_menu_mark.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color: #333333;
	font-size: 83%;
	}
#footer-menu DIV.menu-sepalator {
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 0px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#footer-menu A:link,
#footer-menu A:focus,
#footer-menu A:visited {
	color: #333333;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}
#footer-menu A:active,
#footer-menu A:hover {
	color: #333333;
	text-decoration: underline;
	letter-spacing: -0.2mm;
	}

/* フッターコンテンツ領域 */
#copy-layout {
	clear:both;
	margin: 0px auto; 
	padding: 0px 0px 0px 0px; 
	background-color: #e7fdba;
	background-image: url(../img/copy_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
#footer-contents {
	width:850px;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
	}
#copy-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* =========================== */
/* ニュースリリス        */
/* =========================== */
TABLE.top_info1 {
	border-collapse: collapse;
	}
.top_info1_back {
	height: 31px;
	padding: 0px 0px; 
	background-image: url(/asset/00100/top/layout/top_title_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
.top_info1_banner {
	padding: 10px 10px 10px 10px; 
	}
.top_info1_title {
	height: 31px;
	padding: 0px 0px 0px 15px; 
	background-image: url(/asset/00100/top/layout/top_title1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
/* =========================== */
/* 中国遊技機商業協同組合        */
/* =========================== */
TABLE.top_info2 {
	border-collapse: collapse;
	}
.top_info2_back {
	height: 31px;
	padding: 0px 0px; 
	background-image: url(/asset/00100/top/layout/top_title_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
.top_info2_banner {
	padding: 10px 10px 10px 10px; 
	background-color: #f2f8fc;
	}
.top_info2_title {
	height: 31px;
	padding: 0px 0px 0px 15px; 
	background-image: url(/asset/00100/top/layout/top_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}