@charset "UTF-8";

#conference-banner #conference {
	float: left;
	width: 235px;
}

#conference-banner #banner {
	float: right;
	width: 365px;
}


#news h3 {
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
#news dl, .topic dl {
	margin-bottom: 21px;
}
#news dt, .topic dt {
	color: #AAA;
	margin-bottom: 3px;
	font-size: 85%;
	line-height: 1.3em;
	margin-top: 12px;
	font-weight: bold;
	padding: 0;
}
#news dd, .topic dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	margin: 0 0 9px 0;
	line-height: 2em;
	font-size: 90%;
}
#news p {
	line-height: 1em;
	font-size: 90%;
}

#conference h3 {
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
#conference dl {
	margin-bottom: 14px;
}
#conference li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 82%;
	line-height: 1.8em;
}
#conference li .date {
}
#conference li .conf {
}

#conference p {
	line-height: 1em;
	font-size: 90%;
}
.SpryHiddenRegion {
	visibility:hidden;
}


#topic-tab a {
	outline: none;
	text-decoration: none;
}
#tabs {
	clear: left;
	border: 1px solid #FFFFFF; /*タブボックス全体の枠の色*/
	border-top: 0;
}
.tab {
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#topic-tab {

}
#topic-tab p {
	margin-left: 12px;
	font-size: 90%;
}
#topic-tab p a {
	text-decoration: underline;
}


#topic-tab-nav {
	float: left;
	background: url(../images/tab_pixel.gif) bottom left repeat-x;
	width: 580px;
}
#topic-tab-nav li {
	padding: 0;
	float: left;
	list-style-type: none;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	width: 100px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}
#topic-tab-nav a {
	font-weight: bold;
	display: block;
	/*border: 1px solid #FFFFFF; タブメニューの枠の色*/
	border-bottom: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;
	float: none;
}
#topic-tab-nav a:hover {
}
#topic-tab-nav a:visited {
	color: #0066CC;
}
#topic-tab-nav a.active {
	font-weight: bold;
	padding-bottom: 1px;
	cursor: default;
}
.topic {
	padding-top: 18px;
}
#topic-tab .topic a {
	text-decoration: underline;
}


