@charset "UTF-8";
@import url("default.css");


body {
	font-size: 80%;
	text-align: center;
}

div#wrapper{
	width:780px;
	margin:0px auto;
	font-size:100%;
}

div#header{
	width:780px;
	height:158px;
}

div#header p{
	font-size:80%;
	text-align:left;
	color:#5CAE5C;
	margin-bottom:5px;
}

div#contents{
	margin:0px auto;
	width:740px;
	text-align:left;
}

div#contents h2{
	font-size:140%;
	font-weight:normal;
	color:#663300;
}

p.intro{
	color:#663300;
	margin-bottom:20px;
	margin-top:0px;
}

h3{
	padding:5px;
	font-size:120%;
	font-weight:normal;
	color:#663300;
	background-image:url(../img/line.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	font-weight:bold;
}

div.main{
	margin:0px 5px 0px 5px;
}

div.main .mainimg{
	width:735px;
	margin-top:30px;
}

div.main p.main {
	width:713px;
	margin:0px;
	padding:10px;
	border:1px #005521 solid;
	background-color:#f8fcee;
	text-align:center;
}

div.main .button{
	width:230px;
	margin-top:10px;
	margin-left:10px;
	float:right;
}


div.left {
	float:left;
}

div.right {
	float:right;
}

div.left,
div.right{
	width:350px;
	margin-top:40px;
}

div.left h3,
div.right h3{
	margin-bottom:0px;
	background-image:url(../img/line.jpg);
	font-weight:bold;
}

div.left h3 a:link,
div.right h3 a:link {
	color: #663300;
	text-decoration: none;
	font-weight:bold;
}
div.left h3 a:visited,
div.right h3 a:visited {
	color: #663300;
	text-decoration: none;
	font-weight:bold;
}

div.left h3 a:active,
div.right h3 a:active {
	text-decoration:none;
	font-weight:bold;
}

div.left h3 a:hover,
div.right h3 a:hover {
	color:#FF9900;
	text-decoration: none;
	font-weight:bold;
}

div.left img,
div.right img{
	float:left;
	width:100px;
	margin-top:10px;
}

div.left p,
div.right p{
	float:right;
	width:240px;
	margin-top:10px;
}

#footer{
	text-align:center;
	margin-top:40px;
}

address{
	font-size:10px;
	margin-top:5px;
	margin-bottom:20px;
}


