@charset "UTF-8";

@import "reset.css";

body {
	line-height: 1.5;
	font-size: 13px;
	color: #333;
	text-align: center;
}
a:link {
	color: #336600;
}

a:visited {
	color: #339900;
}

a:hover {
	color: #ff6633;
	text-decoration: none;
}

#topbg {
	text-align: left;
	background: url(/herb/img/index_bg.gif) repeat-x 0 0;
}
#pagebg {
	text-align: left;
	background: url(/herb/img/page_bg.gif) repeat-x 0 0;
}

/* @group header */
#header {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
#header .left {
	width: 730px;
	height: 80px;
	float: left;
}
#header h1 {
	float: left;
	margin: 0 80px 0 0;
	padding: 10px 0 0 10px;
}
#header h1 a {
	width: 270px;
	height: 60px;
	background: url(/herb/img/h1_logo.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}
#header h2 {
	width: 270px;
	height: 60px;
	margin: 10px 0 0;
	padding: 0 100px 0 0;
	float: right;
	text-indent: -9999px;
	background: url(/herb/img/h2_copy.gif) no-repeat 0 0;
	display: block;
}
#header .right {
	width: 230px;
	height: 70px;
	padding: 0 0 10px;
}
/* @group header - headLink */
#header ul.headLink {
	font-size: 11px;
	margin: 0;
	padding: 36px 0 0 0;
	list-style: none;
	color: #666;
}
#header ul.headLink a:link {
	color: #666;
	text-decoration: none;
}
#header ul.headLink a:visited {
	color: #666;
	text-decoration: none;
}
#header ul.headLink li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 16px;
}
#header ul.headLink li.sitemap {
	background: url(/herb/img/sprite.gif) no-repeat 0 0;
	border-right: solid 1px #666;
}
#header ul.headLink li.contact {
	background: url(/herb/img/sprite.gif) no-repeat -120px 0;
}
/* @end */

/* @group header - menu */
#navi {
	clear: both;
	width: 940px;
	height: 34px;
	padding: 0 10px 15px 10px;
}
#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi ul li {
	margin: 0;
	padding: 0 0 0 0;
	float: left;
}
#navi ul li a {
	text-indent: -9999px;
	display: block;
	height: 34px;
	margin: 0 1px 0 0;
}
#navi ul li.top a {
	width: 86px;
	background: url(/herb/img/menu.gif) no-repeat 0 0;
}
#navi ul li.news a {
	width: 106px;
	background: url(/herb/img/menu.gif) no-repeat -86px 0;
}
#navi ul li.mum a {
	width: 165px;
	background: url(/herb/img/menu.gif) no-repeat -192px 0;
}
#navi ul li.herb a {
	width: 199px;
	background: url(/herb/img/menu.gif) no-repeat -357px 0;
}
#navi ul li.about a {
	width: 106px;
	background: url(/herb/img/menu.gif) no-repeat -556px 0;
}
#navi ul li.confe a {
	width: 268px;
	background: url(/herb/img/menu.gif) no-repeat -662px 0;
	margin: 0;
}
#navi ul li.top a:hover {
	background-position: 0 -34px;
}
#navi ul li.news a:hover {
	background-position: -86px -34px;
}
#navi ul li.mum a:hover {
	background-position: -192px -34px;
}
#navi ul li.herb a:hover {
	background-position: -357px -34px;
}
#navi ul li.about a:hover {
	background-position: -556px -34px;
}
#navi ul li.confe a:hover {
	background-position: -662px -34px;
}

#navi ul li.top_on a {
	width: 86px;
	background: url(/herb/img/menu.gif) no-repeat 0 -68px;
}
#navi ul li.news_on a {
	width: 106px;
	background: url(/herb/img/menu.gif) no-repeat -86px -68px;
}
#navi ul li.mum_on a {
	width: 165px;
	background: url(/herb/img/menu.gif) no-repeat -192px -68px;
}
#navi ul li.herb_on a {
	width: 199px;
	background: url(/herb/img/menu.gif) no-repeat -357px -68px;
}
#navi ul li.about_on a {
	width: 106px;
	background: url(/herb/img/menu.gif) no-repeat -556px -68px;
}
#navi ul li.confe_on a {
	width: 268px;
	background: url(/herb/img/menu.gif) no-repeat -662px -68px;
	margin: 0;
}
/* @end */
/* @end */

#flash {
	width: 970px;
	margin: 0 auto;
}

