@charset "UTF-8";
/* CSS Document */

/*top*/

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
    height:100%;
}

img {
border: 0;
}


/*top*/

#top_content {
	overflow:auto;
	height:73px;
	width:900px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-73px;
	margin-left:-480px;
}


#top_navi ul {
	padding: 0px;
	margin: 0px;
	float: right;
	padding-top: 10px;
	margin-top: 20px;
}
#top_navi ul li {
	list-style-type: none;
	float: left;
	background-color: #FFF;
	padding-left: 10px;
}

#top_logo {
	float: left;
}


/*navi*/

.top_bt01 a {
	display: block;
	width: 99px;
	height: 30px;
	background-image: url(../images/bt_01_f2.gif);
	background-repeat: no-repeat;
}
.top_bt02 a {
	display: block;
	width: 87px;
	height: 30px;
	background: url(../images/bt_02_f2.gif) no-repeat;
}
.top_bt03 a {
	display: block;
	width: 73px;
	height: 30px;
	background: url(../images/bt_03_f2.gif) no-repeat;
}
.top_bt04 a {
	display: block;
	width: 71px;
	height: 30px;
	background: url(../images/bt_04_f2.gif) no-repeat;
}
.top_bt05 a {
	display: block;
	width: 103px;
	height: 30px;
	background: url(../images/bt_05_f2.gif) no-repeat;
}
.top_bt06 a {
	display: block;
	width: 103px;
	height: 30px;
	background: url(../images/bt_06.gif) no-repeat;
}

#top_navi ul a:hover {
	/* IE6用設定 */
	background-color: #000;
}
#top_navi ul a:hover img {
	/* ロールーオーバー時にimg要素を非表示 */
	visibility: hidden;
}



/*footer*/

#footer {
	color: #666;
	padding: 0px;
	background-color: #EFEFEF;
	margin: 0px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: url(../images/texture.gif);
}
#copyright {
	font-size: 8px;
	text-align: right;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-top: 10px;
	vertical-align: middle;
}
#footer #copyright a img {
	vertical-align: middle;
	margin-left: 8px;
}