@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
a {
	color: #06C;
}

#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 150px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#header h1 {
	color: #960;
	padding-top: 50px;
	padding-left: 20px;
}

#side {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#side h3 {
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	background-color: #960;
	text-align: center;
	margin: 0px;
}
#side ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#side li {
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 14px;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#side li a {
	text-decoration: none;
	display: block;
	padding-left: 20px;
}
#side li a:hover {
	text-decoration: underline;
	background-color: #FFF;
}


#main {
	float: right;
	width: 620px;
	margin-bottom: 20px;
}
#main h2 {
	line-height: 50px;
	background-color: #960;
	color: #FFF;
	padding-left: 20px;
}
#main h3 {
	line-height: 40px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #963;
	padding-left: 10px;
}
#main h4 {
	font-size: 16px;
	line-height: 25px;
	border-left-width: 25px;
	border-left-style: solid;
	border-left-color: #D3A97E;
	padding-left: 5px;
}
.topintro {
	padding-left: 20px;
}
#main p {
	line-height: 150%;
	font-size: 14px;
}
.setumei {
	font-size: 12px;
	line-height: 150%;
	border: 1px solid #963;
	background-color: #FBF8F4;
	padding: 20px;
}

#footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	height: 100px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #E2CAB4;
	border-right-color: #E2CAB4;
	border-bottom-color: #E2CAB4;
	border-left-color: #E2CAB4;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 30px;
}