#indexBox {
	width: 960px;
	padding: 20px 5px;
	margin: 0 auto;
	background: url(/herb/img/indexBox_bg.gif) no-repeat 0 0;
}
#mainBox {
	clear: both;
	width: 960px;
	padding: 10px 5px;
	margin: 0 auto;
	background: url(/herb/img/page_boxbg.gif) no-repeat 0 0;
}
#indexBox .left,
#mainBox #folder,
#mainBox #page {
	width: 620px;
	float: left;
	padding: 0 20px 30px 10px;
}
#indexBox .right,
#mainBox .right {
	width: 300px;
	float: right;
	padding-right: 10px;
}
/* @group indexBox - left */
#indexBox .left h3 {
	margin: 0;
	width: 547px;
	height: 32px;
	background: url(/herb/img/index_h3bg.gif) no-repeat;
	padding: 0 15px 0 58px;
}
#indexBox h3 span.title {
	float: left;
}
#topNews h3 span.title a {
	background: url(/herb/img/index_h3_news.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 70px;
	height: 32px;
	display: block;
}
#topEvent h3 span.title a {
	background: url(/herb/img/index_h3_event.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 100px;
	height: 32px;
	display: block;
}
#indexBox .left h3 span.more a {
	width: 62px;
	height: 32px;
	float: right;
	display: block;
	background-image: url(/herb/img/h3_more.gif);
	text-indent: -9999px;
}
#indexBox .left h3 span.more a:hover {
	background-position: 0 -32px;
}
#topNews dl {
	margin: 8px 10px 20px;
}
#topNews dt {
	clear: both;
	margin: 0;
	float: left;
	background: url(/herb/img/sprite.gif) no-repeat -240px 1px;
	width: 84px;
	padding: 3px 0 3px 18px;
}
#topNews dd {
	margin: 0;
	padding: 3px 0 3px 100px;
	border-bottom: 1px dotted #d4d4d4;
}
#topEvent div.events {
	margin: 8px 10px 20px 10px;
	font-size: 11px;
}
#topEvent dl {
	margin: 0;
	padding: 0;
	float: left;
	width: 310px;
}
#topEvent dl.next {
	width: 300px;
}
#topEvent dl dt {
	width: 120px;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
#topEvent dl dd {
	width: 160px;
	margin: 0;
	padding: 0 20px 10px 0;
	float: left;
}
#topEvent dl.next dd {
	margin: 0;
	padding: 0 10px 10px 0;
}
#topEvent dl dd .day {
	color: #8cc90d;
	font-weight: bold;
	margin-bottom: 0.2em;
}
#topEvent dl dd .more {
	float: right;
	margin: 0;
}
#topEvent dl dd .more a {
	width: 55px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	background: url(/herb/img/sprite.gif) no-repeat 0 -24px;
}
#topEvent dl dd .more a:hover {
	background-position: -55px -24px;
}
/* @end */

#topicPath {
	font-size: 12px;
	color: #555;
	height: 20px;
	margin: 0 10px;
	padding: 1px 10px 6px;
	background: url(/herb/img/sprite.gif) no-repeat 0 -148px;
}
/* @group folder */
#mainBox #folder ul.title {
	width: 620px;
	height: 80px;
	margin: 0;
	background: url(/herb/img/folder_titlebg.jpg) no-repeat 0 0;
	list-style: none;
}
#mainBox #folder ul.title li h3 {
	color: #fff;
	margin: 14px 0 0 80px;
	letter-spacing: 0.1em;
	text-shadow: #709822 1px 1px 2px;
}
#mainBox #folder ul.title li.outline {
	color: #fff;
	margin: 0 10px 0 90px;
}
#topEvent div.events ul.list {
  margin: 0;
}
#topEvent div.events ul.list.list dt,
#folder ul.list.list dt {
	clear: both;
	width: 124px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin: 0;
	float: left;
	border-bottom: dotted 1px #d4d4d4;
}
#topEvent div.events ul.list li,
#folder ul.list li {
	margin: 0 0 10px 0;
	border-bottom: dotted 1px #d4d4d4;
	list-style: none;
}
#topEvent div.events ul.list img,
#folder ul.list img {
	padding: 1px;
	border: solid 1px #6db632;
	float: left;
	margin: 0 10px 0 0;
}
#topEvent div.events ul.list .txtBox,
#folder ul.list .txtBox {
	margin: 0 0 0 138px;
	padding: 0 0 5px 0;
}
#topEvent div.events ul.list p.day,
#folder ul.list p.day {
	font-size: 12px;
	color: #999;
	margin: 0 0 2px 0;
}
#topEvent div.events ul.list p.title,
#folder ul.list p.title {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#topEvent div.events ul.list p.description,
#folder ul.list p.description {
	margin: 0;
}
#topEvent div.events ul.list .more,
#folder ul.list .more {
	float: right;
	margin: 0;
}
#topEvent div.events ul.list .more a,
#folder ul.list .more a {
	width: 55px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	background: url(/herb/img/sprite.gif) no-repeat 0 -24px;
}
#topEvent div.events ul.list .more a:hover,
#folder ul.list .more a:hover {
	background-position: -55px -24px;
}
/* @end */

