/* box.css */

/* common */
.box h1 a {
	color: #013f8c;
	text-decoration: none;
}
.box h1 a:hover {
	text-decoration: underline;
}
.box .box_content {
	font-size: 1.1em !important;
	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 {
	width: 164px;
	margin-left: 10px;
	margin-bottom: 2em;
}
#right .box h1,
#left .box h1 {
	color: /*#ffae00*/ #9a9a9a;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Georgia;
	text-transform: uppercase;
}
#right .box h1 {
	font-size: 1.0em;
}
/* right */
#right .box {
	color: #4a4a4a;
	font-size: 1.1em;
	margin-left: 10px;
	margin-bottom: 1em;
	padding-right: 10px;
	line-height: 1.45em;
	font-family: Verdana;
}

/* right box */
#right .first .box {
	margin-left: -2px;
	padding-left: 10px;
	background: #f5f4f1;
	border-bottom: 10px solid #fff;
}

#right .first .box .box_content {
	color: #000000;
	font-size: 1.1em;
	padding-top: 10px;
	line-height: 1.4em;
	font-family: Verdana !important;
}


/* center */
#center .box {
	margin-bottom: 3em;
	padding-left: 10px;
}
#center .box h1 {
	color: #ff3000;
	font-size: 2.4em;
	font-family: Georgia;
	font-weight: 100;
	margin-bottom: 0.5em;
}

#center .box .box_content {
	color: #1d1d1d;
	font-size: 1.16em;
	font-family: Verdana !important;
	line-height: 1.45em;
	
}
