/* それぞれ仕様によって異なるスタイルシートです */
body{
	background-image:url(../image/side.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

#main{
	margin-left:30px;
	margin-right:210px;
}

#main table{
	float:left;

}

form{
margin-left:30px;
	}

#side{
	width: 180px;
	position:absolute;
	top:196px;
	right:7px;
}

.clear { clear:both; }  

/*	広告(リンク)等の設定	*/
.ad{
	margin-bottom:10px;
}

.ad img{
	border:0;
}

#header{
	margin-bottom:35px;
}

/*	ナビゲーションバーの設定	*/
#navber{
	width:100%;
	height:25px;
	position:absolute;
	top:125px;
	left:0px;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #b9b9b9;
	background-image: url(../image/bar.gif);
}

#navber ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	letter-spacing:2px;
}

#navber li{
	float:left;
	width:133px;
	text-align:center;
	margin:0;
	padding:0;
	border-right: solid 1px #999999;
}

#navber a{
	color:#999999;
	display:block;
}
