@import "reset.css";
@import "common.css";

/*
[77% = 10px]
[85% = 11px]
[93% = 12px] (was 92%)
[100% = 13px]
[108% = 14px] (was 107%)
[116% = 15px] (was 114%)
[123.1% = 16px] (was 122%)
[131% = 17px] (was 129%)
[138.5% = 18px] (was 136%)
[146.5% = 19px] (was 144%)
[153.9% = 20px] (was 152%)
[161.6% = 21px] (was 159%)
[167% = 22px]
[174% = 23px]
[182% = 24px]
[189% = 25px]
[197% = 26px]
*/

body {
	text-align: center;
	margin: 0 auto;
	background: url(bg_body.jpg);
}
.skip, hr {
	display: none;
}
.clearfix {
	overflow: hidden;
	_height: 1%;
}
#wrap {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #807658;
	border-bottom: none;
	border-top: none;
	background: #fff;
}
#container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	_height: 1%;
	color: #333;
}
#container div {
	text-align: left;
}
#container a {
	color: #93bd24;
	text-decoration: none;
}
#container a:hover {
	text-decoration: underline;
}


/*-------------------------------------------------------------------
#header
---------------------------------------------------------------------*/

#header {
	text-align: left;
	height: 88px;
	background: url(bg_header.gif) repeat-x bottom;
}
#top #header {
}
#header h1 {
	float: left;
	width: 166px;
	height: 63px;
	margin-left: 10px;
	margin-top: 10px;
}
#header h1 a {
}
#header ul {
	font-size: 85%;
	text-align: right;
	padding-top: 62px;
}
* html #header ul {
	font-size: 70%;
}
*+html #header ul {
	font-size: 70%;
}
html>/**/body #header ul {
	font-size /*\**/: 70%\9;
}
#header li {
	display: inline;
	padding: 0 0 0 4px;
	margin: 0 !important;
	border-left: 1px solid #666;
}
li.start {
	border: none !important;
}
#header li a {
	color: #fff;
	text-decoration: none;
}
#header li a:hover {
	color: #fff;
	text-decoration: underline;
}



#header .top-b {
	float: left;
	margin-left: 15px;
	margin-top: 8px;
}
#header .top-b a {
	background: url(../img/top-brn.jpg) no-repeat 0px 0px;
	height: 65px;
	width: 331px;
	display: block;
	text-indent: -9999px;
}
#header .top-b a:hover {
	background: url(../img/top-brn.jpg) no-repeat 0px -65px;
	height: 65px;
	width: 331px;
	display: block;
	text-indent: -9999px;
}




#gnavi li {
	display: inline;
}
#gnavi img {
}
#mainimg {
	border-bottom: 4px solid #bed442;
}
#top #mainimg {
	border-bottom: none;
}

/*-------------------------------------------------------------------
#lcol
---------------------------------------------------------------------*/

#top #lcol {
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
	padding-top: 20px;
}
#second #lcol {
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	padding-top: 20px;
}

/*-------------------------------------------------------------------
#rcol
---------------------------------------------------------------------*/

#top #rcol {
	float: left;
	padding-left: 40px;
	padding-top: 20px;
}
#second #rcol {
	float: left;
	padding-left: 33px;
	padding-top: 20px;
}
.pageTop {
	font-size: 93%;
	text-align: right;
	margin: 20px 0 !important;
}
.pageTop a {
	color: #666 !important;
	padding-left: 16px;
	background: url(bg_pt.gif) no-repeat left 2px;
}
#second .pageTop {
	margin-right: 15px !important;
	margin-top: 80px !important;
}
.pageTop a:hover {
	text-decoration: none;
}
#mnavi {
	_padding-top: 15px !important;
	margin: 15px 0 !important;
	height: 48px;
}
*+html #mnavi {
	padding-top: 15px !important;
}
#mnavi li {
	display: inline;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
#mnavi li a {
	float: left;
	display: block;
	width: 106px;
	height: 48px;
	margin-right: 0px;
}

#mnavi a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
.telbnr {
	margin-left: 16px;
}

/*-------------------------------------------------------------------
#footer
---------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 1000px;
	padding: 30px 0;
	overflow: hidden;
	_height: 1%;
	color: #666;
	background: url(bg_footer.gif) repeat-x top;
}
#footer ul {
	font-size: 77%;
	text-align: center;
}
#footer li {
	display: inline;
	border-left: 1px solid #666;
	padding: 0 5px;
}
#footer .start {
	border: none;
}
#footer ul a {
	color: #666;
	text-decoration: none;
}
#footer ul a:hover {
	clear: both;
	color: #333;
	text-decoration: underline;
}
address {
	clear: both;
	font-size: 90%;
	font-weight: bold;
	padding: 10px 0;
}
#container-1col {
	text-align: left;
	padding: 20px;
}
.event-col {
	margin-bottom: 20px;
	padding: 15px;
	clear: both;
	position: relative;
}
#container-1col .event-col h3 {
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #452300;
}
.event-col .eventL {
	float: left;
	width: 690px;
}
.event-col .eventR {
	float: right;
	width: 210px;
	padding: 10px;
	background: #DCE6C5;
}
.clearer10 {
	margin-bottom: 10px;
	clear: both;
}
.event-col .thumb {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.general-ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 10px;
}
#container-1col h1 {
	margin-bottom: 15px;
}
.eventR p {
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.event-comment {
	padding: 5px;
	font-weight: bold;
}

.event-col-special {
	padding: 0px;
	clear: both;
	position: relative;
	background: url(../images/event-col-special_bg.gif) no-repeat 0px bottom;
	margin: 0px;
	width: 960px;
}
.event-col-special-detail {
	padding: 20px;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}
.btnR {
	float: right;
}
.event-col-special-detail p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#rcol .box01 {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	width: 710px;
}
#rcol .box01 .r {
	float: right;
	margin-left: 19px;
}
#rcol .box01 .l {
	float: left;
	margin-right: 19px;
}#rcol .box01 p {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 0px 0px 1.5em;
	padding: 0px;
}
