@charset "UTF-8";
/* CSS Document */
@import "header.css";
@import "gNavi.css";
@import "footer.css";

body{
	margin: 0px;
	font-size: 10px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif, Osaka;
}

#Wrap{
	margin: 0px auto;
	width:800px;
	text-align: center;
	
}

h1,h2{
	font-size: 12px;
	line-height: 18px;
}

#container{
	padding: 20px 0px 0px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}


br.clear{
	clear: both;
	height: 0px;
	width: 0px;
}
