@charset "utf-8";

/*----------------------------------------
HTML:/information/event.html
CSS: /information/css/event.css

----------------------------------------*/

/* pagelink
---------------------*/
div.pagelink{
	background: url(../images/common/bg_pagelink.gif) repeat-x left top;
	padding: 3px 0 25px 0;
}

div.pagelink dl{
	width:540px;
	margin: 0 0 0 0;
	background: #F7F6F3 url(../images/common/bg_pagelink.gif) repeat-x left bottom;
}

div.pagelink dl dt{
	width:45px;
	height:16px;
	line-height:15px;
	text-align:center;
	float:left;
	display:inline;
	margin:9px 0 0 13px;
	color:#FFFFFF;
	background: url(../images/common/bg_year.gif) no-repeat 0 0;
	font-size:84%;
}
div.pagelink dl dd{
	float:left;
	padding:8px;
}
div.pagelink dl dd ul li{
	float:left;
	background: url(../../images/common/ico_arrow_bottom_blue.gif) no-repeat 0 6px;
	padding:0 10px 0 10px;
}


/* event
---------------------*/
div.section.event h3{
	width: 510px;
	padding:8px 10px 8px 15px;
	font-size:117%;
	font-weight: bold;
	background:url(../images/common/bg_ttl.jpg) repeat-x left bottom;
	border: #BDB6AC 1px solid;
}

div.section.event dl{
	background: url(../../images/common/bg_border_dotted.gif) repeat-x left bottom;
}

div.section.event dl.bg{
	background:#EEF1EA url(../../images/common/bg_border_dotted.gif) repeat-x left bottom;
}

div.section.event dt{
	width:125px;
	float: left;
	padding: 10px 0 10px 25px;
}

div.section.event dd{
	width:360px;
	float: left;
	padding: 10px 25px 10px 0;	
}

div.section.event dd span{
	margin: 0 0 0 10px;
	line-height: 17px;
}

/* pagetop
---------------------*/
div#main p.pagetop{
	font-size:84%;
}

*html div#main p.pagetop{
	font-size:74%;
}


div#main p.pagetop a{
	padding:2px 0 2px 20px;
}


