.main{
	margin: 5px 0px 5px 0px;
	text-align: left;
}

.top{
		
}

#navi{
	width: 100%;
	border-bottom: dashed 1px;
}

#gray{
	color: Gray;
	list-style: square;
	margin: 5px 0px 5px 0px;
}

.navi P{
	text-align: left;
}

.left{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 200px;
	background-color: #F9F9F9;
}

.left #menu{
	padding: 0px 10px 20px 10px;
	border: solid 1px;
	border-color: #A9A9A9;
}

.left ul{
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.left li{
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}

.left H2{
	font:	caption; 
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.contents{
	position: absolute;
	left: 215px;
	width: 720px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #F9F9F9;
	border: solid 1px;
	border-color: #A9A9A9;
}

.contents p{
	padding: 0px 10px 0px 10px;
}

.contents ul li{
	list-style: none;
	line-height: 1.3em;
	font-size: small ; 
}

.tittle {
	background-image:	url(../img/tor_top.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 250px;
	width: 536px;
	margin: 30px 0px 0px 0px;
}

.tittle H1{
	display: none;
}

.tittle p{
	display: none;
}

.history{
	text-align: center;
}

.right{
	height: 640px;
	position: absolute;
	left: 795px;
	border: solid 1px;
	border-color: #A9A9A9;
		background-color: #F9F9F9;

}

#center{
	text-align: center;	
}


