@charset "utf-8";
/* CSS Document */
strong {
	color: #F60;
}

#content h3 {
	border-left-width: 8px;
	border-left-color: #F2B376;
	border-left-style: solid;
	color: #0678B3;
	font-size: 16px;
	padding-left: 10px;
    margin-bottom: 10px;
	font-weight: bold;
}
#content #section1 {
	width: 560px;
	margin-left: 86px;
	margin-bottom: 50px;
	margin-top: 30px;
}
#content #section1 p {
	margin-left: 18px;
	line-height: 1.8em;
	text-indent: 1em;
}
#content #section2 {
	width: 550px;
	margin-left: 86px;
}
#content #section2 #open p {
	margin-bottom: 10px;
	text-indent: 1.5em;
}
#content #section2 #desc p {
	margin-left: 18px;
	line-height: 1.8em;
	text-indent: 1em;
}

#content #section2 #time_table {
	border: 1px solid #0678B3;
	border-collapse:collapse;
	font-size: 12px;
	margin-left: 18px;
}
#content #section2 #time_table tr .open {
	background-image: url(../images/table_dot.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#content #section2 #time_table tr .close {
	font-weight: bold;
	color:#9BB50B;
}
#content #section2 #time_table tr .time {
	width: 100px;
}
#content #section2 #time_table th {
	border: 1px solid #0678B3;
	text-align:center;
	color: #0678B3;
}
#content #section2 #time_table td {
	border: 1px solid #0678B3;
	text-align:center;
	color:#BFE10E;
	width: 60px;
	height: 25px;
}
#content #section3 {
	width: 584px;
	margin-left: 86px;
	margin-top: 50px;
	/*margin-bottom: 50px;*/
}
#content #section3 p {
	margin-left: 18px;
	line-height: 1.8em;
	text-indent: 1em;
}
