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

#mainImg {
	width:auto;
	height:407px;
	background:url(../img/main_img_2017_tokyo.png) no-repeat 0 0;
	background-size:cover;
	border-bottom:5px solid #541863;
	}
#mainImg div {
	position:relative;
	width:960px;
	margin:0 auto;
	}
#mainImg div h1 {
	z-index: 99;
	position: absolute;
	top: 29px;
	left: 20px;
	width: 445px;
	height: 88px;
	background:url(../img/main_img_title.png) no-repeat;
	text-indent: -9999px;
	}
#mainImg #location {
	position:absolute;
	top: 180px;
	left: 20px;
	width:644px;
	height:207px;
	}


/*------------------------------------------------------------detail*/
#more {}
.block01 {
	position:relative;
	float:left;
	width:443px;
	height:229px;
	padding:20px;
	background:url(../img/paper01_base.png) no-repeat;
	}
.block01 p {
	margin-top:10px;
	}
	
/*--------------------------------------------------------lastNews*/
#newsBox {
	padding:20px;
	background:#fff;
	}
#newsBox dt {
	float:left;
	clear:left;
	width:160px;
	padding:5px 0;
	}
#newsBox dd {
	padding:5px 0 5px 180px;
	border-bottom:1px dotted #999;
	}

/*--------------------------------------------------------*/

#form dt {
	float:left;
	clear:left;
	width:90px;
	margin:8px 0;
	text-align:right;
	}
#form dd {
	margin:8px 0;
	padding-left:200px;
	}
#form dd input {
	padding:5px;
	}
#form form p input {
	margin-left:200px;
	cursor:pointer;
	}
#form p.comment {
	display:inline-block;
	padding:2px 10px;
	background:#E8F1F9;
	}
#committee ul {
	list-style:disc;
	margin-left:20px;
	}

/*add Jan 31th 2017*/
#announceEx {
	width:80%;
	margin:20px;
	padding:20px;
	border:5px solid #F00;
	}
#announceEx h2 {
	margin-bottom:10px;
	font-size:26px;
	color:#f00;
	line-height:1.2;
	}
#announceEx dt {
	float:left;
	clear:left;
	width:420px;
	font-size:18px;
	}
#announceEx dd {
	padding:0 0 2px 460px;
	font-size:18px;
	background:url(../img/dot.png) repeat-x bottom;
	}