@import "style_base.css";

/*h2-----------------------------*/
h2#event {
	background: url(../img/h2_event.gif) no-repeat 0 0;
	display: block;
	width: 670px;
	height: 52px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
h2#map {
	background: url(../img/h2_map.gif) no-repeat 0 0;
	display: block;
	width: 670px;
	height: 52px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
h2#organ {
	background: url(../img/h2_organ.gif) no-repeat 0 0;
	display: block;
	width: 670px;
	height: 52px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
h2#privacy {
	background: url(../img/h2_privacy.gif) no-repeat 0 0;
	display: block;
	width: 670px;
	height: 52px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
h2#report {
	background: url(../img/h2_report.gif) no-repeat 0 0;
	display: block;
	width: 670px;
	height: 52px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
h2#text {
	background: url(../img/h2.gif) no-repeat 0 0;
	display: block;
	width: 610px;
	height: 52px;
	font-size: 140%;
	line-height: 52px;
	padding-left: 60px;
	margin-bottom: 20px;
}

/*event-page-----------------------------*/
div.event_list,div.event_list2 {
	width: 630px;
	margin: 0 auto 30px auto;
	border-bottom: #666 solid 1px;
	padding-bottom: 10px;
}
div.event_list p {
	margin-bottom: 1em;
}
div.event_list dl {
	margin-left: 2em;
}
div.event_list dl dt {
	float: left;
	width: 8em;
	padding-left: 1em;
	background: url(../img/list_icon.gif) no-repeat 0 4px;
}
div.event_list dl dd {
	margin-left: 10em;
}
div.event_list dl dd a,div.event_list2 dl dd a {
	text-decoration: underline;
	color: #000;
}
div.event_list ul li {
	list-style: none;
	margin-left: 1em;
}
div.event_list div.date {
	background: url(../event/img/date_bg.gif) no-repeat 0 0;
	width: 72px;
	height: 52px;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	padding-top: 20px;
	float: left;
}
div.event_list div.date2 {
	background: url(../event/img/date_bg.gif) no-repeat 0 0;
	width: 72px;
	height: 62px;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	padding-top: 10px;
	float: left;
}
div.date em,div.date2 em {
	font-weight: normal;
	font-size: 85%;
	font-style: normal;
	padding-left: 3px;
}

div.event_list div.right {
	float: right;
	width: 540px;
	padding-bottom: 10px;
}
div.event_list h3,div.event_list2 h3 {
	margin-bottom: 10px;
}
div.event_list div.right div.image {
	float: right;
	width: 140px;
}
div.event_list div.right div.image a img {
	padding: 3px;
	background-color: #fff;
	margin-bottom: 5px;
}
div.event_list div.right div.image a:hover img {
	background-color: #999;
}
div.event_list div.right div.image2 a img {
	float: left;
	padding: 3px;
	background-color: #fff;
	margin-right:5px;
}
div.event_list div.right div.image2 a:hover img {
	background-color: #999;
}
.small {font-size: 87%;}

h3 a {
	color: #000;
	text-decoration: underline;
}
p span.end {
	font-weight: normal;
	color: #C00;
	margin-left: 1em;
}

.kikaku {
	background: #63534a;
	color: #fff;
	text-align: center;
	padding: 3px;
	margin-bottom: 10px;
}
div.event_list div.detail {
	border: double #e0b81a;
	padding: 20px 10px 10px 10px;
	width: 380px;
	margin-bottom: 10px;
	background: url(../event/img/detail_bg.gif) no-repeat 10px 10px;
	background-color: #fff;
}
div.event_list div.detail ol {
	padding-top: 10px;
}
div.event_list div.detail2 {
	border: double #e0b81a;
	padding: 15px;
	width: 370px;
	margin-bottom: 10px;
	background-color: #fff;
}
.right_small {
	font-size: 90%;
	text-align: right;
}
.right_small a {
	color: #000;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
	color: #333;
	line-height: 2em;
}
.bold2 {
	font-weight: bold;
	line-height: 2em;
}

/* イベント写真 ___________________ */
.event_list .photo {
	width: 504px;
	margin: auto;
	clear: both;
}
.event_list .photo img {
	margin-right: 4px;
}

