
#header {
	background: url(cssimg/header_index.jpg) left top no-repeat;
	height: 457px;
}
#menu {
	left: 225px;
    top: 408px;
}

	#menu ul li a.menu_01 {
		background:  url(cssimg/menu_index.jpg) 0px 0 no-repeat;
		width: 62px;
	}
	#menu ul li a.menu_02 {
		background: url(cssimg/menu_index.jpg) -62px 0 no-repeat;
		width: 115px;
	}
	#menu ul li a.menu_03 {
		background: url(cssimg/menu_index.jpg) -177px 0 no-repeat;
		width: 140px;
	}
	#menu ul li a.menu_04 {
		background: url(cssimg/menu_index.jpg) -317px 0 no-repeat;
		width: 99px;
	}
	#menu ul li a.menu_05 {
		background: url(cssimg/menu_index.jpg) -416px 0 no-repeat;
		width: 99px;
	}
	#menu ul li a.menu_06 {
		background: url(cssimg/menu_index.jpg) -515px 0 no-repeat;
		width: 99px;
	}
	#menu ul li a.menu_07 {
		background: url(cssimg/menu_index.jpg) -614px 0 no-repeat;
		width: 57px;
	}
	#menu ul li a.menu_08 {
		background: url(cssimg/menu_index.jpg) -671px 0 no-repeat;
		width: 57px;
	}
#menu ul li a:hover, #menu ul li.on a {
	color: #b53c06;
}
	#menu ul li a.menu_01:hover, #menu ul li.on a.menu_01 {
		background: url(cssimg/menu_index.jpg) 0px -49px no-repeat;
	}
	#menu ul li a.menu_02:hover, #menu ul li.on a.menu_02 {
		background: url(cssimg/menu_index.jpg) -62px -49px no-repeat;
	}
	#menu ul li a.menu_03:hover, #menu ul li.on a.menu_03 {
		background: url(cssimg/menu_index.jpg) -177px -49px no-repeat;
	}
	#menu ul li a.menu_04:hover, #menu ul li.on a.menu_04 {
		background: url(cssimg/menu_index.jpg) -317px -49px no-repeat;
	}
	#menu ul li a.menu_05:hover, #menu ul li.on a.menu_05 {
		background: url(cssimg/menu_index.jpg) -416px -49px no-repeat;
	}
	#menu ul li a.menu_06:hover, #menu ul li.on a.menu_06 {
		background: url(cssimg/menu_index.jpg) -515px -49px no-repeat;
	}
	#menu ul li a.menu_07:hover, #menu ul li.on a.menu_07 {
		background: url(cssimg/menu_index.jpg) -614px -49px no-repeat;
	}
	#menu ul li a.menu_08:hover, #menu ul li.on a.menu_08 {
		background: url(cssimg/menu_index.jpg) -671px -49px no-repeat;
	}


#content {
    min-height: 200px;    height:auto !important;    height: 200px;
	padding: 10px 20px 10px 20px;
}
#boxa, #boxb, #boxc {
	float: left;
}
#boxa {
	margin-right: 15px;
	width: 305px;
}
#boxa a {
	border: 1px solid #dcba53;
	border-bottom: 2px solid #dcba53;
	display: block;
	height: 258px;
	width: 293px;
}
#boxa img {
	border: 4px solid #fff;
}

#boxb {
	margin-right: 15px;
	width: 340px;
}
#boxc {
	width: 250px;
}
#boxa h2 {
	background: url(cssimg/boxa_h2.jpg) left top no-repeat;
	margin-left: -5px;
}
#boxb h2 {
	background: url(cssimg/boxb_h2.jpg) left top no-repeat;
	margin-left: -5px;
}

#boxc h2 {
	background: url(cssimg/boxc_h2.jpg) left top no-repeat;
	margin-left: -5px;
}
#boxc .link {
	margin: -30px 0 0 0;
	text-align: right;
}
#boxc .link a {
	margin-left: 9px;
}
#boxc .date {
	float: left;
	width: 70px;
}
#boxc li a {
	color: #111;
	float: right;
	width: 170px;
}
#boxc li a:hover {
	color: #663300;
}
#boxc ul {
	margin: 13px 0 0 0;
	padding: 0 0 0 10px;
}
#boxc li {
	clear: both;
	margin: 0 0 10px 0;
    min-height: 20px;    height:auto !important;    height: 20px;
}
#boxc li:after {
    content: ".";  display: block; height: 0; clear: both; visibility: hidden;
}
#boxc .more {
	float: right;
}