/* @group summitDay */
#summitDay {
	background: url(/herb/img/summitday_bg.gif) no-repeat left bottom;
	margin-bottom: 15px;
}
#summitDay h4 {
	margin: 0;
	padding: 0;
	background: url(/herb/img/summitday_top.gif) no-repeat 0 0;
	width: 300px;
	height: 78px;
	text-indent: -9999px;
}
#summitDay dl.date {
	margin: 0 8px 8px;
}
#summitDay dl.date dt {
	font-size: 18px;
	text-align: center;
	color: #2f942d;
	background: #ecffdb;
	font-weight: bold;
	margin: 2px 2px 6px 2px;
	padding: 3px 0 0;
	border-bottom: 2px solid #89ce5b;
	border-color: #60b752;
}
#summitDay dl.date dd {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#summitDay dl.date dd.day {
	font-size: 22px;
	color: #eb5c1a;
}
#summitDay dl.date dd#daysLeft {
	margin-top: 4px;
}

#summitDay ul {
	margin: 0;
	list-style: none;
	padding: 0 20px 12px;
}
#summitDay ul li {
	margin: 0;
	float: left;
}
#summitDay ul li a {
	width: 122px;
	height: 32px;
	display: block;
	text-indent: -9999px;
}
#summitDay ul li.about a {
	background: url(/herb/img/sprite.gif) no-repeat 0 -48px;
	margin-right: 16px;
}
#summitDay ul li.map a {
	background: url(/herb/img/sprite.gif) no-repeat 0 -80px;
}
#summitDay ul li.about a:hover {
	background-position: -122px -48px;
}
#summitDay ul li.map a:hover {
	background-position: -122px -80px;
}
/* @end */
/* @group page */
#page h3 {
	margin: 0 0 4px;
	background: url(/herb/img/h3_bg.gif) no-repeat left bottom;
}
#page h3 .title {
	font-size: 17px;
	color: #fff;
	width: 560px;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	padding: 8px 12px 8px 48px;
	letter-spacing: 0.1em;
	text-shadow: #709822 1px 1px 2px;
	background: url(/herb/img/h3_top.gif) no-repeat;
	display: block;
}
#page .outline {
	color: #6db632;
	background: url(/herb/img/sprite.gif) no-repeat -240px 0;
	padding: 2px 0 0 20px;
	margin: 0 10px 10px;
}
#page .update {
	font-size: 12px;
	color: #555;
	border-top:  dotted 1px #d4d4d4;
	text-align: right;
	padding: 4px 10px 0;
}
/* @end */

/* @group banner */
#bnrBox {
	margin: 0 0 10px;
}
#bnrBox ul {
	margin: 0;
	list-style: none;
}
#bnrBox ul li {
	width: 300px;
	margin: 0 0 5px;	
}
#bnrBox ul li.buono a {
	width: 300px;
	height: 80px;
	background: url(/herb/img/bnr_buonoono.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}
#bnrBox ul li.buono a:hover {
	background-position: 0 -80px;
}
/* @end */
/* @group contact box */
#contactBox {
	margin-bottom: 20px;
	background: url(/herb/img/contactBox_bg.gif) no-repeat left bottom;
	padding: 0 0 10px;
}
#contactBox h4 {
	background: url(/herb/img/contactBox_top.gif) no-repeat 0 0;
	margin: 0;
	padding: 10px 15px 0;
	font-size: 16px;
}
#contactBox address {
	margin: 0.5em 15px 1em;
}
#contactBox .contact a {
	width: 112px;
	height: 25px;
	margin: 0 15px;
	background: url(/herb/img/sprite.gif) no-repeat 0 -120px;
	display: block;
	text-indent: -9999px;
}
#contactBox .contact a:hover {
	background-position: -112px -120px;
}
/* @end */
#counterBox {
	margin-bottom: 20px;
	padding: 0 0 10px;
	text-align: right;
}

/* @group footer */
#footer {
	clear: both;
	height: 90px;
	background: url(/herb/img/footer_bg.jpg) repeat-x;
}
#footer #footBox {
	width: 920px;
	padding: 0 20px;
	margin: 0 auto;
}
#footer .left {
	width: 630px;
	float: left;
	padding: 20px 0 0 0;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 13px;
}
#footer ul li {
	margin: 0 12px 6px 0;
	padding: 0 12px 0 0;
	float: left;
	border-right: solid 1px #333;
}
#footer ul li.end {
	border: none;
}
#footer p.copy {
	clear: both;
	margin: 0;
}
#footer .gotop a {
	float: right;
	margin: 15px 0 0 0;
	width: 148px;
	height: 26px;
	background: url(/herb/img/btn_gotop.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#footer .gotop a:hover {
	background-position: -148px 0;
}
/* @end */