@charset "utf-8";

@import "../../css/base.css";
@import "../../css/common.css";

/*		Event
----------------------------------------------------*/

div#section-right h2 {
    margin: 10px 0 0 15px;
    width: 420px;
    height: 57px;
    background: url(../images/h2_event.png) top left no-repeat;
    text-indent: -9999px;
}

#event .box01 {
	width:510px;
	margin:15px;
	padding:5px;
}
	
#event td {
	vertical-align:middle;
}

#event strong  {
	font-weight:bold;
}

#event h3  {
	font-size:14px;
	font-weight:bold;
	margin:0 0 20px;
	padding:0;
	line-height:10px;
}

/* ---------- テーブル関連 ---------- */


table.table_line{
	border-collapse: collapse;
	border: 1px #999999 solid;
	font-size:12px;
	color:#333333;
	margin-bottom: 6px;
}

td.usual{
	background-color:#ffffff;
	border: 1px #999999 solid;
	padding: 4px;
	line-height: 160%;
	color:#333333;
	font-size:12px;
}

td.center{
	text-align:center;
}

table.line_pop{
	border-collapse: collapse;
	border: 1px #669966 solid;
	font-size:12px;
	color:#333333;
	margin-bottom: 6px;
}
td.pop{
	background-color:#f1ffd8;
	border: 1px #669966 solid;
	padding: 4px 4px 4px 10px;
	line-height: 160%;
	color:#333333;
	font-size:12px;
}

td.title{
	width:200px;
	background-color: #006633;
	border: 1px #999999 solid;
	padding: 4px 4px 4px 10px;
	color: #FFFFFF;
	line-height: 160%;
	font-size: 12px;
}

