﻿@charset "utf-8";
/*css document */
	
body{	width:1010px;
	margin: 0 auto;
	font-family:"メイリオ"  Meiryo;
	background-color:#345934;
}
header{
	margin-top:20px;
	clear:both;
}

.p_0{	width:80px;
	padding:10px; 
	height:116px;
	font-size:16px;
	line-height:20px;
	background-color:white;
	font-family:Meiryo;
	border-radius:20px;
	margin-bottom:20px;
	float:left;
	text-align:justify;
}
.p_2{	
	margin-left:30px;
	margin-bottom:20px;
	width:80px;
	padding:10px; 
	height:116px;
	font-size:16px;
	line-height:20px;
	background-color:white;
	font-family:Meiryo;
	color:white;
	border-radius:20px;
	float:left;
	text-align:justify;
}

.p_1{	
	margin-left:30px;
	margin-bottom:20px;
	width:80px;
	padding:10px; 
	height:116px;
	font-size:16px;
	line-height:20px;
	background-color:white;
	font-family:Meiryo;
	border-radius:20px;
	float:left;
	text-align:justify;

}
.box_1{
	width:490px;
	float:left;
}	
img{
	margin-left:130px;
	margin-top:65px;
}
.clearfix{
	clear:both;
}

footer{	
	margin-top:20px;
	background-color:#345934;
	height:100px;
	text-align:center;
}
footer ul li {
		float:left;
		border-right:1px solid;
		padding:0 10px;
}
#line{
	border-left:1px solid;
}
.p_f{
	float:right;
	width：970px;
}

p:hover{
	opacity:0.9;
	background-color:#345934;
}


footer ul li a:visited{
color:black;
}