div.event_list2 p {
	margin-bottom: 1em;
	padding-left: 1em;
}
div.event_list2 dl.cris {
	margin-left: 3em;
}
div.event_list2 dl.cris dt {
	float: left;
	width: 6em;
	padding-left: 1em;
	background: url(../img/list_icon.gif) no-repeat 0 4px;
}
div.event_list2 dl.cris dd {
	margin-left: 8em;
}
.right_img {
	float: right;
}
div.event_photo {
	width: 560px;
	padding-left: 90px;
}
div.event_photo div {
	width: 202px;
	height: 215px;
	float: left;
	background: url(../report/img/photo_bg.gif) no-repeat;
	padding: 14px;
	margin-right: 40px;
	margin-bottom: 15px;
}
div.event_photo div a img {
	margin: 0 auto;
	border: 1px solid #ccc;
}
div.event_photo div a:hover img {
	border: 1px solid #999;
}

/*organizer-------------------------*/
div.epilogue {
	width: 600px;
	margin: 0 auto 30px auto;
	font-family: "ヒラギノ明朝 Pro W3", "平成明朝","HG明朝E","HG明朝B","ＭＳ Ｐ明朝","MS Serif", Century, Times New Roman, serif;
	font-size: 120%;
	line-height: 150%;
}
div.summary {
	width: 600px;
	margin: 0 auto 40px auto;
}
.organizer {
	width: 580px;
	margin: 0 auto 40px auto;
}
.organizer span {
	font-weight: bold;
	font-size: 120%;
}
.organizer dl dt {
	float: left;
	width: 20em;
}
.organizer dl dd {
	margin-left: 20em;
	padding-bottom: 5px;
}

/*privacy-------------------------*/
.privacy {
	width: 600px;
	margin: 0 auto 40px auto;
}
.privacy p {
	padding: 0 0 0 2em;
}

/*map-------------------------*/
div.map {
	margin: 0 auto;
	text-align: center;
	width: 635px;
	position: relative;
	top: 0;
	left: 0;
}
#Layer1 {
	position:absolute;
	width:50px;
	height:50px;
	left: 277px;
	top: 110px;
	background: url(../uzumasa_map/img/map_btn.gif) no-repeat 50% 50%;
}
#Layer2 {
	position:absolute;
	width:50px;
	height:50px;
	left: 454px;
	top: 100px;
	background: url(../uzumasa_map/img/map_btn.gif) no-repeat 50% 50%;
}
#Layer3 {
	position:absolute;
	width:50px;
	height:50px;
	left: 210px;
	top: 225px;
	background: url(../uzumasa_map/img/map_btn.gif) no-repeat 50% 50%;
}
#Layer4 {
	position:absolute;
	width:50px;
	height:50px;
	left: 272px;
	top: 242px;
	background: url(../uzumasa_map/img/map_btn.gif) no-repeat 50% 50%;
}
#Layer5 {
	position:absolute;
	width:50px;
	height:50px;
	left: 78px;
	top: 268px;
	background: url(../uzumasa_map/img/map_btn.gif) no-repeat 50% 50%;
}
#Layer6 {
	position:absolute;
	width:50px;
	height:50px;
	left: 255px;
	top: 295px;
	background: url(../uzumasa_map/img/map_btn.gif) no-repeat 50% 50%;
}
#Layer7 {
	position:absolute;
	width:50px;
	height:50px;
	left: 400px;
	top: 215px;
	background: url(../uzumasa_map/img/map_btn.gif) no-repeat 50% 50%;
}
#Layer8 {
	position:absolute;
	width:50px;
	height:50px;
	left: 55px;
	top: 190px;
	background: url(../uzumasa_map/img/map_btn.gif) no-repeat 50% 50%;
}
#Layer1 a,#Layer2 a,#Layer3 a,#Layer4 a,#Layer5 a,#Layer6 a,#Layer7 a,#Layer8 a {
	display: block;
	text-indent: -9999px;
	width:50px;
	height:50px;
	overflow: hidden;
}
/*detail-page*/
#noback {
	background: none;
}
div#map_detail {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
}
div#map_detail span {
	color:#63534a;
	font-weight: bold;
	font-size: 120%;
}
div#map_detail img {
	padding: 5px;
	border: 1px solid #666;
	background: #fff;
	margin: 10px 0;
}

p.red {
	color: #ff0000;
	font-weight: bold;
}

/*jquery-facebox-css----------------*/
#facebox .b {
  background:url(../img/fb_b.png);
}
#facebox .tl {
  background:url(../img/fb_tl.png);
}
#facebox .tr {
  background:url(../img/fb_tr.png);
}
#facebox .bl {
  background:url(../img/fb_bl.png);
}
#facebox .br {
  background:url(../img/fb_br.png);
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  border-collapse: collapse;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 5px;
  width: 5px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background: none;
  z-index: 99;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
