



.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 :850px;
	background-color:#FFFFFF; 
 }

 #path{
    font-size:15px;font-weight: lighter;
    position :relative;top: -20px;}

#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;
	left:200px;
	border-collapse:collapse;
	background-color:white; 
	text-align:left;
}
td{
	 
	text-align:center;
}
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:10px 10px;
	font-family:"MS P明朝";
	font-size:17px;
	line-height:1.3;
	
	}

a{text-decoration:none;color:blue;}