@charset "utf-8";


/*----------------------------------------------------------- 

  Seting LIST 
  
  * Base Style
   + Link
   + Common
  * Page Layout
   + HEADER
   + CONTENTS
   + RIGHTBAR
   + FOOTER
  * Navigation
   + GLOBAL
   + BREADCRUMB
   + 2ND-SUB

  ----------------------------------------------------------- */


/*
 Base Style [
----------------------------------------------------------- */
body {
	font-size: 16px !important;
	font-family: "MS P ゴシック", "MS PGothic", "Osaka", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #333333;
	line-height:140%;
}
h1 {
	float: left;
	margin: 5px 15px;
}

/* Link ----------------------------------------------------------- */
a {
	color: #00468c;
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:underline;
}
a:active {
}

/* Common ----------------------------------------------------------- */
.clear {
	clear:both;
}
.hide { 
	visibility: hidden;
}
.noshow {
	display: none;
}
hr.clear {
		clear:both;
		margin: 0;
		padding: 0;
		height: 1px;
		color: #fffffe;
		border: 0;
		background-color: #fff;
}
.al_c {
	text-align: center;
}
.al_r {
	text-align: right;
}


/*
 Page Layout [
----------------------------------------------------------- */
#wrapped {
	width: 900px;
	height: 100%;
	margin: 0px auto;
}


/* HEADER ----------------------------------------------------------- */
#header {
	height: 70px;
	background: url(../images/share/hdr_bgi.jpg) no-repeat;
	padding: 20px 0px 0px 0px;
}
#header .hdr-nav {
	float: right;
	margin: 30px 0px 0px 0px;
}


/* COMTENTS ----------------------------------------------------------- */
#contents {
	width: 850px;
	background-image: url(../images/share/cont_bgi.gif);
	background-repeat: repeat-y;
	margin: 0px 20px 0px 30px;
}
#main {
	width: 595px;
	float: left;
}
#main h2 {
	margin: 0px 0px 20px 0px;
}

#main h3 {
display: block;
margin: 20px 0px;
padding: 10px 10px 5px;
width: 575px;
background: url(../images/share/ttl_bgi.jpg) no-repeat left bottom;
font-size: 16px;
font-weight: normal;
}


/* RIGHTBAR ----------------------------------------------------------- */
#rightbar {
	float: right;
	width: 230px;
}
#rightbar .office {
	margin: 0px 0px 0px 8px;
	font-size: 12px;
}
#rightbar .office h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}


/* FOOTER ----------------------------------------------------------- */
#footer {
	width: 900px;
	height: 25px;
	margin: 10px 0px 0px 0px;
	padding-top: 10px;
	background: url(../images/share/ftr_bg.jpg) no-repeat;
	font-size: 10px;
	color: #3A414C;
	text-align: center;
}


/*
 Navigation Layout [
----------------------------------------------------------- */

/* GLOBAL ----------------------------------------------------------- */
#gnav {
	clear: both;
	height: 50px;
	background-image: url(../images/share/gnav_bgi.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#gnav ul {
	margin: 0px auto;
	padding-left: 4px;
	height: 50px;
	width: 750px;
	background-image: url(../images/share/gnav_leftline.jpg);
	background-repeat: no-repeat;
}
#gnav ul li {
	float: left;
	font-weight: bold;
}
#gnav ul li a {
	display: block;
	padding: 14px 0px 0px 0px;
	height: 36px;
	width: 150px;
	background-image: url(../images/share/gnav_leftline.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000;
	overflow: hidden;
	text-align: center;
}
#gnav ul li a:hover {
	background-image: url(../images/share/gnav_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
	text-decoration: none;
}

/* BREADCRUMB ----------------------------------------------------------- */
#bcnav {
	margin: 10px 30px;
	width: 840px;
	font-size: 12px;
}
#bcnav ul li {
	float: left;
}
#bcnav ul li a {
	display: block;
	padding-right: 20px;
	width: auto;
	color: #0066ff;
	background-image: url(../images/share/bgnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 12px;
	overflow: hidden;
}

/* 2ND-SUB ----------------------------------------------------------- */
#subnav {
	margin: 0px auto 2em auto;
	width: 203px;
	font-size: 14px;
}
#subnav ul li.nowon {
	height: 43px;
}
#subnav ul li a {
	display: block;
	margin: 0px 1px;
	padding: 12px 0px 0px 70px;
	height: 32px;
	width: 131px;
	background-image: url(../images/share/snav_bgi.jpg);
	background-repeat: no-repeat;
}
#subnav ul li a:hover {
	color: #999;
	text-decoration: none;
}
