body {
	padding: 1em 2.1em 3em 2.1em;
	color: #606060;
	background: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

a {
	color: #336666;
}
a:link {
	color: #336666;
}
a:visited {
	color: #446666;
}
a:active {
	color: #669999;
}
a:hover {
	color: #ffffff;
	background: #b0a0a0;
}


div#banner {
	color: #a0a0a0;
	font-size: 2.5em;
	line-height: 1.1em;
	font-weight: bold;
}
span.description {
	color: #c0c0c0;
	font-weight: bold;
	text-transform: none;
	letter-spacing: .none;
}

div#menu {
	color: #b0b0b0;
	font-size: 1.2em;
	font-weight: normal;
	background: #ff9090;
	text-transform: none;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin-top: 0.8em;
	margin-bottom: 2em;
}

div#menu a {
	color: #ffffff;
	padding: 0em 0.5em 0em 0.5em;
}
div#menu a:hover {
	color: #000000;
	background: #ffffff;
}
div#menu a#current {
	background: #a0b0b0;
	color: #ffffff;
	font-weight: bold;
}

h1 {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

div#content {
	font-family: '¥Ò¥é¥®¥ÎÌÀÄ« Pro W3', serif, 'Times New Roman';
	font-size: 14px;
	float: left;
	width: 65%;
	margin-bottom: 5em;
}

div.entry {
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	margin-left: 1em;
	margin-bottom: 1.5em;
}

div#modules {
	padding-left: 2em;
	width: 28%;
	float: right;
	border-left: 1px dotted #666;
}

div.module {
	line-height: 120%;
	margin-bottom: 1.5em;
}

h4.module {
	line-height: 110%;
}
span.copyright {
	padding-top: 2em;
	font
}


