/******************************************************************************/
/* 株式会社クバプロ */
/* 近日開催シンポジウム一覧ページ用テスト - last update: 11.02.24 */

/******************************************************************************/
/* ホームページ全体 */

* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

body {
	background: #FFFFFF;
	text-align: left;
	color: #333333;
	font-size: 13px;
}

hr {
	display :none;
}

img {
	border: 0px none;
}

table {
	border-collapse: collapse;
}

ul, ol {
	list-style: none;
}

a {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #FF9900;
}

#main {
	width: 960px;
}

#header {
	width: 740px;
	height: 54px;
	background: #FFFFFF url(../sympo/titlelogo.gif) no-repeat left top;
	padding-right: 220px;
	padding-bottom: 6px;
}

#header span {
	display: none;
}

#ber {
	width: 940px;
	height: 20px;
	line-height: 20px;
	background: #669900;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1em solid #FFFFFF;
	padding-left: 20px;
}

#ber a {
	color: #FFFFFF;
}

#ber a:visited {
	color: #FFFFFF;
}

#ber a:hover {
	color: #FFFFFF;
}

#left {
	float: left;
	width: 146px;
	background: #CCCCCC;
	padding-top: 15px;
	margin-bottom: 30px;
}

#left .midashi {
	width: 116px;
	height: 43px;
	padding: 0px 15px;
	margin-bottom: 1.5em;
}

#right {
	float: right;
	padding-left: 14px;
	width: 800px;
	background: #FFFFFF;
	margin-bottom: 30px;
}

/*
#right ul {
	list-style-position: outside;
	list-style: none;
	margin-left: 0px;
}
#right li {
	margin-bottom: 5px;
	border-bottom: 1px solid #999999;
	margin-left: 0px;
}
*/

#right h2 {
	background: #FF9900;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding-left: 10px;
	width: 790px;
	margin-bottom: 1em;
}

#right table {
	margin-left: 20px;
	width: 780px;
}

#right tr.bg_bunkazai {
	background: #FFEEEE;
}

#right tr.bg_brain {
	background: #EEFFFF;
}

#right td {
	padding: 3px 5px;
}

#right td.date {
	width: 90px;
	padding-top: 5px;
}

#right td.date2 {
	width: 90px;
	padding-top: 5px;
	vertical-align: top;
}

#right td.title {
	width: 500px;
	padding-top: 5px;
}

#right td.place {
	width: 160px;
	padding-top: 5px;
}

#right td.sponsor {
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	width: 950px;
	padding-top: 20px;
	padding-left: 10px;
	line-height: 1.5em;
	background: #FFFFFF;
	border-top: 1px solid #666666;
	font-size: 12px;
}

#footer ul {
	list-style-position: inside;
	margin: 0px;
}

#footer li {
	list-style: none;
	display : inline;
}

