@charset 'utf-8';
@import url("common.css");

/* ============= clear ============= */

#maincol_explanation, .event_catCol, .main_photo, .photoBox {
	height		: 1%;
}

#maincol_explanation:after, .event_catCol:after, .main_photo:after, .photoBox:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/* ============= イベントトップページ ============= */

/* ============= maincol_top ============= */

#maincol_top {
	width		: 572px;
	height		: 342px;
	background-image	: url("../img/kari_event_top.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
}

#maincol_news {
	width		: 180px;
	font-size	: 10px;
	margin-top	: 25px;
}

#maincol_news h4 {
	font-size	: 12px;
	color		: #0150E2;
}

#maincol_news dl, #explanation_news dl {
	line-height	: 130%;
}

#maincol_news dt, #explanation_news dt {
	margin-top	: 6px;
	color		: #0150E2;
	font-weight	: bold;
}

#maincol_news dd, #explanation_news dd {
	margin-top	: 2px;
	color		: #6f6f6f;
}

.bg_line2 {
	background-image	: url("../img/bg_line2.gif");
	background-repeat	: repeat-x;
	background-position	: bottom;
	padding-bottom		: 3px;
}

/* ============= maincol_explanation ============= */

#maincol_explanation {
	width		: 572px;
	margin-top	: 8px;
}

#explanation_lead {
	width		: 274px;
	float		: left;
}

#explanation_lead p {
	font-size	: 12px;
	color		: #6f6f6f;
}


#explanation_news {
	font-size	: 10px;
	margin-top	: 14px;
}

#explanation_news h5 {
	font-size	: 14px;
	color		: #fff;
	background-color	: #0150E2;
	width		: 110px;
	padding		: 3px 0;
	text-align	: center;
}

#explanation_photo {
	width		: 280px;
	float		: right;
}

#explanation_photo p {
	font-size	: 12px;
	color		: #6f6f6f;
}

/* ============= event_calendar ============= */

#event_calendar {
	clear		: both;
	margin-top	: 20px;
}

#event_calendar ol {
	list-style-type		: none;
}

#event_calendar li {
	width		: 143px;
	height		: 40px;
	float		: left;
	text-align	: center;
	margin-top	: 15px;
}

/* ============= イベントカテゴリーページ ============= */

#event_categoryTop {
	margin-bottom		: 20px;
}

.event_categoryMenu {
	background-color	: #f8f6f2;
}

.event_catCol {
	padding		: 20px;
}

.ev_catMenu_lead {
	width		: 316px;
	float		: right;
}

.ev_catMenu_lead h4 {
	margin-bottom		: 2px;
	font-size	: 14px;
	color		: #0150E2;
}

.ev_catMenu_lead dt, .ev_catMenu_lead dd, .ev_entryMenu_lead dt, .ev_entryMenu_lead dd {
	display		: inline;
	font-size	: 12px;
	color		: #0150E2;
}

.ev_catMenu_lead p, .ev_entryMenu_lead p {
	font-size	: 12px;
	color		: #6f6f6f;
	margin-top	: 3px;
}

/* ============= イベントエントリーページ ============= */

.ev_entryMenu_lead h4 {
	margin-bottom		: 2px;
	font-size	: 16px;
	color		: #0150E2;
}

.ev_entryMenu_lead p {
	line-height	: 130%;
	margin-bottom		: 5px;
}

.ev_entryMenu_photo {
	margin-top	: 12px;
}

.main_photo {
	float		: left;
	height		: 300px;
	overflow	: hidden;
}

.photoBox {
	width		: 120px;
	float		: right;
}

.photoBox ul {
	list-style-type		: none;
}

.photoBox li {
	height		: 90px;
	overflow	: hidden;
}

.photoBox_mid {
	margin		: 15px 0 15px 0;
}



