@charset "utf-8";

/* CSS Document */

/* よく使うリセット */
body{
	margin:0;
	padding:0;
	font-size:0.9em;
	line-height:1.5em;
	background: #FFFFFF;
}
ul,ol{
	list-style:none;
}
img{
	border:0;
}

/* リセット終了 */
/* idの設定 */
#page{
	margin:0 auto;
	width:750px;
	background-image:url(images/right_image.gif);
	background-repeat:repeat-y;
	background-position:right top;
	position: relative;
	height: 1500px;
}
/* idの設定終了 */


h1{
	width:750px;
	height:200px;
	text-indent:-9999px;
	margin:0 0 0px;
	background: url(images/geocities_title.jpg) no-repeat;
}

h2{
	border-left:1px solid #ff0000;
	border-right:1px solid #ff0000;
	border-top:1px solid #ff0000;
	border-bottom:1px solid #ff0000;
	font-size:1em;
	padding:10px 0 8px 20px;
	margin: 0px 0px 20px;
}

.desc{
	text-align:right;
	font-weight:bold;
	clear:left;
	
}
#label {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
.rb {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #000000;
}


#g-menu ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 750px;
}

#html{
	width:700px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 320px;
	visibility: visible;
}

#dw{
	width:700px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 320px;
	visibility: hidden;
}
#fw{
	width:700px;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 320px;
	visibility: hidden;
}
#fl{
	width:700px;
	position: absolute;
	z-index: 4;
	left: 0px;
	top: 320px;
	visibility: hidden;
}


.flt_left{
	float:left;
	margin:0 20px 0 0;
}

hr {
	margin: 0px 0px 20px;
	padding: 0px;
}
#apDiv1 {
	position:absolute;
	left:299px;
	top:51px;
	width:305px;
	height:305px;
	z-index:1;
	visibility: hidden;
}


#apDiv2 {
	position:absolute;
	left:299px;
	top:51px;
	width:305px;
	height:305px;
	z-index:2;
	visibility: hidden;
}

#apDiv3 {
	position:absolute;
	left:299px;
	top:51px;
	width:305px;
	height:305px;
	z-index:3;
	visibility: hidden;
}
#g-menu {
	margin: 0px 0px 25px;
	padding: 0px;
	height: 50px;
	width: 750px;
}
#g-menu a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
.btm1, .btm2, .btm3, .btm4, .btm5 {
	float: left;
}
#g-menu .btm1 a {
	background: url(images/btm1.png) no-repeat;
	width:135px;
	height:50px;
}
#g-menu .btm1 a:hover {
	background: url(images/btm1_hover.png) no-repeat;
	width:135px;
	height:50px;
}
#g-menu .btm2 a {
	background: url(images/btm2.png) no-repeat;
	width:134px;
	height:50px;
}
#g-menu .btm2 a:hover {
	background: url(images/btm2_hover.png) no-repeat;
	width:134px;
	height:50px;
}
#g-menu .btm3 a {
	background: url(images/btm3.png) no-repeat;
	width:161px;
	height:50px;
}
#g-menu .btm3 a:hover {
	background: url(images/btm3_hover.png) no-repeat;
	width:161px;
	height:50px;
}
#g-menu .btm4 a {
	background: url(images/btm4.png) no-repeat;
	width:158px;
	height:50px;
}
#g-menu .btm4 a:hover {
	background: url(images/btm4_hover.png) no-repeat;
	width:158px;
	height:50px;
}
#g-menu .btm5 a {
	background: url(images/btm5.png) no-repeat;
	width:162px;
	height:50px;
}
#g-menu .btm5 a:hover {
	background: url(images/btm5_hover.png) no-repeat;
	width:162px;
	height:50px;
}
.flt_left_boder {
	float:left;
	margin:0 20px 0 0;
	border: 1px solid #999999;
}
