body{
	background-color:white;
	margin:0px;
	text-align:center;
}

.page{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	top:0px;
	height:1600px;
	width:820px;
	background-color:white;
	background-image: url(../images/shadow.gif);
	background-position: left top;
	background-repeat:repeat-y;
	z-index:1;
}

.banner{
	position:absolute;
	left:0px;
	top:0px;
	height:114px;
	width:820px;
	background-color:white;
	text-align:left;
	background-image: url(../images/banner.gif);
	background-repeat:no-repeat;
	z-index:10;
}

.top-image{
	position:absolute;
	top:114px;
	left:9px;
	width:800px;
	height:295px;
	background-image: url(../images/building.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	z-index:8;
}

.contents{
	position:absolute;
	top:0px;
	left:209px;
	width:600px;
	height:1600px;
	font-size:15px;
	background-color:#FDE3FF;
	
	z-index:3;
}

.menu{
	position:absolute;
	top:0px;
	left:9px;
	width:200px;
	height:1600px;
	font-size:15px;
	background-color:#FFC4FF;
	border-right:1px #F929FF solid;
	z-index:4;
}



.contents-sentence-home{
	position:absolute;
	top:400px;
	left:0px;
	padding:12px;
	line-height:27px;
	text-align:left;
}

.contents-sentence{
	position:absolute;
	top:110px;
	left:0px;
	padding:12px;
	line-height:27px;
	text-align:left;
}

.contents-title{
	position:relative;
	font-size:17px;
	font-weight:bold;
	height:20px;

}

.contents-shadow{
	position:absolute;
	background-image: url(../images/contents-shadow.gif);
	background-position: left top;
	background-repeat:no-repeat;
	top:386px;
	left:0px;
	width:600px;
	height:15px;
	z-index:5;
}

.menu-shadow{
	position:absolute;
	background-image: url(../images/menu-shadow.gif);
	background-position: left top;
	background-repeat:no-repeat;
	top:386px;
	left:0px;
	width:200px;
	height:15px;
	z-index:5;
}

.contents-bar{
	position:relative;
	background-image: url(../images/bar.gif);
	background-position: left top;
	background-repeat:no-repeat;
	top:0px;
	left:0px;
	width:563px;
	height:5px;
}

.timetable{
	position:absolute;
	/*top:470px;*/
	top:600px;
	left:20px;
	width:380px;
	height:137px;
	z-index:5;
}

.feature-list{
	position:absolute;
	left:430px;
	/*top:470px;*/
	top:600px;
	line-height:20px;
}

p.point{
	background-image: url(../images/point.gif);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:6px;
	height:30px;
	font-size:16px;
}

.point-small{
	background-image: url(../images/point_small.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height:14px;
	padding-left:15px;
	margin-left:10px;
	padding-bottom:3px;
	height:14px;
	font-size:13px;
}

.point-middle{
	background-image: url(../images/point_small.gif);
	background-position: left center;
	background-repeat:no-repeat;
	line-height:18px;
	padding-left:15px;
	margin-left:10px;
	padding-bottom:6px;
	height:18px;
	font-size:16px;
}

.column1{
	margin:10px 1em 10px 1em;

}

.column1 p{
	text-indent:1em;
}

.counter{
	position:absolute;
	top:415px;
	left:0px;
	width:200px;
	height:100px;
	z-index:5;
}

.last-update{
	position:absolute;
	top:820px;
	left:0px;
	width:200px;
	height:100px;
	font-size:16px;
	z-index:5;

}

div.whatsnew{
	position:absolute;
	/*top:600px;*/
	top:790px;
	left:20px;
	width:380px;
	z-index:5;
}

p.list{
	background-image: url(../images/list-point.gif);
	background-position: left 30%;
	background-repeat:no-repeat;
	padding:2px 2px 2px 30px;
	margin:0;
	font-size:15px;

}

