@charset "utf-8";
/* ========== base layout ========== */
body {
	background:url(../images/common_bg_body.gif) repeat-x #e5e5e5;
	text-align:center;
}
#wrapper {
	background:url(../images/common_bg_wrap.gif) repeat-y;
	width:846px;
	margin:0 auto;
	text-align:left;
}
#header {
	background:url(../images/common_bg_head.gif) no-repeat;
	min-height:61px;
	position:relative;
}
* html #header {
	height:61px;
}
#container {
	width:840px;
	clear:both;
	margin:0 3px;
	border-top:1px #e5e5e5 solid;
	clear:both;
}
#container:after {
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
* html #container {
	display:inline-block;
}
#breadcrumbs {
	padding:8px 20px;
	background:#ffffff;
	font-size:80%;
	line-height:150%;
	clear:both;
}
#mainCol {
	width:581px;
	padding:0 0 20px 20px;
	float:left;
}
#menuCol {
	width:219px;
	padding:0 0 20px 0;
	float:right;
}
#footer {
	clear:both;
	text-align:left;
}
/* ========== header internal ========== */
#header p#siteID {
	width:301px;
	height:30px;
	position:absolute;
	top:10px;
	left:12px;
}
#header ul#siteFunction {
	position:absolute;
	top:39px;
	left:250px;
	width:410px;
	text-align:right;
}
#header ul#siteFunction li {
	display:inline;
	font-size:12px;
	background:url(../images/common_ic003.gif) no-repeat 0 4px;
	padding-left:8px;
	margin-left:10px;
}
#header p#homeNavi {
	position:absolute;
	top:35px;
	left:672px;
	width:172px;
	height:22px;
}
#header #fontSwitch {
	position:absolute;
	top:8px;
	left:665px;
	width:176px;
	height:18px;
}
#header #fontSwitch dt {
	display:inline;
	float:left;
}
#header #fontSwitch dt img {
	margin:4px 0;
}
#header #fontSwitch dd ul#fontmenu li {
	display:inline;
	float:left;
	margin:0 0 0 3px;
}
#header #fontSwitch #fsbutton-default,
#header #fontSwitch #fsbutton-large {
	cursor:pointer;
}
#header form {
	width:223px;
	height:19px;
	position:absolute;
	top:7px;
	left:429px;
}
#header form dt {
	background:url(../images/common_tx001.gif) no-repeat;
	width:64px;
	height:19px;
	float:left;
	text-indent:-9999px;
}
#header form dd input#srchInput {
	width:119px;
	height:17px;
	border:1px #d5d1c8 solid;
	border-top:1px #808080 solid;
	border-left:1px #808080 solid;
	font-size:90%;
	float:left;
}
#header form dd input.button {
	margin:1px 0 1px 3px;
	padding:0;
	vertical-align:top;
	float:left;
}
/* ========== footer internal ========== */
#footer #ftMenu {
	background:url(../images/common_bg_foot.gif) repeat-x #263d53;
	color:#ffffff;
	padding:10px 0 8px 0;
}
#footer #ftMenu ul {
	width:840px;
	margin:0 auto;
}
#footer #ftMenu ul li {
	display:inline;
	font-size:12px;
	background:url(../images/common_bg_footLink.gif) repeat-y right;
	padding-right:15px;
	margin-right:10px;
}
#footer #ftMenu ul li.last {
	background:none;
}
#footer #ftMenu ul li a:link,
#footer #ftMenu ul li a:visited {
	color:#ffffff;
}
#footer #ftMenu ul li a:hover {
	color:#ff3300;
	text-decoration:none;
}
#footer #ftMenu ul.privacy {
	margin-top:9px;
}
#footer #ftMenu ul.privacy li {
	font-size:10px;
}
#footer address {
	width:840px;
	margin:0 auto;
	text-align:right;
	font-style:normal;
	font-size:10px;
	color:#333333;
	padding:8px 0;
}
#footer address img {
	margin-right:3px;
	vertical-align:top;
}
/* ========== main column internal ========== */
/* section */
#mainCol .section {
	padding:0 0 30px 15px;
	clear:both;
}
#mainCol .section:after {
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
* html #mainCol .section {
	display:inline-block;
}
*:first-child+html #mainCol .section {
	zoom:1;
}
#mainCol .sectionW {
	padding:0 0 30px 0;
	clear:both;
}
#mainCol .sectionW:after {
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
* html #mainCol .sectionW {
	display:inline-block;
}
*:first-child+html #mainCol .section {
	zoom:1;
}
/* clear block */
#mainCol .clrBlock {
	clear:both;
}
*:first-child+html .clrBlock {
	height:100%;
}
#mainCol .clrBlock:after {
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
* html #mainCol .clrBlock {
	display:inline-block;
}
/* headings */
#mainCol h1 {
	border-bottom:3px #d1dae3 solid;
	font-size:120%;
	background:url(../images/common_bg_h1.gif) no-repeat;
	padding:15px 15px 10px 15px;
	line-height:135%;
	margin-bottom:15px;
	clear:both;
}
#mainCol h1.wNavi {
	margin-bottom:0;
}
#mainCol h2 {
	font-size:110%;
	background:url(../images/common_bg_h2.gif) no-repeat bottom;
	line-height:135%;
	padding-bottom:3px;
	margin-bottom:1em;
	clear:both;
}
#mainCol h3 {
	font-size:90%;
	color:#406398;
	background:url(../images/common_bg_h3.gif) no-repeat 0 3px;
	padding-left:12px;
	line-height:150%;
	margin-bottom:0.75em;
}
#mainCol h4 {
	font-size:90%;
	color:#000000;
	line-height:150%;
	margin-bottom:0.5em;
}
/* paragraph */
#mainCol p {
	font-size:90%;
	line-height:165%;
	margin-bottom:0.75em;
}
#mainCol p.lead {
	font-size:110%;
	color:#666666;
	line-height:165%;
	margin-bottom:1em;
}
/* navigations */
#mainCol ul.local {
	background:#eeeeee;
	padding:5px 5px 7px 10px;
	margin:1px 0 15px 0;
}
#mainCol ul.local li {
	background:url(../images/common_ic005.gif) no-repeat 0 2px;
	display:inline;
	padding:2px 0 3px 13px;
	margin:0 15px 0 0;
}
#mainCol ul.local li em {
	font-weight:normal;
}
#mainCol ul.anchor {
	margin:0 0 20px 0;
}
#mainCol ul.anchor li {
	background:url(../images/common_ic001.gif) no-repeat 0 4px;
	display:block;
	float:left;
	padding:0 0 0 10px;
	margin:0 20px 0 0;
	white-space:nowrap;
}
/* image box */
#mainCol div.imgBoxHalf {
	width:273px;
	padding:3px 0 10px 15px;
	float:right;
}
#mainCol div.imgBoxOneThird {
	width:175px;
	padding:3px 0 10px 15px;
	float:right;
}
#mainCol div.imgBox {
	clear:both;
}
#mainCol div.imgBoxHalf p,
#mainCol div.imgBoxOneThird p,
#mainCol div.imgBox p {
	font-size:80%;
	line-height:150%;
	margin-bottom:0;
}
#mainCol div.imgBoxHalf img,
#mainCol div.imgBoxOneThird img,
#mainCol div.imgBox img {
	margin-bottom:3px;
}
/* multi colmn */
#mainCol .mc2L {
	width:267px;
	float:left;
	margin-right:25px;
}
#mainCol .mc2R {
	width:267px;
	float:right;
}
/* lists */
#mainCol ul {
	margin:0 0 15px 0;
}
#mainCol ul li {
	font-size:90%;
	line-height:150%;
	margin-bottom:0.5em;
}
#mainCol ul li ul {
	margin:0.3em 0 0 1.5em;
}
#mainCol ul li ul li {
	font-size:100%;
}
#mainCol ul li ol {
	margin:0.3em 0 0 3.5em;
}
#mainCol ul li ol li {
	font-size:100%;
}
#mainCol ol {
	margin:0 0 15px 1.6em;
}
#mainCol ol li {
	font-size:90%;
	line-height:150%;
	margin-bottom:0.5em;
}
#mainCol ul.disc {
	list-style:disc;
	margin:0 0 15px 1.2em;
}
#mainCol ul.dot {
	margin:0 0 15px 0;
}
#mainCol ul li ul.dot {
	margin:0 0 0 1.25em;
}
#mainCol ul.dot li {
	background:url(../images/common_ic002.gif) no-repeat 3px 5px;
	padding-left:1em;
}
#mainCol ul.text {
	margin:0 0 15px 0;
}
#mainCol ul.text li {
	text-indent:-1.25em;
	padding-left:1.25em;
}
#mainCol ul.numeral {
	margin:0 0 15px 0;
}
#mainCol ul.numeral li {
	text-indent:-2em;
	padding-left:2em;
}
#mainCol ul.note {
	font-size:90%;
}
#mainCol dl.dateList {
	clear:both;
}
#mainCol dl.dateList dt {
	font-size:90%;
	line-height:150%;
	font-weight:bold;
	color:#666666;
	float:left;
	width:10em;
	clear:left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#mainCol dl.dateList dd {
	font-size:90%;
	line-height:150%;
	background:url(../images/common_li001.gif) repeat-x bottom;
	padding:5px 0 5px 9em;
}
/* link icons */
#mainCol ul.linkList {
	margin:0 0 15px 0;
}
#mainCol ul.linkList li {
	padding-left:10px;
	background:url(../images/common_ic004.gif) no-repeat;
}
#mainCol ul.linkList li.newWin {
	padding-left:15px;
	background:url(../images/common_ic009.gif) no-repeat 0 3px;
}
#mainCol ul.linkList li.pdf {
	padding-left:15px;
	background:url(../images/common_ic007.gif) no-repeat 0 2px;
}
#mainCol ul.linkList li span {
	display:none;
}
#mainCol ul.windowList {
	margin:0 0 15px 0;
}
#mainCol ul.windowList li {
	padding-left:15px;
	background:url(../images/common_ic009.gif) no-repeat 0 3px;
}
#mainCol ul.windowList li span {
	display:none;
}
#mainCol ul.pdfList {
	margin:0 0 15px 0;
}
#mainCol ul.pdfList li {
	padding-left:15px;
	background:url(../images/common_ic007.gif) no-repeat 0 2px;
}
#mainCol a.linkIcon {
	padding:2px 0 3px 10px;
	background:url(../images/common_ic004.gif) no-repeat;
}
#mainCol a.windowIcon {
	padding:2px 0 3px 15px;
	background:url(../images/common_ic009.gif) no-repeat 0 3px;
}
#mainCol a.pdfIcon {
	padding:2px 0 3px 15px;
	background:url(../images/common_ic007.gif) no-repeat 0 2px;
}
#mainCol ul.pdfList li span,
#mainCol a.linkIcon span,
#mainCol a.windowIcon span,
#mainCol a.pdfIcon span {
	display:none;
}
/* table */
#mainCol table.regular {
	background:#b3b3b3;
	border-collapse:separate;
	border-spacing:1px;
	width:100%;
	font-size:90%;
	line-height:150%;
}
#mainCol table.regular th, #mainCol table.regular td {
	border:1px #ffffff solid;
	background:#ffffff;
	padding:5px;
}
* html #mainCol table.regular th,
* html #mainCol table.regular td {
	position:relative;
}
#mainCol table.regular th {
	background:#dadada;
}
#mainCol table.regular th.head {
	background:#cfdae4;
	font-weight:bold;
	text-align:center;
}
#mainCol table.regular td.even {
	background:#eeeeee;
}
#mainCol table.regular caption {
	font-size:90%;
	padding-top:3px;
	caption-side:bottom;
}
/* decoration box */
#mainCol .decoBox {
	background:url(../images/common_bg_decobox.gif) no-repeat;
	width:267px;
	padding:5px 5px 0 6px;
	float:left;
	margin:0 25px 15px 0;
	clear:left;
}
#mainCol .decoBox.right {
	margin-right:0;
	clear:none;
}
#mainCol .decoBox h2,
#mainCol .decoBox h3 {
	height:35px;
	text-indent:-9999px;
	background:none;
	overflow:hidden;
	margin-bottom:5px;
	padding:0;
}
#mainCol .decoBox h2 a,
#mainCol .decoBox h3 a {
	height:35px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
}
#mainCol .decoBox h2 a:hover,
#mainCol .decoBox h3 a:hover {
	background-position:0 -35px;
}
#mainCol .decoBox h2 a.on,
#mainCol .decoBox h3 a.on {
	background-position:0 -35px;
}
#mainCol .decoBox p {
	padding:0 8px;
	line-height:150%;
}
/* column box */
#mainCol .columnBoxA {
	border:1px #7289ad solid;
	padding:1px;
	margin-bottom:10px;
}
#mainCol .columnBoxA h3 {
	background:#dde5ed;
	padding:5px 8px 4px 8px;
	color:#333333;
	font-size:100%;
	line-height:150%;
}
#mainCol .columnBoxA p,
#mainCol .columnBoxA ul,
#mainCol .columnBoxA ol {
	padding:0 8px;
}
#mainCol .columnBoxB {
	border:1px #7289ad solid;
	padding:2px;
	margin-bottom:10px;
}
#mainCol .columnBoxB p {
	background:#e7edf4;
	padding:8px;
}
#mainCol .columnBoxB p.last {
	margin-bottom:0;
}
#mainCol .ind1 {
	margin-left:15px;
}
/* pageup */
#mainCol p.pgup {
	background:url(../images/common_ic008.gif) no-repeat 0 5px;
	float:right;
	padding-left:15px;
	clear:both;
}
/* dot line */
#mainCol .dtLineH {
	background:url(../images/common_li001.gif) repeat-x top;
	padding-top:10px;
}
/* margin overwrite for last child item */
#mainCol p.last, #mainCol table.last,
#mainCol ul.last, #mainCol ol.last,
#mainCol dl.last, #mainCol div.last {
	margin-bottom:25px;
}
/* ========== menu column internal ========== */
#menuCol h2 {
	text-indent:-9999px;
	font-size:0;
}
#menuCol h2 a {
	background:url(../images/common_menu_h2.gif) no-repeat;
	width:219px;
	height:30px;
	display:block;
}
#menuCol h2.dealing a {
	background-position:0px 0px;
}
#menuCol h2.utility a {
	background-position:0px -30px;
	height:31px;
}
#menuCol h2.aboutus a {
	background-position:0px -61px;
}
#menuCol h2.dealing a:hover {
	background-position:-219px 0px;
}
#menuCol h2.utility a:hover {
	background-position:-219px -30px;
}
#menuCol h2.aboutus a:hover {
	background-position:-219px -61px;
}
#menuCol h2.dealing a.on {
	background-position:-219px 0px;
}
#menuCol h2.utility a.on {
	background-position:-219px -30px;
}
#menuCol h2.aboutus a.on {
	background-position:-219px -61px;
}
#menuCol ul {
}
#menuCol ul li {
	background:url(../images/common_bg_menu.gif) no-repeat bottom;
	font-size:90%;
	line-height:150%;
	padding:7px 7px 6px 13px;
}
#menuCol ul li.last {
	background:url(../images/common_bg_menu_last.gif) no-repeat bottom;
	padding:5px 7px 8px 13px;
}
#menuCol ul li a {
	color:#000000;
	text-decoration:none;
	background:url(../images/common_ic006.gif) no-repeat 2px 1px;
	display:block;
	padding-left:15px;
}
#menuCol ul li a:hover {
	color:#003366;
	text-decoration:underline;
}
#menuCol ul li.on {
	background:url(../images/common_bg_menu_on.gif) no-repeat bottom;
	border-top:2px #ffffff solid;
	margin-left:2px;
	padding:5px 7px 6px 13px;
}
#menuCol ul li.laston {
	background:url(../images/common_bg_menulast_on.gif) no-repeat bottom;
	border-top:2px #ffffff solid;
	margin-left:2px;
	font-weight:bold;
	padding:5px 7px 6px 13px;
}
#menuCol ul li em {
	background:url(../images/common_ic006.gif) no-repeat 0 1px;
	display:block;
	padding:0 0 0 13px;
	color:#003366;
}
#menuCol div#bnrSpace {
	padding:20px 0;
	text-align:center;
}
#menuCol div#bnrSpace p {
	margin-bottom:8px;
}

