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

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
header {
	float: left;
	width: 260px;
	padding-top: 260px;
	padding-bottom: 20px;
	background: #ed7a52 url(images/bg_head_catch.gif) no-repeat 120px 60px;
	border-bottom: 1px solid #d46240;
}
header img {
    margin-left: 30px;
}
h1 {
	font-size: 109%;
	color: #fff;
	margin-left: 30px;
}
h1 span {
	font-size: 117%;
	letter-spacing: -0.5px;
}
nav#topNav {
	float: left;
	width: 540px;
	font-size: 134%;
	padding-top: 260px;
}
nav#topNav ul {
	clear: both;
	margin-left:  40px;
}
nav#topNav li {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
}
nav#topNav li.borderRight {
    border-right: 1px solid #cecece;
}
nav#topNav li a:hover {
    text-decoration: underline;
}
#news {
	width: 400px;
	margin-left: 300px;
	margin-top: 180px;
	margin-bottom: 40px;
}
h2 {
	margin-bottom: 2px;
	border-bottom: 1px solid #bbb;
	font-size: 117%;
}
#news dt {
	color: #e56b21;
	font-size: 84%;
}
#news dd {
	margin-bottom: 4px;
}
footer {
	background: #e6dcbb url(images/bg_footer01.jpg) repeat-x left top;
	text-align: center;
	width: 100%;
	height: 200px;
	border-top: 4px solid #ed7a52;
}
#footer_in {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
}
footer p {
    text-align: right;
    padding-bottom: 20px;
    margin-top: 60px;
}
