@charset "UTF-8";
.title {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
}
#contents .main {
	float: left;
	width: 600px;
}
.main h3 {
	font-weight: bolder;
}
.main p.menucaption {
	display: block;
	margin-bottom: 15px;
}
#contents .side {
	width: 320px;
	float: right;
}
.sitemap ul li {
	font-family: 'Arimo', sans-serif;
	display: block;
	font-size: 20px;
	height: 50px;
	text-align: center;
	letter-spacing: 0.3em;
	font-style: italic;
	font-weight:400;
}
