@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

a { outline: none; }

body {
	background:url(../images/background.jpg) repeat-y center #FFFFFF;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

#contents {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width:800px;
	font-size:100%;
}

h1 {
	background:url(../images/index_01.jpg) no-repeat top center;
	height:380px;
	width:700px;
	display:block;
	text-indent:-9999px;
	margin: 0 auto;
	padding:0;
}


#footer {
	clear:both;
	height:35px;
	width:100%;
	color:#999999;
}

#footer p{
	text-align:center;
	font-size:80%;
	line-height:35px;
}


#enter {
	width:650px;
	height:50px;
	margin:10px auto;
	padding:0;
}

ul{
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
}

li{
	display:inline;
	float:left;
}

.enter01 {
	background:url(../images/index_02.jpg) no-repeat top center;
	width:165px;
	height:45px;
	margin:0 10px 0 0;
	padding:0;
	display:block;
}

.enter01 a{
	background:url(../images/index_02.jpg) no-repeat top left;
	width:155px;
	height:45px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	display:block;
}

.enter01 a:hover{
	background:url(../images/index_02_b.jpg) no-repeat top left;
	width:155px;
	height:45px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	display:block;
}

.enter02 {
	background:url(../images/index_03.gif) no-repeat top center;
	width:195px;
	height:45px;
	margin:0;
	padding:0;
	display:block;
	text-indent:-9999px;
}


.enter03 {
	background:url(../images/index_04.jpg) no-repeat top center;
	width:270px;
	height:45px;
	margin:0;
	padding:0;
	display:block;
}

.enter03 a{
	background:url(../images/index_04.jpg) no-repeat top right;
	width:270px;
	height:45px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	display:block;
}

.enter03 a:hover{
	background:url(../images/index_04_b.jpg) no-repeat top right;
	width:270px;
	height:45px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	display:block;
}

