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

#common{
	width:800px;
	margin:0 auto;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background-color:#ffffff;
}

h1{
	margin:0 auto;
	width:800px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	text-align:center;
	background-color:#006600;
	color:#ffffff;
	font-size:12px;
	padding:2px 0;
}


#left{
	display:block;
	width : 737px;
	float:left;
}

#right{
	display:block;
	width : 265px;
	float:right;
}

#main{
	padding:30px 30px 0 30px;
	line-height:1.6em;
}

#main h3{
	display:block;
	height:1em;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.3em;
	color:#006600;
	text-indent:5px;
	border-left:3px solid #006600;
	margin-top:30px;
	margin-bottom:10px;
}

#main h4{
	font-size:1.1em;
	color:#FF9900;
	line-height:1.3em;
}



/* プログラム */
.program{
	margin-bottom:30px;
}

.program table td{
	border:1px solid #CCC;
	padding:5px 10px;
}

.time{
	width:100px; 
	text-align:center; 
	background-color:#e5e5e5;
}

.title{
	font-weight:bold;
	font-size:1.3em;
	color:#009900;
}

.sab{
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	margin:5px 0 0;
}

.job{
	margin:10px 0 0;
}

.name{
	font-weight:bold;
	font-size:1.1em;
}

.name span{
	font-weight:normal;
	font-size:0.8em;
}

/* 開催概要 */
.summary th{
	width:100px;
}

/* pagetop */
.pagetop{
	float:right;
	margin:15px;
}

.pagetop a{
	display:block;
	width:62px;
	height:19px;
	border:1px solid #006600;
	text-align:center;
	font-size:9px;
	line-height:21px;
}

/* フッター */

#footter{
	display:block;
	width:800px;
	margin:0 auto;
	background-color:#006600;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

#footter address{
	font-size:9px;
	color:#ffffff;
	padding:10px 0 10px 0;
	text-align:center;
}