﻿/* CSS Document */

html {
   overflow-y:scroll;
}

body {
   padding:0;
   margin:0;
   line-height:1.4;
   letter-spacing:1px;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   font-size:14px;
   color:#333;
}

br {
   letter-spacing:normal;
}

h1 {
	font-size:12px;
	font-weight:normal;
	margin:0;	
}

h2 {
	font-size:22px;
	padding:0 0 10px 0;
	margin:2px 0 20px 0;
	background:url(../images/h2_bg.gif) left bottom repeat-x;
}

h3 {
	padding:5px 0 3px 10px;
	margin:2px 0 20px 0;
	font-size:16px;
	background-color:#dbefff;
	border-left:5px solid #1177cc;
}

a {
	outline:none;
}

/* レイアウト */

.wrap {
	width:950px;
	margin:0 auto;
}

.header {
	margin:5px 0 0 0;
}

.main {
	margin:30px 0 0 0;	
}

.side {
	width:220px;
	margin-right:80px;
	float:left;	
}

.contents {
	width:650px;
	float:right;
}

.footer {
	border-top:3px solid #1177cc;
	margin:30px 0 0 0;
	padding:10px 0 20px 0;
	font-size:12px;
	text-align:right;
}

.img_right {
	float:right;
	margin-left:2em;
	margin-bottom:1em;	
}
.img_left {
	float:left;
	margin-right:2em;
	margin-bottom:1em;	
}


/* 各ページ */

.visual1 {
	width:950px;
	height:350px;
	background:url(../images/mainvisual.jpg) top left no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

.visual2 {
	width:950px;
	height:83px;
	background:url(../images/subvisual.jpg) top left no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}


.date {
	width:330px;
	height:183px;
	padding:60px 270px 30px 45px;
	background:url(../images/date.jpg) top left no-repeat;
	overflow:hidden;
	line-height:1.8;
	font-size:16px;
}

.content {
	margin-bottom:55px;	
}

.breadcrumb {
	padding:0 0 15px 0;
	font-size:10px;
}



/*　サイドメニュー */

.menu01 {
	width:220px;
	height:39px;
	background:url(../images/menu_01.gif) top left no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

.menu02 a {
	width:220px;
	height:63px;
	background:url(../images/menu_02.gif) top left no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

	.menu02 a:hover {
		background:url(../images/menu_02.gif) top right no-repeat;
		*background:url(images/menu_02.gif)	top -220px no-repeat;
	}
	
	.menu02_current a {
		width:220px;
		height:63px;
		background:url(../images/menu_02.gif) top right no-repeat;
		*background:url(images/menu_02.gif)	top -220px no-repeat;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
		display:block;
	}
	
.menu03 a {
	width:220px;
	height:63px;
	background:url(../images/menu_03.gif) top left no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

	.menu03 a:hover {
		background:url(../images/menu_03.gif) top right no-repeat;
		*background:url(images/menu_03.gif)	top -220px no-repeat;
	}
	.menu03_current a {
		width:220px;
		height:63px;
		background:url(../images/menu_03.gif) top right no-repeat;
		*background:url(images/menu_03.gif)	top -220px no-repeat;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
		display:block;
	}

.menu04 a {
	width:220px;
	height:63px;
	background:url(../images/menu_04.gif) top left no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

	.menu04 a:hover {
		background:url(../images/menu_04.gif) top right no-repeat;
		*background:url(images/menu_04.gif)	top -220px no-repeat;
	}

	.menu04_current a {
		width:220px;
		height:63px;
		background:url(../images/menu_04.gif) top right no-repeat;
		*background:url(images/menu_04.gif)	top -220px no-repeat;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
		display:block;
	}


.menu05 a {
	width:220px;
	height:65px;
	background:url(../images/menu_05.gif) top left no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

	.menu05 a:hover {
		background:url(../images/menu_05.gif) top right no-repeat;
		*background:url(images/menu_05.gif)	top -220px no-repeat;
}

	.menu05_current a {
		width:220px;
		height:65px;
		background:url(../images/menu_05.gif) top right no-repeat;
		*background:url(images/menu_05.gif)	top -220px no-repeat;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
		display:block;
	}

/* 文字 */

.f16 {
	font-size:16px;
}

.underline {
	text-decoration:underline;
}

.eventday {
	color:#1177cc;
	font-size:16px;
	font-weight:bold;
}

.event_point {
	color:#1177cc;
	font-weight:bold;
}

.pastevent {
	float:right;
	margin-bottom:10px;
}
.prevevent {
	float:left;
	margin-bottom:10px;
}


.small {
	font-size:0.75em;
	letter-spacing:90%;
}
.tbold {
	font-weight:bold;
  font-size:15px;
}
.red {
	color:#D50003;
}

/* 画像 */

img {
   border:0;
}

.img_right {
	float:right;
	margin-left:10px;
}

.event_img_col3,.event_img_col2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.event_img_col3 a {
  width:33%;
  text-align: center;
}
.event_img_col2 a {
  width:50%;
  text-align: center;
}
.event_img_col3 a img,.event_img_col2 a img {
  width: 95%;
  padding: 5px 0;
}

/* Clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.left50 {
	margin-right: 50px;
}


