@charset "utf-8";

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	text-align: center;
	background-color: #CCD9CF;
}

#container {
	width: 800px;
	margin: 20px auto 0px;
	background-image: url(image/back.gif);
	background-repeat: repeat;
}

#main {
	background-color: #FEFCEF;
	width: 600px;
	margin-left: 100px;
	margin-bottom: 20px;
	text-align: left;
	padding: 5px 10px 10px;
}

*html #main {
	background-color: #FEFCEF;
	width: 600px;
	margin-bottom: 20px;
	text-align: left;
	padding: 5px 10px 10px;
	margin-left: 5px;
}

*+html #main {
	background-color: #FEFCEF;
	width: 600px;
	margin-bottom: 20px;
	text-align: left;
	padding: 5px 10px 10px;
	margin-left: 5px;
}

#footer {
	width: 800px;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #F1E2DB;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #663300;
	border-bottom: 1px dashed #663300;
	margin-bottom: 5px;
}

address {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-color: #CEC099;
	font-style: normal;
}

.style1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #663300;
	font-family: "Times New Roman", Times, serif;
}

