﻿@charset "utf-8";
@import url("common.css");





/* ---------- flash ---------- */

#flash {
	width:900px;
	padding:0 0 20px;
	float:left;
	background-image: url(../../image/top/flash_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}






/* ---------- title ---------- */

h2 {
	margin:0 0 10px;
}





/* ---------- event ---------- */

#event {
	width:500px;
	float:left;
	padding:0 0 20px;
}

#event dl {
	padding:10px 0 0;
	font-size:75%;
	line-height:1.5em;
}

#event dt {
	background:url(../../image/common/bg_arr01.gif) 5px 5px no-repeat;
	padding:0 0 0 20px;
	font-weight: bold;
}

#event dd {
	border-bottom:#CCCCCC 1px dotted;
	padding:0 5px 8px 20px;
	margin:0 0 8px;
}





/* ---------- news ---------- */

#news {
	width:350px;
	float:right;
	padding:0 0 20px;
}

#news h3 {
	width:350px;
	float:right;
	padding:0 0 10px;
}

#news div {
	width:330px;
	float:left;
	border:#DDDDDD 1px solid;
	padding:9px;
}

#news ul {
	height:189px;
	width:330px;
	float:left;
	overflow:auto;
	scrollbar-arrow-color:#FFFFCC;
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#999999;
	scrollbar-3dlight-color:#E7E7E7;
	scrollbar-darkshadow-color:#E7E7E7;
	scrollbar-track-color:#E7E7E7;
}

#news li {
	border-bottom:#CCCCCC 1px dotted;
	width:300px;
	float:left;
	margin:0 0 8px;
}

#news li img {
	border:#CCCCCC 2px solid;
}

#news li h4 {
	font-weight:bold;
	padding:2px 0 5px;
	font-size:75%;
	line-height:1.5em;
}

