@charset "UTF-8";
body {
	min-width:1040px;
}

/*----------------------------------------
	navi
----------------------------------------*/
#navi {
	margin-top:0;
	padding: 0;
	background:none;
	position: absolute;
	top: -130px;
	left: -10px;
}
/*----------------------------------------
	slide
----------------------------------------*/
#main_slide {
	text-align: center;
	margin: -16px auto 55px auto;
	overflow: hidden;	
}
#visual {
	width: 1040px;
	height: 420px;
	clear: both;
	margin:0 auto;
	position: relative;	
}
#visual ul{
	height: 420px;
	text-align: center;
}
#visual ul li{
	width: 1040px;
	min-width: 1040px;
	text-align: center;
	height: 420px;
	list-style: none;
}
#main_slide #visual_hd {
	position: absolute;
	top:180px;
	left: -20px;
}
#main_slide #visual_ft {
	position: absolute;
	top:180px;
	right:-20px;
}
/*----------------------------------------
	news_important
----------------------------------------*/
.news_important_area{
	width: 980px;
	margin: 0 auto;	
}
.news_important{
	background: url(../../img/congress/common/bg_juyo.gif) 0 0 repeat-y;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	position: absolute;
	top: 230px;
}
.news_important dl{
	width: 960px;
	overflow: hidden;
	margin: 10px;
	background: url(../../img/congress/top/bg_dl.gif) 0 0 repeat-y;
}
.news_important dl dt{
	width: 137px;
	float: left;
}
.news_important dl dd{
	width: 801px;
	float: right;
	font-size: 85%;
	background: #fff;
	padding: 4px 10px 10px;
	border: solid #ff846c 1px;
	text-align: left;
	overflow: hidden;
}
.news_important dl ul{
	margin-bottom: -11px;
}
.news_important dl li{
	width: 790px;
	font-size: 108%;
	list-style: none;
	padding:6px 5px;
	border-bottom: dotted 1px #ccc ;
	word-wrap: break-word;
	word-break:break-all;
}
/*----------------------------------------
	event
----------------------------------------*/
.top_event {
	width:680px;
	margin-bottom: 30px;
}
.top_event_inner {
	clear: both;
	width:700px;
	margin-left: -20px;
}
.top_event .ttl,
.top_news .ttl {
	width: 680px;
	height: 36px;
	margin-bottom: 20px;
	background: url(../../img/congress/common/title_bottom.png) no-repeat bottom;
}
.top_event .ttl h2,
.top_news .ttl h2{
	float: left;
	width: 200px;
}
.top_event .ttl p{
	float: right;
	width:106px;
}
.top_news .ttl p {
	float: right;
	width:34px;
}
.top_event .obi {
	margin-bottom: 20px;
}
.top_event dl {
	float: left;
	width: 330px;
	margin: 10px 0 10px 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
	_display:inline;
}
.top_event dl dt {
	float: left;
	width:80px;
	margin-right: 10px;
	padding: 5px;
	background-image: url(../../img/congress/common/bk_dot01.jpg);
}
.top_event dl dd {
	overflow: hidden;
	zoom:1;
}
.top_event dl dd img {
	padding-right:5px;
}
.top_event dl dd h3 {
	line-height:1.4;
}
.top_event dl dd img {
	padding-bottom: 5px;
}
.top_event dl dd a {
	color: #0075d8;
}
/*----------------------------------------
	news
----------------------------------------*/
.top_news {
	width:680px;
	margin-bottom: 30px;
}
.top_news dl {
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: #ccc 1px dotted;
}
.top_news dt {
	float: left;
	width:100px;
	margin-right: 10px;
}
.top_news dd {
	overflow: hidden;
	zoom:1;
}
/*----------------------------------------
	banner
----------------------------------------*/
.top_banner {
	clear: both;
	width:680px;
	margin: 30px auto;
	padding-bottom: 30px;
	background:url(../../img/congress/common/title_bottom.png) bottom left no-repeat;
}
.top_banner ul {
	width:690px;
	margin-left: -10px;
}
.top_banner ul li {
	float: left;
	margin-left: 10px;
	_display:inline;
}
/*----------------------------------------
	bottom_slide
----------------------------------------*/
#bottom_slide {
	clear: both;
}
/*----------------------------------------
	accordion
----------------------------------------*/
.top_news #open_area {
	display:none;
}
.top_news .ttl p {
	text-indent:-9999px;
	width:34px;
	height:30px;
}
.top_news .ttl p {
	background:url(../../img/congress/common/btn_more.jpg) right center no-repeat;
}
.top_news .ttl p.open {
	background:url(../../img/congress/common/btn_or.jpg) right center no-repeat;
}
