@charset "UTF-8";

/* イベント用CSS */

/* 疑似クラス設定 */
.monthly a:link {
color:#999999;
letter-spacing:0.1em;
text-decoration:none;
}
.monthly a:visited {
color:#999999;
letter-spacing:0.1em;
text-decoration:none;
}
.monthly a:hover {
color:#0099CC;
letter-spacing:0.1em;
text-decoration:none;
}
.monthly a:active {
	color:#0099CC;
	letter-spacing:0.1em;
	text-decoration:none;
}

.monthly2 a:link {
color:#0099CC;
letter-spacing:0.1em;
text-decoration:none;
}
.monthly2 a:visited {
color:#0099CC;
letter-spacing:0.1em;
text-decoration:none;
}
.monthly2 a:hover {
color:#999999;
letter-spacing:0.1em;
text-decoration:none;
}
.monthly2 a:active {
color:#0099CC;
letter-spacing:0.1em;
text-decoration:none;
}





#index_box {
	height: 50px;
	border-bottom-color: #CCCCCC;
}
.monthly  {
	padding-left: 15px;
	font-size: 12px;
}

.monthly2  {
	padding-left: 15px;
	font-size: 12px;
}


.title {
	font-size: 24px;
	font-style: normal;
	font-weight: 200;
	color: #666666;
}


#aaa {
	width: 510px;
	margin-right: 30px;
	margin-left: 30px;
	padding-left: 10px;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
}


#event_box {
	height: auto;
	width: 560px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
}



#event_img {
	height: auto;
	width: 520px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#event_img p {
	font-size: 18px;
	text-align: center;
	color: #999999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: capitalize;
}

#event_detail {
	height: auto;
	width: 510px;
	color: #666666;
	background-color: #EEEEEE;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	border-top-width: thin;
	border-top-color: #999999;
}
#pickup_event_box {
	width: 300px;
	height: auto;
	margin: 5px;
	float: left;
}

#event_comment {
	height: auto;
	width: 520px;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	border-top-style: dotted;
	border-top-color: #999999;
}


#event_midashi {
	font-size: 18px;
	vertical-align: top;
	margin-left: 5px;
	height: auto;
}
.event_midashi   {
	font-size: 26px;
	color:#666666;
	margin-top: 5px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
}
.date {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.detail {
	margin-left: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 18px;
}
.junre {
	color: #0099CC;
	font-size: 14px;
	font-weight: bold;
}

.midashi_detail {
	color: #990033;
	font-weight: 700;
	font-size: 12px;
}





