@charset "shift_jis";
/* CSS Document */
html{
}

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

*{
	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: 620px;
}
.section{
	padding-top: 10px;
	zoom: 1;
}
.indent{
	text-indent:1em;
}
/*----------イベント趣旨----------*/
.section #left{
	float: left;
	width: 500px;
}
.section #right{
	float: right;
	width: 300px;
}
.section #left .article{
	padding-right: 10px;
	text-indent:1em;
}
.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 15px;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	width:130px;
}
#lecture td{
	background-color: #f0f0f0;
	padding: 10px 15px;
	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:10px 15px;
}

/*----------プログラム----------*/
#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;
}
.box{
	padding:10px 15px;
}
.small{
	text-align:right;
	font-size:11px;
}
.section_le{
	float:left;
}
.section_ri{
	float:left;	
	margin:10px 0 0 50px;
	display:inline;
}
/*.btn_bottom{
	background: url(../img/btn_form_bg.jpg) ;
}*/
.btn_bottom a {
	display: block;
	width: 120px;
	height:120px;
	text-indent: -9999px;
	outline: 0;

}

.btn_bottom {
	background-image:url(../img/btn_form.jpg) ;
}
.btn_bottom a:hover {
	background-image: url(../img/btn_form_bg.jpg) ;
}


/*----------フッター----------*/
#footer{
	border-top: solid 1px #999;
	margin:0 0 20px;
	padding:10px 15px;
}

/*----------リンク----------*/
#title a:hover img{
	filter: alpha(opacity=0);
	 -moz-opacity:0;
	 opacity:0;
}
/*------------------------------*/
/*clearfix*/
/*------------------------------*/
.c-fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
*html>body .c-fix{
	display: inline-block; 
	width: 100%;
	}
*html .c-fix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
.c-fix{
  	zoom: 1;
	}
