@charset "UTF-8";
/* reset default css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
	margin:0;
	padding:0;
}
body {
	font:13px/1.231 arial, helvetica, sans-serif;
	*font-size:small;
	*font:x-small;
	color:#333;
	background-color:#FFF;
}
select, input, button, textarea {
	font:99% arial, helvetica, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, em, th {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
hr {
	display:none;
}
input{
	vertical-align:middle;	
}
strong{
	font-weight:bold;	
}
/* font size */
#container .txt10 {
	font-size:77%;
}
#container .txt12 {
	font-size:100%;
}
#container .txt14 {
	font-size:108%;
}
#container .txt16 {
	font-size:123.1%;
}
#container .txt18 {
	font-size:138.5%;
}
/* link color */
a:link {
	color:#0033cc;
	text-decoration:none;
}
a:visited {
	color:#c42671;
	text-decoration:none;
}
a:hover {
	color:#0033cc;
	text-decoration:underline;
}
a:active {
	color:#0033cc;
	text-decoration:underline;
}
/* base elements */
body, html {
	height:100%;
}
#container {
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	font-size:93%;
	background:url(../images/bg_header.gif) repeat-x;
	text-align:center;
}
*:first-child+html #container{
	min-height:100% !important;		
}
#content{
	width:850px;
	margin:2.33em auto 0;
	padding-bottom:55px;
	text-align:left;
	zoom:1;
}
#content:after{
	content:'';
	display:block;
	clear:both;
}
#content.twoColumn{
	margin-top:.67em;	
}
/* header */
#header {
	position:relative;
	width:850px;
	margin:0 auto 1.17em;
	text-align:left;
}
#logo {
	padding:19px 0 11px;
}
#logoShikoh {
	position:absolute;
	top:17px;
	right:-8px;
}
/* global navigation */
#gnav {
	zoom:1;
}
#gnav:after {
	content:'';
	display:block;
	clear:both;
}
#gnav li {
	float:left;
}
#gnav li a, #gnav li span {
	display:block;
	height:35px;
	background:url(../images/menu.gif) no-repeat;
	text-indent:-9999px;
	outline:0;
}
#gnav #gnav1 a, #gnav #gnav1 span {
	width:111px;
}
#gnav #gnav1 a:hover, #gnav #gnav1 span {
	background-position:0 -35px;
}
#gnav #gnav2 a, #gnav #gnav2 span {
	width:125px;
	background-position:-111px 0;
}
#gnav #gnav2 a:hover, #gnav #gnav2 span {
	background-position:-111px -35px;
}
#gnav #gnav3 a, #gnav #gnav3 span {
	width:161px;
	background-position:-236px 0;
}
#gnav #gnav3 a:hover, #gnav #gnav3 span {
	background-position:-236px -35px;
}
#gnav #gnav4 a, #gnav #gnav4 span {
	width:104px;
	background-position:-397px 0;
}
#gnav #gnav4 a:hover, #gnav #gnav4 span {
	background-position:-397px -35px;
}
/* bread crumbs*/
ul.breadcrumbs{
	width:850px;
	margin:0 auto;
	text-align:left;
	zoom:1;
}
ul.breadcrumbs:after {
	content:'';
	display:block;
	clear:both;
}
ul.breadcrumbs li {
	float:left;
}
ul.breadcrumbs a {
	display:inline-block;
	margin-right:8px;
	padding-right:12px;
	background:url(../images/arw_breadcrumbs.gif) no-repeat right .3em;
}
ul.breadcrumbs a:visited{
	color:#0033cc;
}
/* footer */
#footer {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:10px 0;
	border-top:1px solid #e5e5e5;
	border-bottom:3px solid #000;
	text-align:left;
}
#footer .wrap{
	width:850px;
	margin:0 auto;
}
#copyright{
	float:right;
	width:397px;
	height:11px;
	margin-top:5px;
	background:url(../images/copyright.gif) no-repeat;
	text-indent:-9999px;
}
#footerNav{
	float:left;
}
#terms {
	float:left;
	width:126px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;	
}
#terms a{
	display:block;
	width:126px;
	height:21px;
	background:url(../images/bt_terms.gif) no-repeat;
	text-indent:-9999px;
	outline:0;
}
#policy {
	float:left;
	width:131px;
	border-right:1px solid #e5e5e5;	
}
#policy a{
	display:block;
	width:131px;
	height:21px;
	background:url(../images/bt_policy.gif) no-repeat;
	text-indent:-9999px;
	outline:0;
}
/* page top */
.pagetop{
	width:850px;
	margin:0 auto;
	padding:15px 0 85px;
	background:url(../images/bg_border_double.gif) repeat-x;
	zoom:1;
}
.pagetop:after{
	content:'';
	display:block;
	clear:both;
}
.pagetop a{
	display:block;
	float:right;
	width:100px;
	height:17px;
	background:url(../images/bt_pagetop.gif) no-repeat;
	text-indent:-9999px;
	outline:0;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
/*main area*/
#main{
}
#content.twoColumn #main{
	float:right;
	width:630px;	
	border-top:none;
}
#title{
	margin-bottom:15px;
	padding-bottom:11px;
	border-bottom:1px solid #b3b3b3;
}
#content.twoColumn #title{
	padding-bottom:0;
	border-bottom:none;
}
#lead{
	margin-top:1.25em;	
}
.section{
	margin-top:2.08em;	
}
.section .header{
	margin-bottom:1em;
	padding:.6em 0;
	border-top:1px solid #000;
	border-bottom:1px solid #d9d9d9;
	font-size:116%;
	font-weight:bold;
}
.overflow{
	width:100%;
	overflow:hidden;
	zoom:1;
}
.overflow .wrap{
	width:878px;	
}
.half{
	float:left;
	width:410px;
	margin-right:29px;
}
.hr5px{
	padding-bottom:1.25em;
	border-bottom:5px solid #000;	
}

/*side area*/
#inquiries{
	float:left;
	width:180px;
	padding-top:17px;
	border-top:1px solid #000;
}
#inquiries .header{
	margin-bottom:9px;	
}
#inquiries .thumb{
	margin-bottom:.67em;	
}
#inquiries .link{
	margin-top:.92em;	
}
/* arrow */
.arw{
	display:inline-block;
	padding-left:10px;
	background:url(../images/arw_black.gif) no-repeat 0 .3em;
}
/* space */
.br05em{
	margin-bottom:.5em;	
}
.br1em{
	margin-bottom:1em;	
}
/*font color*/
.red{
	color:#e50000;	
}
/* text align*/
.textCenter{
	text-align:center;	
}
/* icon */
.iconBlank{
	margin-left:3px;	
}
/* list style */
ul.markerBar{
	margin-top:-.5em;
	overflow:hidden;
	zoom:1;
}
ul.markerBar li{
	margin-top:.5em;
	padding-left:8px;
	background:url(../images/bg_bar.gif) no-repeat 0 .2em;
}
.twoColumn ul.listHorizon{
	width:668px;
}
ul.listHorizon li{
	float:left;
	margin-right:38px;
}
dl.markerBar dt{
	clear:left;
	float:left;
	margin-right:1em;
	padding-left:8px;
	background:url(../images/bg_bar.gif) no-repeat 0 .2em;
	font-weight:bold;
}
dl.markerBar dd{
	margin-bottom:.5em;
	overflow:hidden;
	zoom:1;
}
dl.dt5em dt{
	width:3em;	
}

