@charset "UTF-8";
/* CSS Document */


#event h3{
	padding-top: 15px;
	padding-bottom: 15px;
}


#hyouji {
	float: right;

}

#hyouji li{
	float: left;
	padding-left: 3px;
	height: 28px;
}

#hyojiwaku{
	background-color: #333333;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.hyojitable{
	width: 100%;
}


.hyojitable td{
	padding-right: 10px;
	padding-left: 10px;
	width: 33%;
	
}

.hyojitable a{
	color: #FFFFFF!important;
	
}


.hyojitable a:hover{
	text-decoration:underline!important;
	color:#FFFFFF!important;
}


/* calender */

.table01{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	font-size: 100%;
	width: 640px;
	margin-bottom: 20px;
}

.table01 th{
	background-color: #666666;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 1em;
	padding-bottom: 5px;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	width: 6em;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	color: #FFFFFF;
	width: 10em;
}

.table01 th.sat{
	background-color: #0066CC;
}

.table01 th.sun{
	background-color: #CC3366;
}

.table01 td{
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0.5em;
	padding-bottom: 5px;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
 	height: 8em;
	width: 10em;
}

.table01 * li.event {
	font-size: xx-small;
	display: inline;

}

.fmon .ftue .fwed .fthu .ffri .fsat .fsun{
	font-weight:bold;
}

.fsat {
	color: #0066CC;
}

.fsun{
	color: #CC3366;
}

.more02{
	margin-top: 1em;
}

#calender li{
	background-image: url(../event/img/maru.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 7px;
}

/* weeklycalender */
#weeklycalender table{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	font-size: 100%;
	width: 640px;
	margin-bottom: 12px;
}


#weeklycalender table th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	width: 120px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	text-indent: 1em;
	font-weight: bold;
}



#weeklycalender table td{
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding: 1em;
}

#weeklycalender li{
	background-image: url(../event/img/maru.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 10px;
}

.more{
	float: right;
	margin-top: -15px;
}

.week{
	background-image: url(../event/img/week_bk.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.week_sun{
	color: #CC3366;
	background-image: url(../event/img/week_sun_bk.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.week_sat{
	color: #0066CC;
	background-image: url(../event/img/week_sat_bk.gif);
	background-repeat: repeat-y;
	background-position: left;
}


/* yearcalender */

#yearcalender{
	width: 640px;
}

.month{
	float: left;
	width: 213px;
}

.table03{
	font-size: 100%;
	width: 200px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}

.table03 th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.table03 th.sat{
	background-color: #0066CC;
}

.table03 th.sun{
	background-color: #CC3366;
}


.table03 td{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ymon{
	font-weight:bold;
}

.ymon a{
	font-weight:bold!important;
	text-decoration: underline!important;
	color: #000000!important;
}
.ytue{
	font-weight:bold;
}

.ytue a{
	font-weight:bold!important;
	text-decoration: underline!important;
	color: #000000!important;
}
.ywed{
	font-weight:bold;
}

.ywed a{
	font-weight:bold!important;
	text-decoration: underline!important;
	color: #000000!important;
}
.ythu{
	font-weight:bold;
}

.ythu a{
	font-weight:bold!important;
	text-decoration: underline!important;
	color: #000000!important;
}
.yfri{
	font-weight:bold;
}

.yfri a{
	font-weight:bold!important;
	text-decoration: underline!important;
	color: #000000!important;
}
.ysat{
	font-weight:bold;
	color: #0066CC;
}

.ysat a{
	font-weight:bold!important;
	color: #0066CC!important;
	text-decoration: underline!important;
}

.ysun{
	font-weight:bold;
	color: #CC3366;
}

.ysun a{
	font-weight:bold!important;
	color: #CC3366!important;
	text-decoration: underline!important;
}

.ymonth{
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
}



.kiji_contents_s{
	float: right;
	width: 405px;
}


.kiji_contents_s h3 .area{
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	padding-left: 10px;
}


/*逞ｿpiyoten */

#kyoten{}

#kyoten h3{
	background-color: #e7e7e7;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#kyoten h3 .area{
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	padding-left: 10px;
}

.s_add,.sisetusyokai,.sisetusmap{
	padding-top: 10px;
	background-image: url(../event/img/c_dotline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

.s_add h5{
	width: 240px;
	font-weight: bold;
	float: left;
}

.s_add ul{
	float: right;
	width: 380px;
}


.s_add li{
	background-image: url(../img/gray_dotline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 4px;
	padding-bottom: 4px;
}


/* kyotensyosai photo */

#kyotenphoto{
	width:220px;
	float:left;
}

#kyotenphoto img{
	margin-bottom:2px;
	float:left;
}
