/* box.css */

/* common */
.box h1 a {
	color: #015ec3;
	text-decoration: none;
}
.box h1 a:hover {
	text-decoration: underline;
}
.box .box_content {
	font-size: 1.3em;
	line-height: 1.231em;
}
.box .box_content ul,
.box .box_content ol {
	margin-bottom: 1em;
}
.box .box_content ul li,
.box .box_content ol li {
	margin-left: 2em;
}
.box h5 {
	color: #015ec3;
	font-size: 1.5em;
	margin-bottom: 0.667em;
}

/* left */
#left .box {
	margin-bottom: 2em;
	border-top: 1px solid #ffa60c;
}
#left .box h1 {
	color: #015ec3;
	font-size: 1.5em;
	line-height: 1.2em;
	background: #f1f4f6;
	padding: 10px;
	margin: 3px 0 0.333em 0;
	border-bottom: 1px solid #e1e6eb;
}

/* right */
#right .box {
	background: #f1f4f6 url('../dsg/box_right_line.gif') repeat-x top left;
	padding: 10px;
	margin-bottom: 1em;
}
#right .box h1 {
	color: #013f8c;
	font-size: 1.3em;
	background: url('../dsg/box_right_dot.gif') no-repeat center left;
	padding-left: 13px;
	margin-bottom: 0.538em;
}


/* center */
#center .box {
	border-top: 1px solid #e1e6eb;
	margin-bottom: 2em;
	padding: 1em 10px 0;
}
#center .first .box,
.home #center .box {
	border-top: none;
	padding-top: 0;
}
#center .box h1 {
	color: #015ec3;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#center .box .box_content h2 {
	color: #015ec3;
	font-size: 1.25em;
	margin-bottom: 0.667em;
}
