@charset "utf-8";
#headgra {
	width:522px;
	height:48px;
	margin-bottom:10px;
}


/*------------------------------------
	イベント情報
------------------------------------*/
div.event {
	width:522px;
	background:url(../img/event/purple/bg-event.gif) repeat-y 0% 0%;
	margin-bottom:10px;
}


/*	イベントタイトル
------------------------------------*/

div.event h3 {
	width:492px;
	background:#9e0873 url(../img/event/purple/bg-event_title.gif) no-repeat;
	margin:0;
	padding:11px 0px 5px 30px;
	color:#ffffff;
	font-weight:bold;
}

/*	イベントコンテンツ部分
------------------------------------*/
div.event_inner {
	width:482px;
	padding:10px 20px;
	background:url(../img/event/purple/bg-event_bottom.gif) no-repeat 0% 100%;
}

div.event_inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*	イベント概要
------------------------------------*/
div.event p.event_summary {
	margin-bottom:1em;
}
/*	イベントテキスト
------------------------------------*/
div.event_text {
	overflow:hidden;
	width:auto;
}

/*	イベント画像(中央)
------------------------------------*/
div.event_photo {
	clear:both;
	text-align:center;
}
/*	イベント画像(右側)
------------------------------------*/
div.event_photo.right {
	clear:none;
	float:right;
	width:150px;
	padding-left:10px;
	margin-bottom:1em;
}

div.event_photo.right p.imgR {
	width:150px;
}

/*	イベント画像キャプション
------------------------------------*/
p.caption {
	font-size:86%;
}

div.event_photo.right {
	text-align:left;
}

/*------------------------------------
	色別上書きクラス
------------------------------------*/

/*	ライトパープル
------------------------------------*/

div.event.lightpurple {
	background:url(../img/event/lightpurple/bg-event.gif) repeat-y 0% 0%;
}

div.event.lightpurple div.event_inner {
	background:url(../img/event/lightpurple/bg-event_bottom.gif) no-repeat 0% 100%;
}

div.event.lightpurple h3 {
	background:#A879D1 url(../img/event/lightpurple/bg-event_title.gif) no-repeat;
}
/*	ライトブルー
------------------------------------*/

div.event.lightblue {
	background:url(../img/event/lightblue/bg-event.gif) repeat-y 0% 0%;
}

div.event.lightblue div.event_inner {
	background:url(../img/event/lightblue/bg-event_bottom.gif) no-repeat 0% 100%;
}

div.event.lightblue h3 {
	background:#79C3D1 url(../img/event/lightblue/bg-event_title.gif) no-repeat;
}

/*	イベント用テーブル標準型
------------------------------------*/

.event-table_standard {
	width:99%;
	border:#999999 1px solid;
	margin-left:1px;
}

.event-table_standard th {
	text-align:center;
	background-color:#FFFFCC;
	border:#999999 1px solid;
}

.event-table_standard td {
	border:#999999 1px solid;
}
