@charset "UTF-8";
/* CSS Document */
#area_wrapper {
	background: url(images/area_back.png) top center no-repeat;
	width: 466px;
	margin: auto;
	color: #494949;
	}
#area {
	background: url(images/area_header.gif) center bottom no-repeat;
	width: 450px;
	margin: 0px auto 60px;
	text-align: left;
	}
#area_body {
	padding: 24px 16px;
	}
h1, h2 {
	margin: 0px;
	padding: 0px;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 16px;
	font-size: 30px;
	}
h2,
h2 a {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 0.9em;
	font-weight: normal;
	font-size: 20px;
	}
h2 a:hover {
	background: #ccc;
	}
p,
ul {
	font-size: 11px;
	color: #666;
	}
p {
	margin: 6px 0px 16px;
	}
ul {
	list-style: outside;
	margin-left: 16px;
	margin-bottom: 24px;
	padding: 0px;
	}
ul ul {
	list-style: outside circle;
	margin-bottom: auto;
	}
ul li {
	margin-bottom: 8px;
	}
ul ul li {
	margin-bottom: 4px;
	}
.alignleft {
	float: left;
	margin: 0px 16px 16px 0px;
	}
.alignright {
	float: right;
	margin: 0px 0px 16px 16px;
	}
div.case_preview {
	margin-bottom: 16px;
	border-bottom: 1px solid #f1f1f1;
	}
div.case_preview div {
	padding-top: 16px;
	}
div.case_detail h2,
div.case_detail h2 a {
	font-size: 16px;
	}
div.case_detail a {
	color: #3f46a3;
	text-decoration: none;
	}
div.case_detail a:hover {
	border-bottom: 1px solid #ccc;
	}
div#nav_bar {
	position: relative;
	height: 30px;
	overflow: hidden;
	margin-bottom: 30px;
	clear: both;
	}
.absleft {
	position: absolute;
	left: 0;
	top: 0;
	}
.absright {
	position: absolute;
	right: 0;
	top: 0;
	}
#footer p,
#footer ul {
	font-size: 18px;
	}