.title{
	top : -70px;
	position :relative;
	text-align:center;
	width : 100%;	
	height : 60px;
	background-color:#33cc00;
	}

#main{
    margin:0 auto;
	position :relative;
	top:50px;
	width :90%;	
	height :550px;
	background-color:#FFFFFF; 
 }
 #path{
    font-size:15px;font-weight: lighter;
    position :relative;top: -110px;}
#subtitle{
	top : 0px;left:50px;
	position :relative;
	width : 300px;	
	height :30px;
	border-radius:7px;
	padding:0px;
	margin-left:0px;
	background: linear-gradient(white, skyblue);
	}
table{
	position:relative;top:0px;left:150px;
	border-collapse:collapse;
	background-color:white; 
/*	text-align:center;*/
	width:70%;
}
table,th,td{
	border:solid 1px #000;padding:0px 15px;
}
.col-1{
	width:20%;
}
.col-2{
	width:20%;
}
.col-3{
	width:20%;
}
.col-4{
	width:20%;
}
.col-5{
	width:20%;
}

th{
	background:#f99;
}





h1{
	color:black;
	line-height:0.4;
	font-size:130%;
}
h2{
	font-size:150%;
	padding:13px ;
	color:white;
	text-shadow:3px 3px 2px black;
}
h3{
	font-size:100%;
	padding:7px;
}
p{
	margin:0px;
	padding:0px;
	font-family:"MS P明朝";
	font-size:15px;
	line-height:1;
	}
	
a{text-decoration:none;color:blue;}
