body {
	color: #333333;   /* ページ全体の文字色の指定 */
	background-image:url(images/back.gif);
	background-repeat:repeat-x;
	background-position:0% 0%;
	background-color:#ffffff;   /* ページ全体の背景色の指定 */
	margin:0px;
	padding:0px;
	}
a:link { text-decoration:none;color:#338699;}
a:visited { text-decoration:none;color:#338699;}
a:hover { text-decoration:none;color:#338699;}
a:active { text-decoration:none;color:#338699;}

.left {
	position:absolute;
	top:0px;
	left:0px;
	width:238px;
	height:440px;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#338699;
	float:left;
	}

.logo {
	position:absolute;
	top:0px;
	left:0px;
	width:238px;
	height:100px;
	margin:0px;
	padding:0px;
	border:0px;
	font-size:9pt;
	background-color:#338699;
	float:none;
	}

.menu {
	position:absolute;
	top:100px;
	left:11px;
	width:222px;
	height:350px;
	margin:0px;
	padding:0px;
	border:0px;
	background-image:url(images/menu_back_h.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:none;
	}

.about {
	position:absolute;
	top:27px;
	left:0px;
	width:94px;
	height:123px;
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	}

.develop {
	position:absolute;
	left:98px;
	top:94px;
	width:100px;
	height:123px;
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	}

.member {
	position:absolute;
	left:0px;
	top:151px;
	width:94px;
	height:116px;
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	}

.mail {
	position:absolute;
	left:98px;
	top:218px;
	width:124px;
	height:96px;
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	}

.right {
	position:absolute;
	top:83px;
	left:270px;
	width:440px;
	height:340px;
	background-color:#338699;
	background-image:url(images/right_rim.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:none;
	}

.pos1 { position:absolute; left:10px; top:6px; }
.pos2 { position:absolute; left:5px; top:30px; }


.title {
	position:absolute;
	top:0px;
	left:0px;
	height:35px;
	}

.contents {
	position:absolute;
	top:35px;
	left:0px;
	margin:0px;
	padding:10px;
	width:440px;
	height:300px;
	color:#666666;
	font-size:0.8em;
	line-height:120%;
	}

.contents1 {
	position:absolute;
	top:35px;
	left:0px;
	margin:0px;
	padding:10px;
	width:60px;
	height:280px;
	border-color: #338699;
	border-style: dotted;
	border-width: 0px 1px 0px 0px ;
	color:#666666;
	font-size:0.8em;
	line-height:120%;
	float:left;
	}

.contents2 {
	position:absolute;
	top:35px;
	left:80px;
	margin:0px;
	padding:10px;
	width:340px;
	height:280px;
	overflow:auto;
	color:#666666;
	font-size:0.8em;
	line-height:120%;
	scrollbar-face-color:#338699;
	}

.clears{
  clear:both;
}
.ground {
	position:absolute;
	top:450px;
	left:0px;
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#ffffff;
	text-align:right;
	font-size:9pt;
	color:#338699;
	float:none;
	}

