﻿@charset "utf-8";

/* =========================== */
/*                             */
/* エンターページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}
a:link img {
	border: none;
	}

P {
	margin: 0px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #000000;
	line-height: 1.4em;
	font-size:12px;
	color: #535353;
	margin: 0;
	width: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	}

DIV#top {
	width: 975px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/top-bg_02.gif);
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */

/* ヘッターコンテンツ領域 */	
#header-contents {
	width: 880px;
	height: 20px;
	_height: 20px;
	background-color: #ffffff;
	margin: 0;
	padding: 5px 10px 0 10px;
	}
	
/* サイトタイトル */
#enter-site-title {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0 0 0 3;
	width: 897px;
	height: 161px;
	}

/* ヘッダーメニュー */
#header-menu {
	clear: both;
	width: 900px;
	height: 24px;
	_height: 24px;
	background-color: #e5e5e5;
	margin: 0;
	_margin: -9px 0 0 0;
	padding: 0;
	}
#header-menu DIV.menu-item {
	float: right;
	background-image: url(../img/header-menu-list.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	_background-position: left 7px;
	color: #000F49;
	padding: 5px 10px 0 10px;
	_padding: 7px 10px 0 10px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #000F49;
	font-size: 8pt;
	text-decoration: none;
	}

/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main {
	width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	background-color: #FFFFFF;
	}
div#main:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
}
/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu {
	float:left;
	width: 182px;
	height: auto;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 15px;
	}
	
#main-menu DIV.menu-item {
	margin:0px 0px 3px;
	}
	
#main-menu DIV.menu-sepalator {
	height: 3px;
	width: 100px;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: block;
	width: 143px;
	height: 28px;
	text-align: left;
	background-image: url(../img/main-menu-bg.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 39px;
	margin-bottom: 3px;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	font-size: 12px;
	color: #76096b;
	font-weight: bold;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: block;
	width: 143px;
	height: 28px;
	text-align: left;
	background-image: url(../img/main-menu-roll-bg.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 39px;
	margin-bottom: 3px;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: block;
	width: 143px;
	height: 28px;
	text-align: left;
	background-image: url(../img/main-menu-bg.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 39px;
	margin-bottom: 3px;
	}

/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#enter-main-contents {
	width:512px;
	height: 210px;
	background-image: url(../img/enter-18bg.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 30px;
	background-position: center top;
	}

/* =========================== */
/* サイドコンテンツ                 */
/* =========================== */
#side-contents {
	width:182px;
	padding: 10px 0px;
	}	

/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	width:900px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/enter-footer.jpg);
	background-repeat: no-repeat;
	height: 159px;
	}
/* フッターメニュー */
DIV#footer-menu {
	margin:0px;
	padding: 10px 10px 0px 10px; 
	}
#footer-menu DIV.menu-item {
	height: 12px;
	float:left;
	margin: 0px 3px;
	padding: 0px 0px 2px;
	}
#footer-menu DIV.menu-sepalator {
	height: 10px;
	overflow: hidden;
	width: 4px;
	float:left;
	margin: 0px 3px;
	padding: 0px 0px 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
/* フッターコンテンツ領域 */
#enter-footer-contents {
	font-size: 12px;
	text-align: left;
	margin-left: 35px;
	padding-top: 15px;
	}
#wrap {
	background-color: #000000;
	background-image: url(../img/body-bg_03.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

