@charset "UTF-8";
/* base */

span.separator {
	margin: 0 0.5em;
}

.gray {
	color: #999999;
}

.point {
	color: #DD0000;
}

.ta_c { text-align: center; }
.ta_l { text-align: left; }
.ta_r { text-align: right; }
.fl_l { float: left; }
.fl_r { float: right; }
.fs_xs { font-size: x-small; }
.fs_s { font-size: small; }
.fs_m { font-size: medium; }
.fs_l { font-size: large; }
.fs_xl { font-size: x-large; }
.mb_xs { margin-bottom: 5px; }
.mb_s {	margin-bottom: 10px; }
.mb_m {	margin-bottom: 20px; }
.mb_l {	margin-bottom: 30px; }
.mt_0 { margin-top: 0; }
.ml_s { margin-left: 10px; }
.ml_m { margin-left: 20px; }
.ml_l { margin-left: 30px; }
.ml_xl { margin-left: 40px; }
.m_0 { margin: 0; }
.c_p { cursor: pointer; }

#MainContainer {
	margin: 0 auto;
	width: 960px;
	padding: 0 10px;
	background-image: url(../images/body.gif);
	background-position: top;
	background-repeat: repeat-y;
}

/* header */
#header {
	width: 940px;
	padding: 0 10px;
	height: 80px;
	overflow: hidden;
	background-image: url(../images/header_back.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#header .left {
	float: left;
	width: 390px;
	height: 80px;
	overflow: hidden;
}
#header .right {
	float: right;
	width: 220px;
	height: 80px;
	overflow: hidden;
}

#menu {
	display: block;
	position: absolute;
	width: 960px;
	height: 28px;
	top: 80px;
	overflow: hidden;
	background-image: url(../images/menu_back.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

/* body */
#body {
	min-height: 300px;
	width: 960px;
	padding: 28px 0 0;
}

/* navigation */
#body #navigation {
	padding: 0;
	width: 220px;
	min-height: 300px;
	float: left;
}
#navigation .inner {
	margin: 20px 0 30px 20px;
}

#navigation #release {
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
}
#navigation #release h3 {
	color: #333;
	font-size: small;
	background-color: #F3F3F3;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
}
#navigation #release p.date {
	border-top: 1px dotted #CCC;
	padding-top: 3px;
	color: #036;
	margin: 2px 0;
}
#navigation #release h4 {
	font-size: small;
	font-weight: normal;
	line-height: 130%;
	border-left: 3px solid #036;
	color: #333;
	padding-left: 5px;
	margin: 0 0 5px;
}

#navigation #release p {
	font-size: x-small;
	margin-left: 8px;
}


/* contents */
#body #contents {
	padding: 0 0 20px;
	width: 720px;
	min-height: 300px;
	float: right;
}
#contents .main_inner {
	margin: 20px 20px 30px 0;
}

.col2mm {
}
.col2mm .left {
	float: left;
	width: 345px;
}
.col2mm .right {
	float: right;
	width: 345px;
}

.col2ls1 {
}
.col2ls1 .left {
	float: left;
	width: 490px;
}
.col2ls1 .right {
	float: right;
	width: 200px;
}

#contents strong {
	color: #dd0000;
	font-weight: normal;
}

#contents h1.image {
	margin: 0 0 20px;
	line-height: 100%;
}

#contents h1.title_error {
	color: #333;
	font-size: large;
	font-weight: normal;
	margin: 2em 0;
}

#contents h2.title_bl {
	font-size: medium;
	font-weight: normal;
	color: #333;
	padding-left: 10px;
	line-height: 200%;
	border-left: 5px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#contents h2.title_main,
#contents h2.title_main_green {
	background-repeat: no-repeat;
	width: 700px;
	height: 40px;
	overflow: hidden;
	margin: 0 0 10px;
	color: #333;
	font-size: medium;
	font-weight: normal;
	line-height: 40px;
	text-indent: 15px;
}
#contents h2.title_main {
	background-image: url(../images/maintitle_blue.gif);
}
#contents h2.title_main_green {
	background-image: url(../images/maintitle_green.gif);
}

