@charset "utf-8";

/* rule reset */

html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}


body {
	text-align: center;
}
img {
	border-width: 0px;
	border-style: none;
}


#container {
	width: 720px;
	margin: 0px auto;
	background-color: #60b9e3;
}

#header1 {
	width: 720px;
}
#header2 {
	width: 720px;
}
#navigation {
	width: 710px;
	margin-bottom: 3px;
	margin-left: 10px;
}
#title {
	background-color: #FFFFFF;
	height: 100px;
	padding-top: 10px;
}

#main {
	width: 650px;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 720px;
}

address {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

