@charset "utf-8";

/*============================
　	CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
body {
	font-size: 75%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 12px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
		10px	>>	0.83em
		11px	>>	0.91em
		12px	>>	1em
		13px	>>	1.08em
		14px	>>	1.17em
		15px	>>	1.25em
		16px	>>	1.33em
		18px	>>	1.50em
		20px	>>	1.67em
----------------------------------------- */
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
	outline:none;/*for firefox*/
}
address{
	font-style:normal;
}
/*============================
　	共通チップス
=============================*/
body {
	line-height:150%;
}
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
a {
	color:#666666;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
a:hover img {
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	background:#ffffff; /*このテンプレの背景色*/
	color:#666666; /*このテンプレの基本色*/
	text-align:center;
}
#container{
	text-align:center;
}
#contents{
	width:960px;
	margin:0 auto;
	text-align:left;
}
/* トップ */
#top #contents{
	width:980px;
}
/* 下層ページ */
#sidebar{
	width:220px;
	float:left;
}
#not-top #main{
	width:716px!important;
	min-height:600px;
	height:auto!important;
	height:600px;
	float:right;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:100%;
	height:109px;
	border-bottom:4px solid #00a6e0;
}
#headerIn {
	width:960px;
	height:109px;
	margin:0 auto;
	background:	url(../images/common/bgi-header_001.jpg) right bottom no-repeat;
	position:relative;
}
#header h1{
	float:left;
	margin-top:24px;
}
ul#header-nav {
	width:;
	position:absolute;
	right:0;
	top:0;
	list-style-type:none;
}
ul#header-nav li{
	float:right;
	margin-left:5px;
}
ul#header-nav li a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/*============================
	グローバルナビ
=============================*/
#global-nav{
	width:960px;
	height:56px;
	margin:12px auto;
	background:	url(../images/common/bgi-gnav_001.jpg) left top no-repeat;
}
#global-nav ul{
	list-style-type:none;
	display:block;
	height:56px;
}
#global-nav ul li{
	float:left;
	padding:0 8px 0 9px;
}
#global-nav ul li:first-child{
	padding-left:8px;
}
#global-nav ul li a:hover img{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#global-nav ul li.current a img{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
/*============================
	フッター
=============================*/
#footer {
	width:100%;
	height:428px;
	background:	url(../images/common/bgi-footer_003.jpg) left top repeat;
}
#footer iframe{
}
#footer address{
	width:960px;
	margin:0 auto;
	margin-top:100px;
	height:10px;
	font-size:0.74em;
	font-weight:bold;
	color:#999999;
	text-align:right;
}
/*============================
	ページトップ
=============================*/
#pagetop {
	width:960px;
	margin:0 auto;
	text-align:right;
	padding:50px 0 20px 0;
}
/*============================
	パンくず
=============================*/
#pnkz {
	padding:1px 5px 12px 5px;
}
#pnkz p span{
	line-height:100%;
}
#pnkz p span,
#pnkz p span a{
	font-size:11px;
	color:#4d4d4d;
	line-height:100%;
}
#pnkz p span a{
	line-height:100%;
}
#pnkz p span{
	padding-left:17px;
	background:	url(../images/common/ico-arrow_001.gif) 7px 0.2em no-repeat;
	/background:url(../images/common/ico-arrow_001.gif) 7px 0em no-repeat;
}
#pnkz p span, x:-moz-any-link, x:only-child{
	background:	url(../images/common/ico-arrow_001.gif) 7px 0.1em no-repeat;
}
#pnkz p span.home{
	margin-left:0px;
	padding-left:16px;
	background:	url(../images/common/ico-home_001.gif) left 0.2em no-repeat;
	/background:url(../images/common/ico-home_001.gif) left 0em no-repeat;
}
#pnkz p span.home, x:-moz-any-link, x:only-child{
	background:	url(../images/common/ico-home_001.gif) left 0.2em no-repeat;
}
/*============================
	ローカルナビ
=============================*/
#sidebar .local-nav{
	padding-bottom:13px;
	background:	url(../images/common/lin-dot_001.gif) left bottom repeat-x;
	margin-bottom:12px;
}
#sidebar .local-nav dl{
	background:	url(../images/common/bgi-side_001.gif) left top repeat-y;
}
#sidebar .local-nav dl:after{
	content:"";
	display:block;
	width:220px;
	height:8px;
	background:	url(../images/common/bgi-side_002.gif) left top no-repeat;
}
#sidebar .local-nav dl dt a,
#sidebar .local-nav dl dd a{
	display:block;
	text-decoration:none;
	font-size:1.08em;
	padding-left:11px;
	background:	url(../images/common/ico-arrow_001.gif) left 0.2em no-repeat;
}
#sidebar .local-nav dl dt a:hover,
#sidebar .local-nav dl dd a:hover,
#sidebar .local-nav dl dt.current a,
#sidebar .local-nav dl dd.current a{
	color:#00a5df;
}

