@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	height: 100%;
	text-align: center;
}
html {
	height: 100%;
}
#wrapper{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;
	color: #333333;
	font-variant: normal;
	line-height: 10px; 
	width:780px;
	margin: 0 auto;
}

h1{
	font-size: 16px;
	padding:30px;
	}
p{
	padding:4px;
}
#oshirase {
	font-size: 18px;
	font-weight: bold;
	padding:50px;
}
#ichidou{ 
	font-size:14px;
    line-height:20px; 
	color: #666; 
	padding:20px;

}
li{
	float:left;
	list-style-type:none;
	padding-right: 70px;
	padding-left: 70px;
}
.style5 {
	font-size: 12px;
	line-height: 20px;
}
.style6 {
	font-size: 11px; 
}

