@charset "UTF-8";

/*初期化用*/
@import "common.css";

/*拡張用*/
@import "advanced.css";


/*--------------------------------------------------------
1、total設定
-------------------------------------------------------*/

/*背景画像設定*/
body{
	margin: 0;
	text-align: center;
	background-color: #000;
}

/*文字設定*/
body,pre{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #fff;
}

/*リンク色*/
a:link{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #666666;
	text-decoration: none;
}


/*--------------------------------------------------------
2、hタグ
--------------------------------------------------------*/

h1{
	z-index: 1;
	position: absolute;
	font-size: 12px;
	top: 0px;
	left: 100px;
	letter-spacing: 1px;
}


/*--------------------------------------------------------
3、サイト全体の配置＆横幅
--------------------------------------------------------*/

/*サイト全体をセンタリング*/
div#container{
	margin: 0 auto;
	text-align: left;
}

/*■上記以外の横幅*/
div#container,
div#header-logo,
div#main{
	width: 800px;
}


/*--------------------------------------------------------
4-2、エリアの設定「ヘッダーロゴ」
--------------------------------------------------------*/

div#header-logo{
	z-index: 1;
	position: absolute;
	top: 70px;
	height: 280px;
	text-align: center;
}

/*ロゴ画像*/
p#logo-img{
	top: 17px;
	position: absolute;
	left: 100px;
}


/*--------------------------------------------------------
4-3、メインの設定
--------------------------------------------------------*/

div#main{
	position: absolute;
	top: 350px;
	overflow: hidden;
}

div#main-contents {
	height: 200px;
}

p#enter {
	position: absolute;
	text-indent:-9999px;
	left: 130px;
	top: 77px;
}

p#leave {
	position: absolute;
	top: 77px;
	right: 130px;
	text-indent:-9999px;
}

/*ロールオーバー設定*/
#enter a{
	width: 200px;
	height: 46px;
	background-image: url(../images_design/enter_off.jpg);
	display:block;
}

#enter a:hover{
	background-image: url(../images_design/enter_on.jpg);
}

#leave a{
	width: 200px;
	height: 46px;
	background-image: url(../images_design/leave_off.jpg);
	display:block;
}

#leave a:hover{
	background-image: url(../images_design/leave_on.jpg);
}

p#attention {
	position: absolute;
	text-align: center;
	top: 70px;
	width: 100%;
	z-index: -1;
}

div#txt {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}


/*--------------------------------------------------------
4-4、フッターの設定
--------------------------------------------------------*/

div#footer{
	width: 100%;
	clear: both;
	height: 70px;
	background-image: url(../images_design/index_footer_back.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
}

div#footer .menu{
	width: 100%;
	text-align: center;
}

div#footer .menu li{
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 180%;
	height: 31px;
	width: 88px;
}

div#footer #copyright{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}


/*------------------------------------------------------------

-------------------------------------------------------------*/
