@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../images/body_bg.png);
}


.clear {
	clear:both;
}


#container {
	width:904px;
	margin:0 auto;
	background:url(../images/content_bg.png) repeat-y;
}
#wrapper {
	width:870px;
	margin:0 auto;
}
#header p {
	margin:0;
}
#header .logo {
	background:#93c5df;
}
#header .logo a {
	width:306px;
	height:66px;
	margin-left:20px;
	background:url(../images/logo.png) 0 50% no-repeat;
	display:block;
	text-indent:-9999px;
	line-height:66px;
}
#header h1 {
	height:335px;
	margin:0;
	background:url(../images/mv_01.png) no-repeat;
	text-indent:-9999px;
}
#header .sub {
	height:85px;
	margin:0;
	background:url(../images/mv_02.png) no-repeat;
	text-indent:-9999px;
}

/*-------------------------------------------------------
 mainContWrapper
-------------------------------------------------------*/
.date {
	padding:0 0 10px 0;
	background:url(../images/explain_bg.png) repeat-y;
}
.date dl {
	height:121px;
	margin:0;
	background:url(../images/date_01.png) no-repeat;
	text-indent:-9999px;
}
.date p a {
	width:564px;
	height:89px;
	margin:20px auto 0;
	background:url(../images/entry_btn_01.png) no-repeat;
	display:block;
	text-indent:-9999px;
}
.date p a:hover {
	background:url(../images/entry_btn_01_hover.png) no-repeat;
}

/*-------------------------------------------------------
 mainContInner
-------------------------------------------------------*/
.mainContInner {
	margin:0 20px;
}
.explain {
	padding:0 0 50px 0;
	background:#e5f2f9;
}
.explain h2 {
	height:178px;
	margin:0;
	background:url(../images/explain_01.png) no-repeat;
	text-indent:-9999px;
}
.explain p {
	text-align:center;
}
.explain .text {
	width:732px;
	height:296px;
	margin:30px auto 0;
	background:url(../images/explain_03.png) no-repeat;
	text-align:center;
}
.explain .text p {
	display:none;
}
/*-------------------------------------------------------
 speaker
-------------------------------------------------------*/
.speaker h3 {
	height:45px;
	margin:30px auto 0;
	background:url(../images/speaker_intro.png) no-repeat;
	text-indent:-9999px;
}
.speakerProf {
	padding:5px 27px;
	background:#e5f2f9;
	overflow:hidden;
}
.speakerProf p {
	float:left;
}
.speakerProf dl {
	width:577px;
	float:right;
}
.speakerProf dl dt {
	height:40px;
	margin-top:10px;
	background:url(../images/speaker_name.png) no-repeat;
	text-indent:-9999px;
}
.speakerProf dl dd {
	height:174px;
	margin-left:0;
	background:url(../images/speaker_des.png) no-repeat;
}
.speakerProf dl dd span {
	display:none;
}
/*-------------------------------------------------------
 entry
-------------------------------------------------------*/
.entry h3 {
	height:23px;
	margin:30px 0 40px;
	background:url(../images/entry_title.png) no-repeat;
	text-indent:-9999px;
	clear:both;
}
.entry h4 {
	height:291px;
	margin:0;
	background:url(../images/mv_03.png) no-repeat;
	text-indent:-9999px;
}
.entry .sub {
	height:73px;
	margin:0;
	background:url(../images/mv_04.png) no-repeat;
	text-indent:-9999px;
}
.entry dl {
	height:147px;
	margin:0;
	background:url(../images/date_02.png) no-repeat;
	text-indent:-9999px;
}
.entry p a {
	width:804px;
	height:125px;
	margin:30px auto 50px;
	background:url(../images/entry_btn_02.png) no-repeat;
	display:block;
	text-indent:-9999px;
}
.entry p a:hover {
	background:url(../images/entry_btn_02_hover.png) no-repeat;
}
/*-------------------------------------------------------
 footer
-------------------------------------------------------*/
#footer {
	padding:7px 0;
	background:#e3ecf3;
	text-align:center;
}
#footer ul li {
	margin-right:20px;
	display:inline;
	font-size:12px;
}
#footer ul li a {
	padding-left:10px;
	background:url(../images/icon_arrow.png) 0 50% no-repeat;
	color:#263a45;
}
#footer p {
	color:#808f9b;
	font-size:12px;
}