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

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 230px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#header h1 {
	color: #063;
	padding-top: 80px;
	padding-left: 30px;
}
#header h1 a {
	color: #063;
	text-decoration: none;
}

#menu {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #096;
	border-right-color: #096;
	border-bottom-color: #096;
	border-left-color: #096;
}
#menu ul li {
	font-size: 0.95em;
	line-height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #096;
	border-right-color: #096;
	border-bottom-color: #096;
	border-left-color: #096;
}
#menu ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
#menu ul li a:hover {
	text-decoration: underline;
	background-color: #096;
	color: #FFF;
}
#main {
	float: right;
	width: 620px;
	margin-bottom: 20px;
}
#main h2 {
	line-height: 45px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #096;
	padding-left: 15px;
}

#main .discription {
	padding: 10px;
	border: 1px dotted #099;
	background-color: #EDF1F1;
	margin-bottom: 30px;
}
.menu_contents {
	float: left;
	width: 178px;
	margin-right: 16px;
	margin-bottom: 15px;
	height: 170px;
	padding: 5px;
	border: 1px solid #C2E0CD;
}
.menu_contents h3 {
	font-size: 0.95em;
	display: block;
	padding: 0px;
	text-align: center;
	line-height: 30px;
	background-color: #78C580;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.menu_contents p {
	line-height: 1.4em;
	font-size: 0.95em;
	margin: 0px;
}

#main .discription p {
	font-size: 0.9em;
	line-height: 1.6em;
	margin: 0px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}

#footer {
	clear: both;
	height: 100px;
	padding: 10px;
	font-size: 0.8em;
	text-align: center;
	background-color: #F6F6F6;
}
#main p {
	line-height: 1.5em;
}
#main table {
	font-size: 0.85em;
	line-height: 1.5em;
}
.brown {
	color: #930;
}
#wrapper #main .menu_contents h3 a {
	color: #FFF;
	text-decoration: none;
}
#wrapper #main .menu_contents h3 a:hover {
	text-decoration: underline;
}
