@charset "UTF-8";

/*初期化用*/
@import "common.css";

/*拡張用*/
@import "advanced.css";


/*--------------------------------------------------------
1、total設定
-------------------------------------------------------*/

/*背景画像設定*/
body{
	margin: 0;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../images_design/index_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/*文字設定*/
body,pre{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333;
}

/*リンク色*/
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: 43px;
	left: 16px;
	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: 10px;
	height: 280px;
	text-align: center;
}

/*ロゴ画像*/
p#logo-img{
	top: 60px;
	left: 16px;
	position: absolute;
}


/*--------------------------------------------------------
4-3、メインの設定
--------------------------------------------------------*/

div#main{
	position: absolute;
	top: 400px;
	overflow: hidden;
}

div#main-contents {
	height: 200px;
	margin-bottom: 20px;
}

p#enter {
	position: absolute;
	text-indent:-9999px;
	left: 130px;
	top: 147px;
}

p#leave {
	position: absolute;
	top: 147px;
	right: 130px;
	text-indent:-9999px;
}

/*ロールオーバー設定*/
#enter a{
	width: 200px;
	height: 46px;
	background: url(../images_design/index_navi.jpg);
	display:block;
}

#enter a:hover{
	background: url(../images_design/index_navi.jpg) 0px -46px;
}

#leave a{
	width: 200px;
	height: 46px;
	background: url(../images_design/index_navi.jpg) -200px 0px;
	display:block;
}

#leave a:hover{
	background: url(../images_design/index_navi.jpg) -200px -46px;
}

p#attention {
	position: absolute;
	text-align: center;
	top: 140px;
	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;
	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;
}

/*--------------------------------------------------------
4-5、リンク集の設定
--------------------------------------------------------*/

.linklist{
	width:100%;
	margin-top:20px;
	margin-bottom:30px;
}

div.linklist img{
	vertical-align:middle;
}


/*------------------------------------------------------------

-------------------------------------------------------------*/