#contents h3.title_l {
	font-weight: normal;
	font-size: small;
	color: #333;
	padding-left: 10px;
	border-left: 5px solid #CCC;
}
#contents h3.title_l_blue {
	font-weight: normal;
	font-size: medium;
	color: #333;
	line-height: 20px;
	padding-left: 22px;
	background-image: url(../images/arrow_grade_blue_h20.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#contents h4.title_n {
	color: #333;
	font-weight: normal;
}

#solution_menu {
	width: 100%;
	background-image: url(../images/solution_menu_back.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#solution_menu h2.title {
	line-height: 30px;
	margin: 0;
}
#solution_menu h2.titleback {
	color: #333;
	font-weight: bold;
	font-size: small;
	background-image: url(../images/solution_menu_titleback.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 30px;
	text-indent: 25px;
	height: 30px;
	width: 345px;
}
#solution_menu h3.subtitle {
	color: #000;
	font-size: small;
	width: 315px;
	padding: 3px 5px;
	background-color: #AFD1EF;
}
#solution_menu h3 a {
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	width: 315px;
	display: block;
	padding: 3px 5px;
}
#solution_menu p.info {
	margin-top: 5px;
	margin-left: 10px;
	font-size: small;
}
#solution_menu p {
	margin-left: 10px;
	font-size: x-small;
}

#solution_menu h3 a:link, #solution_menu h3 a:visited,
#solution_menu h3 a:active {
	color: #000;
	background-color: #EAF2FB;
	text-decoration: none;
}

#solution_menu h3 a:hover {
	color: #000;
	background-color: #AFD1EF;
	text-decoration: none;
}

#feature h3 {
	background-image: url(../images/featurepoint.gif);
	background-repeat: no-repeat;
	width: 490px;
	height: 40px;
	overflow: hidden;
	margin: 0 0 10px;
	color: #333;
	font-weight: normal;
	line-height: 40px;
	text-indent: 15px;
}
#feature p {
	margin: 0 10px 10px;
}

#sidetopic {
	background-color: #FCFCFC;
	border: 1px solid #CCC;
}
#sidetopic .column {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 9px;
	margin-bottom: 5px;
}
#sidetopic h2 {
	color: #333;
	font-weight: normal;
	font-size: small;
	text-align: center;
	letter-spacing: 0.2em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 2px 0;
	margin: 0 0 8px;
	background-color: #FFF;
}
#sidetopic h3 {
	color: #000;
	font-size: small;
	font-weight: normal;
	border-bottom: 1px solid #3bb3ff;
	margin: 0 0 5px;
	padding-bottom: 2px;
}
#sidetopic p {
	font-size: x-small;
	margin: 0.1em 0;
}

#category_menu {
	border: 1px solid #CCC;
	background-color: #F3F3F3;
}
#category_menu h2.title {
	color: #333;
	font-weight: normal;
	margin: 10px 0 0 10px;
}
#category_menu h3 {
	color: #333;
	font-weight: normal;
	font-size: small;
	border-bottom: 1px solid #CCC;
}
#category_menu p {
	color: #333;
	margin-left: 10px;
	font-size: x-small;
}

#database_menu h3 {
	margin-bottom: 0;
}
#database_menu h3 a {
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	width: 668px;
	display: block;
	padding: 3px 5px;
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
}
#database_menu p {
	font-size: small;
	padding: 5px 10px;
	margin-top: 0;
}

#database_menu #business h3 a {
	border: 1px solid #AFD1EF;
}
#database_menu #business h3 a:link, #database_menu #business h3 a:visited,
#database_menu #business h3 a:active {
	background-color: #EAF2FB;
	background-image: url(../images/arrow_blue3_h20.gif);
}
#database_menu #business h3 a:hover {
	background-color: #AFD1EF;
	background-image: url(../images/arrow_bluewhite3_h20.gif);
}
#database_menu #business p {
	border-bottom: 1px solid #AFD1EF;
	border-left: 1px solid #AFD1EF;
	border-right: 1px solid #AFD1EF;
}

