.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 :1200px;
	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);
	}
#box01{
	
	left : 0px;	
	position : absolute;	top : -50px;
	width : 100%;	
	height : 770px;
}
table{
	position:relative;
	left:20px;
	border-collapse:collapse;
	background-color:white; 
	text-align:center;
}
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:0px;
	font-family:"MS P明朝";
	font-size:18px;
	line-height:1.5;
	
	}
address{
	text-align:center;font-size:15px;
}

a{text-decoration:none;color:blue;}