@charset "utf-8";


/*-----------------------------
	main
------------------------------*/

/* h2 */
#main h2{
	margin-bottom:30px;
}
/* h3 */
#main h3{
	margin-bottom:20px;
}
/* outline */
#main #outline{
	clear:both;
	width:730px;
	border-top:1px dotted #999;
	margin-bottom:40px;
}
#main #outline th{
	width:90px;
	padding:10px;
	border-bottom:1px dotted #999;
	background:#E9FAE9;
	vertical-align:top;
	font-weight:bold;
}
#main #outline td{
	padding:10px 20px;
	border-bottom:1px dotted #999;
	line-height:1.8;
}
#main #outline td table th{
	width:auto;
	background:none;
	font-weight:bold;
	padding:0 15px 0 0;
	border:none;
}
#main #outline td table td{
	background:none;
	padding:0;
	border:none;
}
#main #outline td span{
	color:#090;
}
/* access */
#main .access{
	clear:both;
	width:730px;
	overflow:hidden;
	margin-bottom:20px;
	border-bottom:1px dashed #CCC;
	padding-bottom:30px;
}
#main .access div{
	float:left;
	width:350px;
}
#main .access div dl{
	height:100px;
}
#main .access div dl dt,#popupMap dl dt{
	color:#090;
	font-weight:bold;
}
#main .access div dl dd span,#popupMap dl dd span{
	color:#090;
}
#main .access div p{
	padding-top:10px;
}
#popupMap{ width:505px; padding:10px 10px; border:1px solid #CCC; margin:10px auto 0; background:#FFF; height:702px;}
#popupMap img{margin-bottom:10px;}

/*-----------------------------
	history.html
------------------------------*/

/* history */
#main #history{
	width:730px;
	margin-bottom:40px;
}
#main #history tr.green th, #main #history tr.green td{
	background:#E9FAE9;
}
#main #history th.year{
	width:40px;
	padding:8px 0 8px 10px;
	vertical-align:top;
}
#main #history th.month{
	width:40px;
	padding:8px 0;
	text-align:right;
	vertical-align:top;
}
#main #history td{
	padding:8px 15px;
}
