@charset "UTF-8";

#SGHplan table {
	width:100%;
	margin:1em 0;
}
#SGHplan table th,
#SGHplan table td.mid {
	line-height:120%;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	font-weight: normal;
}
#SGHplan table th.foot {
	background-color:#EEE;
}
#SGHplan table td.line {
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	background-position:center center;
	width:30px;
}
#SGHplan table td.line1 {
	background-image:url(images/line.gif);
	background-repeat: no-repeat;
	background-position:30px center;
}
#SGHplan table td.line2 {
	background-image:url(images/line.gif);
	background-repeat: no-repeat;
	background-position:-25px center;
}
#SGHplan table td.center,
#SGHplan table.trip td {
	text-align:center;
	vertical-align:middle;
}
#SGHplan table.noline td {
	border:none;
}

#SGHplan h3 {
	margin:2em 0 0 0;
}
#SGHplan h4 {
	margin:2em 0 0 0;
}
#SGHplan h5 {
	margin:2em 0 0 0;
	font-size:120%;
	font-weight:bold;
}
#SGHplan p.paren {
	margin: 0.5em 0 0 0;
	font-size:110%;
}
#SGHplan p.indent {
	margin:1em 0 0 1em;
}
#SGHplan div.indent {
	margin:0 0 0 1em;
}
#SGHplan ul {
	margin:0 0 1em 1em;
}
#SGHplan ul li {
	margin:0.5em 0 0 2em;
}
#SGHplan ul li span {
	margin:0 0 0 -1em;
}

/*#SGHplan ul li p {
	text-indent:-1em;
	margin:0 0 0 1em;
}*/
#SGHplan ul i div.detail {
	margin:0 0 1em 4em;
}
#SGHplan ul li div.detail span {
	margin:0 0 0 -4em;
}
.ph_r {
	float:right;
	margin:1em 0 1em 1em;
}
.ph_l {
	float:left;
	margin:1em 1em 1em 0;
}

#SGHplan ul.circle li {
	list-style-type: disc;
	margin-left: 0.5em;
}
#SGHplan ul.square li {
	list-style-type: square;
	margin-left: 0.5em;
}