@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: 590px;
	margin: 0 auto;
}
#header {
	position: relative;
}
#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 16px;
}
#content #primary {
	float: left;
	width: 570px;
}

#content #contentTitle {
	display: none;
}
 
#content #secondary {
/*	float: right;
	width: 170px; */
	display: none;
}
#main {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}
#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 {
	display: none;
}

/* グローバルナビゲーション
---------------------------------------------*/
#globalNavigation {
	display: none;
}
/* パンくずリスト
---------------------------------------------*/
#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) no-repeat left center;
}
#topicPath li.first {
	padding-left: 30px;
	background : #8ab4ff url(../images/topicpath_li_bg_first.gif) no-repeat left center;
}
#topicPath li.last {
	background : #ffffff url(../images/topicpath_li_bg_last.gif) no-repeat left center;
}

/* 下階層への導入部分
---------------------------------------------*/
#lead p.leadSentence {
	line-height: 1.5;
	font-weight: bold;
	font-size: 120%;
	padding: 10px;
	margin: 10px 10px;
	border-bottom: 1px #CCCCCC solid;
}
#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: 10px 30px 10px 10px;
	text-align:center;
	border: 1px solid #0040B4;
	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: 1px dashed #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) repeat-x left bottom;
}
#localNavigation ul li a {
	display: block;
	width: 142px; /* for WinIE6 */
	padding: 8px 10px 8px 18px;
	background : url(../images/arrow_big.gif) no-repeat 9px 13px;
	text-decoration: none;
}
#localNavigation ul li a:hover,
#localNavigation ul li a:focus {
	background : #8ab4ff url(../images/arrow_big.gif) no-repeat 9px 13px !important;
}
#localNavigation ul li.current a {
	background : #8ab4ff url(../images/arrow_big.gif) no-repeat 9px 13px !important;
	font-weight: bold;
}

/* フッターナビゲーション
---------------------------------------------*/
#template_head {
	width: auto; /* for WinIE6,7 */
	padding: 10px;
	background : #9e9e9e url(../images/gn_bg.gif) repeat-x left center;
	font-size: 100%;
	font-weight: bold;
	color: #0040B4;
	line-height: 1;
}

#copyright {
	clear: both;
	width: 556px; /* 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;
}

