@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-size:0.9em;
	line-height:1.5em;
}
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;
	position: relative;
	height: 1000px;
}

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

.desc{
	text-align:right;
	font-weight:bold;
	clear: left;
}
#menu li{
	display:inline;
	border-right:1px solid #999999;
	padding:0 10px 0 15px;
}
#apDiv1 {
	position:absolute;
	left:221px;
	top:18px;
	width:336px;
	height:173px;
	z-index:1;
	visibility: hidden;
}

#apDiv2 {
	position:absolute;
	left:221px;
	top:18px;
	width:336px;
	height:173px;
	z-index:2;
	visibility: hidden;
}
#apDiv3 {
	position:absolute;
	left:221px;
	top:18px;
	width:336px;
	height:173px;
	z-index:3;
	visibility: hidden;
}
#html{
	width:700px;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 300px;
	visibility: hidden;
}
#dw{
	width:700px;
	position: absolute;
	z-index: 8;
	left: 0px;
	top: 300px;
	visibility: hidden;
}
#fw{
	width:700px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 297px;
	visibility: hidden;
}
#fl{
	width:700px;
	position: absolute;
	z-index: 11;
	left: 0px;
	top: 300px;
	visibility: visible;
}
.flt_left{
	float:left;
	margin:0 20px 0 0;
}
#html h2 {
	border-left:10px solid #0033CC;
	border-right:10px solid #0033CC;
	border-top:1px solid #0033CC;
	border-bottom:1px solid #0033CC;
	font-size:16px;
	padding:10px 0 8px 20px;
}
#dw h2 {
	border-left:10px solid #009966;
	border-right:10px solid #009966;
	border-top:1px solid #009966;
	border-bottom:1px solid #009966;
	font-size:16px;
	padding:10px 0 8px 20px;
}
#fw h2 {
	border-left:10px solid #FFFF33;
	border-right:10px solid #FFFF33;
	border-top:1px solid #FFFF33;
	border-bottom:1px solid #FFFF33;
	font-size:16px;
	padding:10px 0 8px 20px;
}
#fl h2 {
	border-left:10px solid #6633FF;
	border-right:10px solid #6633FF;
	border-top:1px solid #6633FF;
	border-bottom:1px solid #6633FF;
	font-size:16px;
	padding:10px 0 8px 20px;
}
