/* :::::::::::::::::::::::::::::::::::::::::::::
	style reset
::::::::::::::::::::::::::::::::::::::::::::: */
@media print{

	.noprint{
		display:none;
	}
}
/* ::::::::::::::::::::::::::::::::::::::::: */

html, body,
h1, p, pre, blockquote, form,
ul, ol, li, dl, dt, dd, address {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
	default style
::::::::::::::::::::::::::::::::::::::::::::: */
* {
	font-family: Osaka, Verdana, "ＭＳ Ｐゴシック";
}

hr {
	display: none;
}

strong {
	font-weight: bold;
	text-decoration: none;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}

ul,ol {
	list-style-type: disc;
	list-style-position: inside;
}

a {
	text-decoration:none;
	color: #993300;
	line-height: normal;
}
a:hover {
	text-decoration : underline;
	color: #696969;
}


body {
    font-size: small !important; /* IE 7向け */
    font-size: small; /* IE 6以下 */

}
html>/**/body {
    font-size: 90%; /* モダンブラウザ向け */
}
/* ::::::::::::::::::::::::::::::::::::::::: */
body {
	margin: 0;
	scrollbar-face-color: #f5f5f5;
	scrollbar-highlight-color: #f5f5f5;
	scrollbar-shadow-color: #ADADAD;
	scrollbar-arrow-color: #808080;
	scrollbar-track-color: #fff;
	scrollbar-base-color: #fff;
	scrollbar-3dlight-color: #ADADAD;
	scrollbar-darkshadow-color: #f5f5f5;
	text-align: center;
	color: #666666;
	line-height: 1.2em;
}


#header {
	text-align: left;
	width: 650px;
	height: 105px;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/eve_titie.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header h1      {
	font-size: 70%;
	font-weight: normal;
	text-align: right;
	color: #886233;
	visibility: hidden;
}

#copy {
	font-size: 8pt;
	color: #C0C0C0;
	text-align: right;
	margin-bottom: 0px;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.close {
	padding-top: 20px;
	margin-bottom: 25px;
	clear: both;
}
.backbtn {
	margin-top: 20px;
	margin-bottom: 180px;
}

.small {
	font-size: x-small;
	font-weight: normal;
}
/* map */
#map_detail {
	margin-top: 0px;
	padding-bottom: 50px;
}
#map_detail h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #a87405;
	font-size: 120%;
}

/* event */
#event_detail {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 0px;
}
#event_detail h2 {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #a87405;
    font-size: 120%;
}

#event_detail h3 {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 80px;
	color: #aa0000;
	text-align: left;
    font-size: 90%;
}
#event_detail h4 {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 140px;
	text-align: left;
}

#eve {
	width: 450px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 100px;
	margin-left: 100px;
}
#eve th {
	width: 100px;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #eae7d4;
}
#eve td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	text-align: center;
}
#eve td.le {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	text-align: center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.event {
	width: 530px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 60px;
	margin-left: 60px;
}
.event th {
	width: 100px;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #eae7d4;
	padding-left: 10px;
}
.event td {
	border-bottom: 1px solid #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	text-align: left;
	padding: 5px;
}
#event_detail blockquote {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 60px;
	width: 530px;
	text-align: left;
	margin-right: 60px;
}
#event_detail ul {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 100px;
	text-align: left;
}
#event_detail ul a {
	color: #aa0000;
	text-decoration: none;
}
#event_detail ul a:hover {
	color: #996600;
	text-decoration: none;
}
#event_detail ul ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 35px;
	text-align: left;
	list-style-type: none;
}
.detailed {
	width: 530px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: 60px;
	margin-left: 60px;
}
.detailed th {
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #eae7d4;
	color: #aa0000;
}
.detailed td {
	border-bottom: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.sun {
	width: 530px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: 60px;
	margin-left: 60px;
}
.sun th {
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #eae7d4;
	color: #aa0000;
}
.sun td {
	border-bottom: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 5px;
	white-space: normal;
}
/* radio */
.radio {
	width: 450px;
	margin-bottom: 40px;
	margin-top: 10px;
	margin-right: 100px;
	margin-left: 100px;
}
.radio th {
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #eae7d4;
	padding-left: 10px;
}
.radio td {
	text-align: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.day {
	text-align: right;
}
.sp {
	margin-left: 20px;
}
.photo {
	width: 560px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 40;
	margin-left: 40px;
}
.photo th {
	text-align: center;
	font-weight: normal;
	color: #aa0000;
}
.photo td {
	text-align: left;
	font-weight: normal;
	padding: 10px;
	vertical-align: top;
}
.photo img {
	margin-bottom: 10px;
}
.photo td ol {
	text-align: left;
	margin-left: 0px;
	margin-top: 10px;
	list-style-type: none;
}
.book {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.book th {
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CCCCCC;
}
.book td {
	text-align: left;
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 160px;
	vertical-align: top;
}
#radio   {
	text-align: center;
	padding-top: 20px;
	margin-right: auto;
}
#radio dl  {
	width: 530px;
	margin-left: 60px !important;
	margin-left: 50px;
	padding-bottom: 50px;
}
#radio dt {
	font-size: 90%;
	width: 120px;
	height: 22px;
	text-align: right;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック";
}
#radio dd {
	font-size: 90%;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	text-align: left;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック";
}
#radio .hd, .hn, .hp {
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #eae7d4;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#radio dd em {
	font-style: normal;
}

#radio .nm, .hn {
	width: 150px;
}

#radio .pf, .hp {
	width: 210px;
}
