* {
	font-family: Verdana, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Arial, Osaka, sans-serif;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	}

a {
	text-decoration: none;
	}

a:link {
	color: #663366;
	}

a:visited {
	color: #663366;
	}

a:active {
	color: #663366;
	}

a:hover {
	color: #663366;
	text-decoration: underline;
	}

#container {
	width: 800px;
	background-color: #FFFFFF;
	}

#logo {
	float: left;
	width: 200px;
	height: 150px;
	}

#navi {
	float: right;
	width: 600px;
	height: 150px;
	}

#right {
	float: right;
	width: 600px;
	}

.content {
	color: #666633;
	font-size: small;
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	}

.content p {
	color: #663366;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	}

.content p.map {
	color: #666633;
	font-size: small;
	line-height: 150%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

.title {
	color: #663366;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	}

.annotation{
	color: #663366;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	}

#left {
	float: left;
	width: 200px;
	}

#sidebar {
	margin: 1px 0px 1px 0px;
	}

#footer {
	width: 800px;
	}

#copyright {
	color: #666633;
	text-align: right;
	font-size: x-small;
	margin: 0px 10px 0px 0px;
	}

textarea[id="comment-text"] {
	width: 80%;
	}