#sidebar .local-nav dl dt{
	padding:11px 20px 11px 20px;
	background:	url(../images/common/lin-side_001.gif) left top no-repeat;
}
#sidebar .local-nav dl dt:first-child{
	background:	none;
	padding-top:12px;
}
#sidebar .local-nav dl dt:last-child{
	padding-bottom:10px;
}
#sidebar .local-nav dl dd{
	padding:0px 25px 10px 30px;
}
#sidebar .local-nav dl .no-hover a:hover{
	color:#666666;
}
/*============================
	Tips
=============================*/
/* リンク */
.linkBlue{
	color:#00a6e0;
}
.linkArrow01{
	display:block;
	padding-left:12px;
	background:	url(../images/common/ico-arrow_001.gif) left 0.3em no-repeat;
	_background:	url(../images/common/ico-arrow_001.gif) left 0.1em no-repeat;
}
.linkWin01{
	display:block;
	padding-left:16px;
	background:	url(../images/common/ico-win_001.gif) left 0.3em no-repeat;
}
.linkPdf01{
	display:block;
	padding-left:16px;
	background:	url(../images/common/ico-pdf_001.gif) left 0.2em no-repeat;
}
/* rule */
span.sub {
	vertical-align:sub;
	font-size:0.8em;
}
span.super {
	vertical-align:super;
	font-size:0.8em;
}
/* index list */
.index .index-list{
	float:left;
}
/* float */
.right{
	float:right;
}
.left{
	float:left;
}
/* バナー */
.bnr-area{
	display:block;
	width:228px;
	list-style-type:none;
}
.bnr-area li{
	margin-bottom:4px;
}
.bnr-area li a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/* アイコン */
.oshirase{
	padding-left:85px;
    background: url(../images/common/ico-oshirase_001.gif) no-repeat 0px 0.1em;
}
.saiyo{
	padding-left:85px;
    background: url(../images/common/ico-saiyo_001.gif) no-repeat 0px 0.1em;
}
.csr{
	padding-left:85px;
    background: url(../images/common/ico-csr_001.gif) no-repeat 0px 0.1em;
}
.icoArrow01{
	display:inline-block;
	padding-left:12px;
	background:	url(../images/common/ico-arrow_001.gif) left 0.2em no-repeat;
}
.icoCircle01{
	display:inline-block;
	padding-left:17px;
	background:	url(../images/common/ico-circle_001.gif) left 0.2em no-repeat;
}
/* テーブル1 */
.table01{
	border-top:#999999 dotted 1px;
	width:100%!important;
	font-size:1.08em;
	line-height:150%;
}
.table01 th,
.table01 td{
	vertical-align:top;
	border-bottom:#999999 dotted 1px;
	text-align:left;
}
.table01 th{
	padding:19px 12px 19px 12px;
}
.table01 td{
	padding:12px 12px 12px 0px;
}
.table01 td span{
	display:block;
	border-left:#d3d3d3 solid 3px;
	padding:7px 0 7px 21px;
}
/* テーブル2 */
.table02{
	width:100%!important;
	border-collapse: collapse;
	font-size:1.08em;
	line-height:150%;
}
.table02 th,
.table02 td{
	border:#d7d7d7 solid 1px;
	vertical-align:top;
	text-align:left;
	padding:6px 10px;
}
.table02 th{
	background:#ebfcff;
	font-weight:bold;
}
.table02 td{
}
/*============================
	下層共通
=============================*/
/*　cont-title
-------------------------------------*/
#not-top .cont-title{
	width:716px;
	height:115px;
	margin-bottom:14px;
	position:relative;
}
#not-top .cont-title img{
	width:736px;
	height:115px;
	position:absolute;
	left:-10px;
	top:-10px;
}
/*　section-title
-------------------------------------*/
#not-top .section-title{
	width:736px;
	margin-left:-10px;
}
/*　small-title
-------------------------------------*/
#not-top h4.small-title{
	font-size:1.17em;
	padding:3px 0 2px 8px;
	border-left:#00a6e0 solid 3px;
}
/*　lead-text
-------------------------------------*/
#not-top .lead-text{
	margin-top:-12px;
	margin-bottom:24px;
	padding:0 12px;
	line-height:150%;
}
/*　index
-------------------------------------*/
#not-top .index{
	_position:absolute;
	width:740px;
	height:auto;
	margin-bottom:24px;
}
#not-top .index .index-list{
	width:346px;
	float:left;
	margin-right:24px;
	margin-bottom:36px;
}
#not-top .index .index-list img{
	float:left;
}
#not-top .index .index-listIn{
	width:224px;
	float:right;
}
#not-top .index .index-listIn p{
}
#not-top .index .index-listIn h3{
	font-size:1.17em;
	margin-bottom:3px;
}
#not-top .index .index-listIn h3 a{
	padding-left:12px;
	background:	url(../images/common/ico-arrow_001.gif) left 0.3em no-repeat;
	_background:	url(../images/common/ico-arrow_001.gif) left 0.1em no-repeat;
	color:#00a5df;
	line-height:150%;
}
#not-top .index .index-listIn h3 a, x:-moz-any-link, x:only-child{
	background:	url(../images/common/ico-arrow_001.gif) 0px 0.2em no-repeat;
	background:	url(../images/common/ico-arrow_001.gif) 0px center no-repeat;
}
/*　page-nav
-------------------------------------*/
#not-top .page-nav{
	width:716px;
	height:40px;
	text-align:center;
	background:	url(../images/common/bgi-pagenav_001.jpg) left top no-repeat;
}
#not-top .page-nav p{
	padding-top:10px;
}
#not-top .page-nav p a{
	color:#00a5df;
}
