@charset "utf-8";
/* CSS Document */

body {
	background-color:#eaebeb;
}

img.left {
	float: left;
	display: block;
}

h1, h2, h3 {
	color: #6b6b6b;
}

div#container {
	width: 90%;
	margin: 0 auto;
	min-width: 56em;
	background-color: #fff;
}

div#head {
	width: 100%;
	clear: both;
}

div#main {
	width: 100%;
	clear: both;
	padding-top: 1.5em;
}

div#foot {
	margin-top:1.5em;
	margin-bottom:1.5em;
	padding-top:0.666em;
	padding-bottom:0.666em;
	clear: both;
}

div.content {
	text-align: left;
	margin-right: 1em;
	margin-left: 0;
}

div.contents {
	text-align: left;
	float: left;
}

div.full {
	text-align: center;
}

div#foot p {
}

div#foot a {
	text-decoration: none;
	border-bottom: 1px dashed #ccc;
}

div.side {
	width: 15%;
	float: left;
}

div.mid {
	width: 1%;	
	float: left;
	height: 1px;
}

div.empty {
	height: 1px;
}

div.clear {
	clear: both;
}

div.cont {
	width: 84%;
	float: left;
}

ul.nav {
	text-align: right;
	color: #333;
	margin-right: 2em;
}

ul.nav li {
	display: block;
	list-style: none;
	font-weight: bold;
}

ul.nav li a {
	display: block;
	text-decoration: none;
	color: #333;
}

span.italic {
	font-style:italic;
}