/* CSS Document */

div#main {
	background-image: url(../img/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 580px;
	position: relative;
}

p#index_logo {
	position: absolute;
	top: 216px;
	left: 145px;
}

p#catch {
	position: absolute;
	left: 180px;
	top: 295px;
}

p#nameChange {
	position: absolute;
	left: 195px;
	top: 329px;
	font-size: 85%;
	text-align: center;
	line-height: normal;
}

ul#intro {
	position: absolute;
	top: 357px;
	left: 200px;
}

ul#intro li {
	float: left;
	list-style: none;
	margin-right: 21px;
}

ul#intro li#intro01 a {
	display: block;
	background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/intro01.gif);
}

ul#intro li#intro02 a {
	display: block;
	background-repeat: no-repeat;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/intro02.gif);
}

ul#intro li#intro01 a:hover {
	background-image: url(../img/intro01_on.gif);
}

ul#intro li#intro02 a:hover {
	background-image: url(../img/intro02_on.gif);
}

ul#btn_index {
	width: 201px;
	position: absolute;
	top: 199px;
	right: 99px;
}

ul#btn_index li {
	float: left;
	list-style: none;
}

ul#btn_index li#btn01 a {
	display: block;
	background-repeat: no-repeat;
	width: 100px;
	height: 101px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/btn01.gif);
}

ul#btn_index li#btn02 a {
	display: block;
	background-repeat: no-repeat;
	width: 101px;
	height: 101px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/btn02.gif);
}

ul#btn_index li#btn03 a {
	display: block;
	background-repeat: no-repeat;
	width: 100px;
	height: 99px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/btn03.gif);
}

ul#btn_index li#btn04 a {
	display: block;
	background-repeat: no-repeat;
	width: 101px;
	height: 99px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/btn04.gif);
}

ul#btn_index li#btn01 a:hover {
	background-image: url(../img/btn01_on.gif);
}

ul#btn_index li#btn02 a:hover {
	background-image: url(../img/btn02_on.gif);
}

ul#btn_index li#btn03 a:hover {
	background-image: url(../img/btn03_on.gif);
}

ul#btn_index li#btn04 a:hover {
	background-image: url(../img/btn04_on.gif);
}

#foot {
	clear: both;
	position: relative;
	height:65px;
	padding: 8px 15px 0px;
	font-size: 85%;
	color: #999999;
	background-color: #000000;
	background-image: url(../img/bg_footer.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

#foot ul {
	position:absolute;
	top:48px;
	border-left: 1px solid #999999;
	height: 1.2em;
	display: block;
	left: 17px;
	}
#foot li {
	display: block;
	float: left;
	padding: 0 12px;
	list-style: none;
	border-right: 1px solid #999999;
	height: 1.2em;
}

#foot a { color: #999999; text-decoration: none;}
#foot a:hover { color: #FFFFFF; text-decoration: underline;}

#foot p#address {
	position:absolute;
	top:50px;
	right:15px;
}