#database_menu #personal h3 a {
	border: 1px solid #97ec8f;
}
#database_menu #personal h3 a:link, #database_menu #personal h3 a:visited,
#database_menu #personal h3 a:active {
	background-color: #e1f4df;
	background-image: url(../images/arrow_green3_h20.gif);
}
#database_menu #personal h3 a:hover {
	background-color: #97ec8f;
	background-image: url(../images/arrow_greenwhite3_h20.gif);
}
#database_menu #personal p {
	border-bottom: 1px solid #97ec8f;
	border-left: 1px solid #97ec8f;
	border-right: 1px solid #97ec8f;
}

#servicepage_menu h3 {
	background-image: url(../service/images/servicetitile.gif);
	background-repeat: no-repeat;
	width: 345px;
	height: 40px;
	overflow: hidden;
	margin: 0 0 10px;
	color: #333;
	font-weight: normal;
	line-height: 40px;
	text-indent: 15px;
}
#servicepage_menu p {
	margin: 0 10px 10px;
}

#category_list {}
#category_list h3 {
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	padding: 3px 5px;
	color: #000;
	background-color: #EAF2FB;
	border: 1px solid #AFD1EF;
}
#category_list p {
	font-size: small;
	margin: 0 10px 20px;
}

#subject_list {}
#subject_list h2 {
	background-image: url(../needs/images/subject_back.gif);
	height: 700px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: medium;
	font-weight: normal;
	color: #000;
	margin: 0 0 10px;
	text-indent: 20px;
}
#subject_list h2 span.subject {
	color: #9f0808;
	font-weight: bold;
}
#subject_list .frame {
	border: 1px solid #f39700;
	margin: 0 10px 20px;
}

#subject_list .frame h3 {
	background-color: #fff5d7;
	color: #ed6c00;
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px dotted #f39700;
	padding: 5px 20px;
	line-height: 130%;
}
#subject_list .frame p {
	margin: 10px 20px;
}
#subject_list img.settlement {
	float: right;
	margin: -25px 10px 0 5px;
}

#example_column h4 {
	margin: 0.2em 0 0.2em 10px;
	font-weight: normal;
}
#example_column p {
	margin-left: 10px;
}
#example_column ul {
}
#example_column ul.mb_l {
	margin-bottom: 30px;
}

table.default {
	border-top: none;
	border-left: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
}
table.default td,
table.default th {
	font-size: small;
	padding: 2px 5px;
	border-top: 1px solid #CCCCCC;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
}
table.default th {
	text-align: center;
	background-color: #FCFCFC
}
table.default table.noborder {
	border: none;
}
table.default table.noborder td {
	border: none;
	vertical-align: middle;
}

table.list th, table.list td {
	font-size: x-small;
}
table.list th.title {
	background-color: #CCC;
}

table.noborder {
}
table.noborder th,
table.noborder td {
	padding: 2px 5px;
	vertical-align: top;
}

/* footer */
#footer {
	width: 960px;
	padding: 30px 10px 20px;
	margin: 0 auto;
	background-image: url(../images/body_bottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#footer #sitemap {
	padding: 10px 20px;;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FCFCFC;
}
#sitemap .menu {
	float: left;
	width: 160px;
	margin-right: 15px;
}
#sitemap h3 {
	font-size: x-small;
	color: #666666;
	margin-bottom: 0;
}
#sitemap h3 + ul{
	margin-top: 0em;
}
#sitemap ul {
	font-size: x-small;
	margin: 0.5em 0;
}
#sitemap ul.mb_m {
	margin-bottom: 20px;
}
#sitemap ul li {
	list-style: none;
	margin: 0.4em 0;
}
#sitemap a:link, #sitemap a:visited,
#sitemap a:active {
	color: #666666;
	text-decoration: none;
}

#sitemap a:hover {
	color: #000;
	text-decoration: underline;
}

#footer address {
	border-top: 2px dotted #CCCCCC;
	padding-top: 10px;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #999999;
	font-size: small;
}

#corp {}
#corp p {
	color: #999999;
}
#corp a {}
#corp a:link, #corp a:visited,
#corp a:active {
	color: #666666;
	text-decoration: none;
}

#corp a:hover {
	color: #000;
	text-decoration: underline;
}

#corp #logo {
	margin-top: -1.5em;
	text-align: right;
}

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-weight: bold;
	color: #000;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
}

.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}

.TabbedPanelsContent {
	padding: 19px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

