@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	.greeting
-------------------------------------------------------------------*/
.greeting {
	margin:-4px 0 34px;
}
.g1 {
	margin-bottom:14px;
}
.greeting .image {
	padding:4px 0 6px;
}


/*-------------------------------------------------------------------
	#box
-------------------------------------------------------------------*/
#content #box {
	overflow:hidden;
	/zoom:1;
	margin-bottom:5px;
}
#content #box dl {
	float:left;
	width:200px;
	margin:0 20px 18px 0;
}
#content #box dl.none {
	margin-right:0;
}
#content #box dt {
	text-align:center;
	margin-top:1px;
}
#content p.p01 {
	color:#F75944;
	font-size:1.45em;
	font-weight:bold;
	text-align:center;
	margin:0 0 29px;
}


/*-------------------------------------------------------------------
	.box
-------------------------------------------------------------------*/
.box {
	border:1px solid #DFDFDF;
	margin-bottom:30px;
}
.blast {
	margin-bottom:40px;
}
.box p {
	border-bottom:2px solid #DFDFDF;
}
.box dl {
	padding:10px 10px 3px;
	background:url(../image/evt_icon.jpg) left bottom repeat-x;
}
.box dl dt {
	font-size:1.25em;
	font-weight:bold;
	padding-bottom:1px;
	margin-bottom:6px;
	background:url(../image/evt_icon.jpg) left bottom repeat-x;
}
.box dl dd.dspec {
	font-size:0.85em;
	padding:4px 0 6px; 
}
.box p.p_trig {
	text-align:right;
	font-size:0.85em;
	border-bottom:none;
	padding:7px 10px 5px 0;
}


/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 140px;
	margin-bottom: 50px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 6px 0 6px 21px;
}
#topics dl.even {
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 106px;
}