@charset "UTF-8";

/* 基本
---------------------------------------------*/
body {
	color: #333333;
	font-size: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background: #FFFFFF;
}
img {
	vertical-align: top;
}
a {
	color: #0040B4;
}
a:visited {
	color: #0040B4;
}
a:hover,
a:focus {
	color: #3366CC;
}
a:active {
	color: #CC3300;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
}
#header {
	position: relative;
}
#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 16px;
}
#content #primary {
	float: left;
	width: 570px;
}
#content #secondary {
	float: right;
	width: 170px;
}
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}

/* ロゴとユーティリティナビゲーション
---------------------------------------------*/
#logo {
	padding: 12px 0;
}
#utilityNavigation {
	position: absolute;
	right: 0;
	top: 25px;
	width: 170px;
	font-size: 100%;
	line-height: 1.2;
}
#utilityNavigation li {
	position: absolute;
	top: 0;
	width: 8em;
}
#utilityNavigation li#navSiteMap {
	right: 9em;
}
#utilityNavigation li#navInquiry {
	right: 0;
}
#utilityNavigation li a {
	padding-left: 12px;
	text-decoration: none;
}
#utilityNavigation li#navSiteMap a {
	background: url(../images/ico_sitemap.gif) left center no-repeat;
}
#utilityNavigation li#navInquiry a {
	background: url(../images/ico_mail.gif) left center no-repeat;
}

/* グローバルナビゲーション
---------------------------------------------*/
#globalNavigation {
	height: 33px;
	padding: 3px 2px 0 2px;
	background: #FFFFFF url(../images/gn_bg.gif) left bottom repeat-x;
	line-height: 1;
}
#globalNavigation li {
	font-weight: bold;
	float: left;
	padding-left: 4px;
}
#globalNavigation li a {
	display: block;
	font-size: 90%;
	padding: 10px 8px 10px 6px;
	color: #777777;
	text-decoration: none;
}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
	color: #0040B4;
}
#globalNavigation li.current {
	background: #FFFFFF url(../images/gn_li_current_bg2.gif) no-repeat;
}
#globalNavigation li.current a {
	background: #FFFFFF url(../images/gn_li_current_a_bg2.gif) right top no-repeat;
	padding: 10px 8px 10px 6px;
	border-bottom: none;
	color: #0040B4;
}
/* パンくずリスト
---------------------------------------------*/
#topicPath {
	height: 50px;
	margin: 10px 0 20px 0;
	border-bottom: 2px solid #0040B4;
	font-size: 100%;
	font-weight: bold;
	color: #0040B4;
	line-height: 1.2;
}
#topicPath li {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 32px;
	background: #8AB4FF url(../images/topicpath_li_bg.gif) left center no-repeat;
}
#topicPath li.first {
	padding-left: 30px;
	background: #8AB4FF url(../images/topicpath_li_bg_first.gif) left center no-repeat;
}
#topicPath li.last {
	background: #FFFFFF url(../images/topicpath_li_bg_last.gif) left center no-repeat;
}

/* 下階層への導入部分
---------------------------------------------*/
#lead p.leadSentence {
	line-height: 1.5;
	font-weight: bold;
	font-size: 110%;
	padding-top: 10px;
	margin: 10px 10px;
}
#lead p.leadSentenceTop {
	line-height: 1.5;
	font-weight: bold;
	font-size: 110%;
	margin: 0px 10px 10px 10px;
}
#lead .column {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}
#lead .section {
	width: 275px; /* for WinIE6 */
}
#lead .column #leadLeft {
	width: 275px; /* for WinIE6 */
	float: left;
}
#lead .column #leadRight {
	width: 275px; /* for WinIE6 */
	float: right;
}
#lead .column h2 {
	font-weight: bold;
	color: #0040B4;
	line-height: 1;
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 15px 30px 10px 10px;
	text-align:center;
	background: url(../images/head_h2_bg.gif) center center no-repeat;
	text-decoration: none;
}
#lead .column h3 {
	font-weight: bold;
	line-height: 1;
	display: block;
	padding: 10px 30px 5px 10px;
	color: #0040B4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0040B4;
	background-image: none;
}
#lead .column h4 {
	font-weight: bold;
	line-height: 1;
	display: block;
	padding: 10px 30px 10px 10px;
	color: #0040B4;
	background-image: none;
}
#lead .column h5 {
	font-weight: bold;
	line-height: 1;
	display: block;
	padding: 10px 30px 10px 10px;
}
#lead .column h6 {
	font-weight: bold;
	line-height: 1;
	display: block;
	padding: 5px 30px 5px 10px;
}
#lead .column p {
	font-weight: normal;
	margin: 5px 10px 10px 10px;
	line-height: 1.5;
}
#lead .column table {
	margin: 5px 10px 10px 10px;
	line-height: 1.5;
}

.table1 {
width: 550px; /* テーブルの横幅 */
border-collapse: collapse; /* 枠線の表示方法 */
border: 1px #000000 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
}

.table1 td {
border: 1px #000000 solid; /* セルの枠線（太さ・色・スタイル） */
padding: 1px; /* セル内の余白 */ 
}



/* ローカルナビゲーション
---------------------------------------------*/
#localNavigation ul {
	background: #F0F0F0;
	line-height: 1.2;
}
#localNavigation ul li {
	padding-bottom: 2px;
	background: url(../images/ln_li_bg.gif) left bottom repeat-x;
}
#localNavigation ul li a {
	display: block;
	width: 142px; /* for WinIE6 */
	padding: 8px 10px 8px 18px;
	background: url(../images/arrow_big.gif) 9px 13px no-repeat;
	text-decoration: none;
}
#localNavigation ul li a:hover,
#localNavigation ul li a:focus {
	background: #8AB4FF url(../images/arrow_big.gif) 9px 13px no-repeat    !important;
}
#localNavigation ul li.current a {
	background: #8AB4FF url(../images/arrow_big.gif) 9px 13px no-repeat    !important;
	font-weight: bold;
}

/* フッターナビゲーション
---------------------------------------------*/

#copyright {
	clear: both;
	width: 726px; /* for WinIE6,7 */
	padding: 20px 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
	font-size: 90%;
	color: #888888;
	line-height: 1;
}

/* サイトマップ用
---------------------------------------------*/
#siteMap ul {
	line-height: 1.5;
}
#siteMap ul li {
	padding: 4px;
}
#siteMap ul li a {
	padding: 8px 10px 8px 18px;
	background: url(../images/arrow_big.gif) 9px 13px no-repeat;
	text-decoration: none;
}

