@charset "shift_jis";
/* CSS Document */
html{
	font-size: 100.01%;
}

body{
	font-size: 75%; /* 12px */
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	background-color: #fff;
	color: #333;
}

/* font-size
 *
 *  8px :  67% - 2S
 * 10px :  83% - S
 * 12px : 100% - R
 * 14px : 117% - L
 * 16px : 133% - 2L
 * 18px : 150% - 3L
 * 20px : 167% - 4L
 * 22px : 183% - 5L
 * 24px : 200% - 6L
 * 26px : 217% - 7L
 * 28px : 233% - 8L
 * 30px : 250% - 9L */

*{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	vertical-align:bottom
}

h1, h2, h3, h4{
	font-weight: bold;
	font-size: 100%;
}

img{
	border: none;
}
.clear_b{
	clear: both;
}
.f_bold{
	font-weight: bold;
}
.line{
	border-top: solid 1px #999;
}
.text_right{
	text-align: right;
	display: block;
}
.m_t_10{
	margin-top: 10px;
}

#container{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#header h1{
	text-align: right;
}
#title{
	background: url(../img/title.jpg) left top no-repeat;
	width: 800px;
	height: 326px;
	position: relative;
}
#btn_form{
	background: url(../img/btn_form_bg.jpg) left top no-repeat;
	position: absolute;
	top: 197px;
	left: 572px;
}
.section{
	padding-top: 10px;
	zoom: 1;
}
/*----------イベント趣旨----------*/
.section #left{
	float: left;
	width: 500px;
}
.section #right{
	float: right;
	width: 300px;
}
.section #left .article{
	padding-right: 10px;
}
.article{
	margin-top: 10px;
}
.detail{
	background-color: #999;
	padding: 3px 3px 0;
}
.detail dl{
	background-color: #f0f0f0;
	padding: 5px;
}
.detail dl dt{
	background: url(../img/list_image01.gif) left 50% no-repeat;
	padding-left: 14px;
	font-weight: bold;
	color: #2993c0;
}
.detail dl dd{
	padding-left: 14px;
}
#detail_line{
	border-bottom: solid 3px #999;
}

/*----------基調講演----------*/
#lecture{
	width: 800px;
	margin-top: 10px;
}
#lecture .border_do{
	border-bottom: dotted 1px #999;
}
#lecture h3{
	margin-bottom: 10px;
	font-size: 117%;
	color: #2993c0;
}
#lecture th{
	background-color: #d4d4d4;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}
#lecture td{
	background-color: #f0f0f0;
	padding: 10px;
	vertical-align: top;
}
#lecture td dl{
	margin-top: 10px;
}
#lecture td dt{
	width: 5em;
	float: left;
}
#lecture td dd{
	margin-left: 5em;
}
.lecture_photo{
	text-align: center;
	white-space: nowrap;
}
.lecture_photo img{
	margin-bottom: 3px;
}

/*----------プログラム----------*/
#program{
	margin-top: 10px;
	width: 800px;
	border-collapse: collapse;
}
#program th{
	background-color: #d4d4d4;
	padding: 3px 5px;
	vertical-align: middle;
	text-align: left;
	border: solid 1px #999;
	white-space: nowrap;
}
#program td{
	padding: 3px 5px;
	vertical-align: top;
	border: solid 1px #999;
}
#program td.gray{
	background-color: #f0f0f0;
}
#program td dt{
	width: 6em;
	float: left;
}
#program td dd{
	font-weight: bold;
	margin-left: 6.5em;
}
#program td dd span{
	font-weight: bold;
	color: #2993c0;
}
.article01{
	background: url(../img/list_image01.gif) left 50% no-repeat;
	padding-left: 14px;
	margin-top: 10px;
	font-size: 117%;
	color: #2993c0;
}
.article02{
	background: url(../img/list_image02.gif) left 50% no-repeat;
	padding-left: 14px;
	margin-top: 10px;
	font-size: 117%;
	color: #2993c0;
}

#sponsor{
	background: url(../img/logo.jpg) right bottom no-repeat;
	padding: 10px 0 0;
	zoom: 1;
}

/*----------フッター----------*/
#footer{
	border-top: solid 1px #999;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

/*----------リンク----------*/
#title a:hover img{
	filter: alpha(opacity=0);
	 -moz-opacity:0;
	 opacity:0;
}
