@charset "shift_jis";

@import url("default.css");
@import url("common.css");

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+  event
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 title
--------------------------------------------------------------------------------------- */

div#ctRight h1 {
	height: 39px;
	margin-bottom: 12px;
	padding: 13px 30px 12px 79px;
	color: #0099FF;
	font-size: 22px;
	line-height: 39px;
	background: url(../images/bg_title.gif) no-repeat;
	overflow: hidden;
}

div#ctRight h2 {
	margin: 18px 0 7px 12px;
	padding: 0 3px 4px;
	font-size: 18px;
}
div#ctRight h2.lineRed {
	background: url(../images/line_dot_red.gif) repeat-x left bottom;
	color: #FF3366;
}
div#ctRight h2.linePurple {
	background: url(../images/line_dot_purple.gif) repeat-x left bottom;
	color: #6600FF;
}
div#ctRight h2.lineSkyBlue {
	background: url(../images/line_dot_skyblue.gif) repeat-x left bottom;
	color: #0099FF;
}

/* --------------------------------------------------------------------------------------
 event
--------------------------------------------------------------------------------------- */

.gallery img.attachment-thumbnail {
	border:1px solid #FF9900;
}
.gallery img.attachment-thumbnail:hover {
	border:1px solid #FFFFFF;
}
.event_list {
	margin-left:15px;
}
div.event_list ol,div.event_list ul {
	margin:0.5em 0 0 2em;
}
div.event_list ul {
	list-style-type:disc;
}
div.event_list p {
	margin:0.5em 0;
}
.wp-pagenavi {
	margin-top:40px;
}

