@charset "UTF-8"; /* 文字コード宣言 */
/* ============================================================
    Event ページ用 CSS ファイル
     * 更新日時: 2009-07-30 0:03
     * 更新担当: nishimura
     * 更新内容:
        ・新しいイベントページ用に修正 
 ============================================================ */
@import url("lib/style/default/base.css");
/* 全ページで共通の設定は "lib/css/base.css" に記述 */

body {
	background-color: #0a50ff;
	color: #FFFFFF;
}

div#aboveSentence {
	/*background-image: url("lib/style/default/backissue/aboveSentence.jpg");
	background-repeat: no-repeat;*/
	width: 780px; height: 315px;
	overflow: hidden;
}
div#aboveSentence:before {
	content: url("lib/style/default/event/aboveSentence.gif");
}
#aboveSentence p {
	/*
	z-index: -1;
	*/
	position: relative;
	font-size: x-large;
	text-align: center;
	top: 130px;
	margin: 0px;
}

div#footer {
	padding-top: 80px;
	background-image: url("lib/style/default/event/catch.gif");
	background-repeat: no-repeat;
}

/* ====================
	節: event
 ==================== */
#section_event h2 {
	background-image: url("lib/style/default/event/h2_event.gif");
	background-repeat: no-repeat;
	width: 780px; height: 30px;
}
#section_event h2 span {
	position: relative;
	z-index: -1;
	display: block;
	overflow: hidden;
	width: 100%; height: 100%;
}

div#subsec_09SumWelcome {
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 280px;
	font-size: 12px;
	
	background-image: url("_data/staff.jp");
	background-position: 0px -57px;
}
#subsec_09SumWelcome h3 {
	display: none;
}
#subsec_09SumWelcome ul {
	list-style: none;
	margin: 0px; padding: 0px;
}
#subsec_09SumWelcome dd {
	margin-left: 1em;
}
#subsec_09SumWelcome dd p {
	margin: 0px;
}
#subsec_09SumWelcome div.subsubsec {
	margin-bottom: 1em;
}
#subsec_09SumWelcome .subsubsec h4 {
	display: none;
}

/* Above Sentence */
#subsec_09SumWelcome div.aboveSentence {
	margin-bottom: 1em;
	overflow: visible;
}
* html #subsec_09SumWelcome div.aboveSentence {
	height: 1px; /* IE 6 用 */
}
#subsec_09SumWelcome .aboveSentence div.title {
	font-size: xx-large;
	font-weight: 700;
	color:#ffff33;
	padding-right: 0.4em;
	float: left;
}
#subsec_09SumWelcome .aboveSentence div.place {
	font-size: xx-large;
	font-weight: 700;
}
#subsec_09SumWelcome .aboveSentence div.date {
	font-size: x-large;
	font-weight: 700;
	margin-left: -0.1em;
	margin-bottom: 0.3em;
}
#subsec_09SumWelcome .aboveSentence span.date {
	color: #FFFF33;
}


#subsec_09SumWelcome .aboveSentence div.notes p {
	clear: both;
	font-size: 115%;
	color: #FFFFFF;
	font-weight: 380;
}
li#subsubsec_event span.day{
	font-size: 140%;
	color: #FFFF66;
	font-weight: 600;

}
li#subsubsec_event span.contents  {
	color: #FFFFFF;
	font-size: 140%;
	font-weight: 600;

}
li#subsubsec_notes {
	color: #FFFFFF;
	font-size: 110%;
	font-weight: 400;

}
}
div#subsubsec_exp {
	clear: both;
	margin-left: 0px;
}

div#09_sum_welcome_notific {
	bottom: -10px; left: 0px;
}

div.image {
	position: absolute;
	float:right;
	top: 750px;
	left: 30px;
/*	padding: 1px;
	border: solid #333 1px;
	background-color: #FFF;
	color: #333330;
	text-align: right; */
}
.image img {
	border: none;
	width: 720px;
}
.image div {
	display: none;
}



a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #99FF99;
	text-decoration: underline;
}
