@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 85%;
}

#topicpath,
#common-main-l,
#link-other,
#page-top,
#back-top,
#page-top-link,
#page-bottom-link,
#footer ul {
	display: none;
}

#common-main-r {
	padding-bottom: 30px;
}

div {
	padding-bottom: 10px;
}

img {
	border: 0;
}

h1 {
	font-size: 90%;
	font-weight: 400;
	padding: 5px 0 5px 0;
	border-top: #0047a8 2px solid;
	border-bottom: #0047a8 1px solid;
}

#header h2 {
	margin-top: -20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #0047a8 2px solid;
}

*:first-child + html #header h2 {
	margin-top: -30px;
}

* html #header h2 {
	margin-top: -30px;
}

#header #header-box-r {
	display: none;
}

#footer {
	clear: both;
	width: 650px;
	padding-top: 10px;
	border-top: #cccccc 1px solid;
}

/*----------------------------------------------------	
	Event
----------------------------------------------------*/

.event-list {
	width: 626px;
	padding: 6px 10px 6px 10px;
	margin: 0 0 15px 0;
	line-height: 1.8;
	border: #cccccc 2px solid;
}

* html .event-list {
	margin: 40px 0 10px 0;
}

*:first-child + html .event-list {
	margin: 40px 0 10px 0;
}

.event-list ul li {
	display: inline;
}

.event-list a {
	color: #323232;
	padding: 0 10px 0 18px;
	background: url(../img/access/common/link_icon_off.gif) no-repeat left center;
}

.event-list a:hover {
	color: #999999;
	padding: 0 10px 0 18px;
	background: url(../img/access/common/link_icon_on.gif) no-repeat left center;
}

.event-icon {
	float: left;
	width: 627px;
	padding: 6px 10px 6px 10px;
	margin-bottom: 30px;
	border: #323232 1px dotted;
}

.event-icon ul li {
	float: left;
	padding: 5px 5px 5px 2px;
}

.event-icon .event-try {
	color: #c92b1d;
}

.event-icon .event-climb {
	color: #268025;
}

.event-icon .event-envi {
	color: #d76703;
}

.event-icon .event-trad {
	color: #612509;
}

.event-icon .event-other {
	color: #0473f1;
}

html[xmlns*=""] body:last-child .event-icon .event-try {
	padding-top: 7px;
}

html[xmlns*=""] body:last-child .event-icon .event-climb {
	padding-top: 7px;
}

html[xmlns*=""] body:last-child .event-icon .event-envi {
	padding-top: 7px;
}

html[xmlns*=""] body:last-child .event-icon .event-trad {
	padding-top: 7px;
}

html[xmlns*=""] body:last-child .event-icon .event-other {
	padding-top: 7px;
}

.event-main-title {
	clear: both;
	padding: 4px 0 8px 15px;
	margin-bottom: 20px;
	font-weight: 700;
	background: url(../img/event/main_title.gif) no-repeat left top;
}

* html .event-main-title {
	margin-bottom: 10px;
}

*:first-child + html .event-main-title {
	margin-bottom: 10px;
}

.event {
	width: 650px;
	padding: 2px 0 0 0;
}

.event-title {
	float: left;
	width: 646px;
	font-weight: 700;
	padding-bottom: 5px;
}

* html .event-title {
	margin-bottom: -15px;
}

*:first-child + html .event-title {
	margin-bottom: -15px;
}

.event-title-l {
	float: left;
	width: 586px;
	line-height: 1.2;
	padding-top: 10px;
}

.event-title-r {
	float: right;
	width: 60px;
}

.event-title-r ul li {
	float: left;
	padding: 7px 0 2px 5px;
}

.event-title-icon {
	font-size: 110%;
	padding: 0 0 0 20px;
	background: url(../img/event/icon_01.gif) no-repeat left;
}

.event-detail {
	padding: 8px 0 25px 0;
}

* html .event-detail {
	padding: 8px 0 10px 0;
}

.event-day {
	color: #cc3300;
	padding-bottom: 6px;
}

.event-text {
	padding-bottom: 8px;
}

.event-contact {
	font-size: 85%;
	padding: 7px 10px 7px 10px;
	background: #e3e3e3;
}

.event-contact-title {
	font-weight: 700;
	padding-right: 20px;
}


