@charset "utf-8";

/* PC：style_pc.css
 * **************************************************
 * Site Width (Header / globalNav / Content / Footer)
 * Space(Margin)
 * Header (Logo / Font Size Change / Site Search)
 * Global Navigation (Nav)
 * Content (Main / Side)
 * Common Elements (Heading / Paragraph / Table / List / Link / Icon)
 * Local Navigation (Nav)
 * Topic Path
 * Page Top
 * Footer 
 * System Settings (Background Color)
 * **************************************************
 */



.clearfloat{
     clear:both; 
     height:0; 
     font-size: 1px; 
     line-height: 0px; 
} 


/*  Site Width
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
body {
	overflow: hidden;
	min-width: 950px;
}
body#subPage {
	
}
#header .inner,
#globalNav .inner,
#footer .inner {
	margin: 0 auto;
	width: 950px;
	/**height:190px;**/
	height:50px;
}

/* トップページ */
#home #content .inner .logo {
}
#home #content .inner .logo img {
	width:440px;
	float:left;
	margin-bottom:20px;
}
#home #content .inner {
	margin: 0 auto;
	width: 950px;
}
#home #content .main {
	width: 480px;
}
#home #content .side {
	width: 275px;
}
/* 下層ページ */
#subPage #content .inner {
	margin: 0 auto;
	width: 950px;
}
#subPage #content .main {
	width: 950px;
}
/* 下層ページ：申請書ダウンロード / 個人情報保護方針 / リンク集 / サイトマップ */
#subPage.writtenApplication #content .main,
#subPage.protection #content .main,
#subPage.link #content .main,
#subPage.sitemap #content .main {
	width: 950px;
}
#subPage #content .side {
	width: 200px;
}
/* フッタナビ */
#footer .footerNav ul {
	width: 950px;
}

/*  Space
------------------------------------------------------------------- */

#subPage .main h1,
#subPage .main h2 {
	margin-bottom: 15px;
}
#subPage .main > p,
#subPage .main section > p,
#subPage .main .moreLink,
#subPage .main table,
#subPage .main ul.notes,
#subPage .main ul.pageLink,
#subPage .main ul.fileLink,
#subPage .main ul.discList,
#subPage .main dl.imtDoc,
#subPage .main dl.decimalList {
	margin-bottom: 20px;
}
/* セクション */
#subPage .main section {
	padding-bottom: 10px;
}
#subPage .main section + section {
	padding-top: 30px;
	border-top :1px dotted #cccccc;
}
#subPage .main ul.pageLink + section {
	padding-top: 10px;
}
#subPage .main h1 + p {
	margin-bottom: 30px;
}
/* table + notes */
#subPage .main table + ul.notes {
	margin-top: -15px;
}
/* dd > discList */
#subPage .main dd .discList {
	margin: 5px 0 0 0;
}
#subPage .main ul.pageLink + ul.pageLink,
#subPage .main ul.fileLink + ul.fileLink {
	margin-top: -10px;
}
/* もっと詳しく：注釈 */
#subPage .main .moreLink table + ul.notes {
	margin-top: 5px;
}
/* もっと詳しく：黒丸 + h4 / p + h4 / table + h4 / 黒丸 + p */
#subPage .main .moreLink .discList + h4,
#subPage .main .moreLink p + h4,
#subPage .main .moreLink table + h4,
#subPage .main .moreLink .discList + p {
	margin: 1.0em 0 0 0;
}
/* もっと詳しく：p + 数字 */
#subPage .main .moreLink p + .decimalList {
	margin-top: 1.0em;
}

/*  Header
------------------------------------------------------------------- */
#header {
	margin-bottom:1px;
	margin: 0 auto;
	width: 950px;
	/*background-color: #FFFFFF;*/
}

/* Logo　トップ */
#home .log p img {
	position: relative; top:12px; left:0px;
	width:470px;
}

/* Logo */
#header p img {
	position: relative; top:12px; left:0px;
	width:950px;
}




/* Utility */
#header .utility {
	display: inline-block;
	padding: 10px 0 6px 0;
	height: 25px;
	width:270px;
	background-color: transparent;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#header .utility:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* Font Size Change */
#header .utility .sizeChange dt {
	padding: 0 5px 0 0;
	font-size: 0.8em;
	line-height: 2.8;
	font-weight: bold;
}
#header .utility .sizeChange dd img {
	cursor: pointer;
}
/* Site Search */
#header .utility .search form {
	position:relative;
	padding: 0 0 0 10px;
    height: 23px;
    width: 185px;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
#header #cse-search-box input[type="text"] {
	padding: 4px 0;
    height: 15px;
    width: 143px;
	border:none !important;
	background-color:transparent;
	font-size: 1.4em; /* =14px */
}
#header #cse-search-box input[type="text"]:focus {
    outline: 0;
}
#header #cse-search-box input[type="submit"] {
	position:absolute; top: -1px; left:160px;
	overflow:hidden;
    height: 23px;
	width: 23px;
	text-indent: -70px;
	border: 0 none;
	background: url("../images/common/icon_search.png") no-repeat center center;
	-webkit-appearance: none;
}

/* MENU */
#header .menuBtn {
	display:none;
}

/* Global Navigation
------------------------------------------------------------------ */
#globalNav {
	/*border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	background-color: #ffffff;*/
	display: none;
}
#globalNav:after {
	/*content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;*/
}
#globalNav nav {
	/*background-color: #ffffff;*/
}	
#globalNav nav ul {
}
#globalNav nav li {
}
#globalNav nav li:first-child {
	/*border-left: 1px dotted #c1c1c1;
	border-right: 1px dotted #c1c1c1;*/
}
#globalNav nav li + li {
	/*border-right: 1px dotted #c1c1c1;*/
}
#globalNav nav li a {
	/*display: block;
	height :58px;
	width: 148px;*/
}
#globalNav nav li:first-child a {
	/*width: 78px;*/
}
/* 申請書ダウンロード */
#globalNav nav li:first-child + * + * + * + * + * + * a {
	/*width: 154px;*/
}

/* Ver.5 Global Navigation */
/* home */
#globalNav #home a {
}
/* nav_g01 */
#globalNav #nav_g01 a {
}
/* nav_g02 */
#globalNav #nav_g02 a {
}
/* nav_g03 */
#globalNav #nav_g03 a {
}
/* nav_g04 */
#globalNav #nav_g04 a {
}
/* nav_g05 */
#globalNav #nav_g05 a {
}
/* nav_g06 */
#globalNav #nav_g06 a {

}
#globalNav #home a,
#globalNav #nav_g01 a,
#globalNav #nav_g02 a,
#globalNav #nav_g03 a,
#globalNav #nav_g04 a,
#globalNav #nav_g05 a,
#globalNav #nav_g06 a {
     overflow: hidden;
     padding: 0 0 0 0;
     height: 0;
     background-position: center 0;
}
#globalNav #home a:hover,
#globalNav #nav_g01 a:hover,
#globalNav #nav_g02 a:hover,
#globalNav #nav_g03 a:hover,
#globalNav #nav_g04 a:hover,
#globalNav #nav_g05 a:hover,
#globalNav #nav_g06 a:hover {
     /*background-position: center -58px;*/
}
#globalNav #home.active a,
#globalNav #nav_g01.active a,
#globalNav #nav_g02.active a,
#globalNav #nav_g03.active a,
#globalNav #nav_g04.active a,
#globalNav #nav_g05.active a,
#globalNav #nav_g06.active a {
     /*background-position: center -58px;*/
}

/* Content
------------------------------------------------------------------ */
#content {
	/*background-color: #f8f8f8;*/
}
/* トップページ */
#home #content {
	padding: 0 0 0 0;
}
#home #content .main {
	padding: 0 0 20px 0;
}
#home #content .side {
	padding: 0 0 20px 0;
}

/* Category Img */
/* PC：テキスト非表示 */
#subPage #content .categoryImg {
}
#subPage #content .categoryImg span {
	display: none;
}
	
/* 下層ページ  */
#subPage #content {
	padding: 0 0 30px 0;
}
#subPage #content .main {
	padding: 0 0 10px 0;
	/*background-color: #ffffff;*/
}
#subPage #content .side {
	padding: 0 0 30px 0;
}
#subPage #content .inner {
	margin: 0 auto;
	padding: 0;
	/*border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;*/
}
#subPage #content .inner:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* カテゴリイメージ */
#subPage #content .categoryImg {
	overflow: hidden;
	width: 100%;
	background: url(../images/category/bg_category.png) repeat-x center top;
}
#subPage #content .categoryImg div {
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 80px;
	width: 950px;
	font-size: 2.2em; /* =22px */
	font-weight: bold;
	vertical-align: middle;
}
/* 保険料と保険給付 */
#subPage #content .categoryImg.insuranceBenefits div {
	background: url(../images/category/categoryImg_01.png) no-repeat right center;
}
/* 健康づくり編 */
#subPage #content .categoryImg.healthPromotion div {
	background: url(../images/category/categoryImg_02.png) no-repeat right center;
}
/* 保険証編 */
#subPage #content .categoryImg.insuranceCertificate div {
	background: url(../images/category/categoryImg_03.png) no-repeat right center;
}
/* 受診編 */
#subPage #content .categoryImg.consultation div {
	background: url(../images/category/categoryImg_04.png) no-repeat right center;
}
/* ライフシーン編 */
#subPage #content .categoryImg.lifescene div {
	background: url(../images/category/categoryImg_05.png) no-repeat right center;
}
/* 申請書ダウンロード */
#subPage #content .categoryImg.writtenApplication div {
	background: url(../images/category/categoryImg_06.png) no-repeat right center;
}
/* 健康保険のしくみ */
#subPage #content .categoryImg.structureInsurance div {
	background: url(../images/category/categoryImg_07.png) no-repeat right center;
}
/* 介護保険制度 */
#subPage #content .categoryImg.care div {
	background: url(../images/category/categoryImg_08.png) no-repeat right center;
}
/* 個人情報保護方針 */
#subPage #content .categoryImg.protection div {
	background: url(../images/category/categoryImg_09.png) no-repeat right center;
}
/* けんぽQ&A */
#subPage #content .categoryImg.qa div {
	background: url(../images/category/categoryImg_10.png) no-repeat right center;
}
/* リンク集 */
#subPage #content .categoryImg.link div {
	background: url(../images/category/categoryImg_11.png) no-repeat right center;
}
/* サイトマップ */
#subPage #content .categoryImg.sitemap div {
	background: url(../images/category/categoryImg_12.png) no-repeat right center;
}
/* お知らせ */
#subPage #content .categoryImg.news div {
	background: url(../images/category/categoryImg_13.png) no-repeat right center;
}
#subPage #content .categoryImg.insuranceBenefits span,
#subPage #content .categoryImg.healthPromotion span,
#subPage #content .categoryImg.insuranceCertificate span,
#subPage #content .categoryImg.consultation span,
#subPage #content .categoryImg.lifescene span,
#subPage #content .categoryImg.writtenApplication span,
#subPage #content .categoryImg.structureInsurance span,
#subPage #content .categoryImg.care span,
#subPage #content .categoryImg.protection span,
#subPage #content .categoryImg.qa span,
#subPage #content .categoryImg.link span,
#subPage #content .categoryImg.sitemap span,
#subPage #content .categoryImg.news span {
	position: relative;
	top: 30%;
}

/* Common Elements
------------------------------------------------------------------ */
/* Heading */
#subPage .main h1 {
}
#subPage .main h1 span {
	
}
#subPage .main h2 {
	font-size: 1.8em; /* =18px */
	font-weight: bold;
}

#subPage .main h2 img {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}
 


#subPage .main h2 span {
	display: inline-block;
}
#subPage .main  h3 {
	font-size: 1.6em; /* =16px */
	font-weight: bold;
}
#subPage .main  h4 {
	font-size: 1.5em; /* =15px */
	font-weight: bold;
}
#subPage .main  h5 {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
}
/* Paragraph */
#subPage .main p,
#subPage .main > p,
#subPage .main section > p {
	font-size: 1.7em; /* =14px */
	line-height: 1.9;
}

#subPage .main ul {
	font-size: 1.7em; /* =14px */
	line-height: 1.9;
}

#subPage .main p.yosanHonbun {
	font-size:2em;
	text-align:center;
}

/* Line Height */
#subPage .main section  dd {
	line-height: 1.8;
}
#subPage .main > p img,
#subPage .main section > p img {
	display:block;
	margin: 0 auto;
}
/* Table：Common */
/* キャプション */
#subPage .main table caption {
	font-size: 1.3em; /* =13px */
	font-weight: bold;
}
/* もっと詳しく：キャプション */
#subPage .main .moreLink caption {
	font-size: 108%;
}
#subPage .main table {
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-size: 1.3em; /* =13px */
}
#subPage .main table caption {
	font-size:90%;
}
#subPage .main table th {
	padding: 8px;
	border-left: 1px solid #cccccc;
	background-color: #34b9be;
	color:#FFF;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}
#subPage .main table td {
	padding: 8px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
}
/* ボーダー追加 */
#subPage .main table .borTop {
	border-top: 1px solid #cccccc;
}
/* ボーダー削除 */
#subPage .main table .noborTop {
	border-top: none;
}
/* 改行禁止 */
#subPage .main .noBr {
	white-space:nowrap;
	width:auto;
}
#subPage .main .noBrCnt {
	white-space:nowrap;
	text-align: center;
}

/* List */
/* Notes */
#subPage .main ul.notes {
	margin-left: 1em;
	text-indent: -1em;
}
#subPage .main ul.notes li {
	font-size: 1.2em; /* =12px */
}
/* もっと詳しく：Notes */
#subPage .main .moreLink ul.notes li {
	font-size: 1.2em; /* =12px */
}
/*  List：数字（パーレン） */
#subPage .main ul.parenList {
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}
#subPage .main ul.parenList li {
	font-size: 1.4em; /* =14px */
}
/*  List：黒丸 */
#subPage .main ul.discList {
	margin-left: 0.5em;
	list-style-type: none;
}
#subPage .main ul.discList li {
	padding: 0 0 0 18px;
	background: url(../images/common/list_style_disc_gray.png) no-repeat 0 2px;
	font-size: 1.4em; /* =14px */
}
/*  List：数字（順番：dl） */
#subPage .main dl.decimalList {
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}
#subPage .main dl.decimalList dt {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
}
#subPage .main dl.decimalList dd {
	font-size: 1.4em; /* =14px */
}
#subPage .main dl.decimalList dd + dt {
	margin: 1.0em 0 0 0;
}
/*  List：数字（順番：ol） */
#subPage .main ol.decimalList {
	margin-left: 3.0em;
	list-style-type: decimal;
}
#subPage .main ol.decimalList li {
	font-size: 1.4em; /* =14px */
}

/* Link */
/* Link：Page */
#subPage .main p a,
#subPage .main table a {
}
#subPage .main ul.pageLink {
	border: 1px solid #cccccc;
	background-color: #efefef;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#subPage .main ul.pageLink li {
	font-size: 1.4em; /* =14px */
}
#subPage .main ul.pageLink:hover {
	background-color: #ffffff;
}
#subPage .main ul.pageLink a {
	display: block;
	padding: 8px;
	color:#000000;
	text-decoration: none;
}
/* Link：File */
#subPage .main ul.fileLink {
	border: 1px solid #cccccc;
	background-color: #efefef;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#subPage .main ul.fileLink li {
	font-size: 1.4em; /* =14px */
}
#subPage .main ul.fileLink:hover {
	background-color: #ffffff;
}
#subPage .main ul.fileLink a {
	display: block;
	padding: 8px;
	color:#000000;
	text-decoration: none;
}
/* Link：もっと詳しく */
#subPage .main .moreLink {
}
#subPage .main .moreLink h3 {
	padding: 8px 0 2px 35px;
	background: url(../images/common/icon_more.png) no-repeat 3px center;
	font-size: 1.6em; /* =16px */
	color: #e97411;
	font-weight: bold;
}
#subPage .main .moreLink dl {
	border: 1px solid #cccccc;
	background-color: #f2eee6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .moreLink dt {
	padding: 6px 15px 6px 15px;
	background: url(../images/common/close_more_gray.png) no-repeat 98% center;
	font-size: 1.4em; /* =14px */
	color: #e97411;
	font-weight: bold;
	cursor: pointer;
}
#subPage .main .moreLink dt:hover {
}
#subPage .main .moreLink dd + dt {
	border-top: 1px solid #cccccc;
}
#subPage .main .moreLink dt.close {
	background: url(../images/common/close_more_gray.png) no-repeat 98% center;
}
#subPage .main .moreLink dt.open {
	background: url(../images/common/open_more_gray.png) no-repeat 98% center;
}
#subPage .main .moreLink dd {
	margin: 0 10px 10px 10px;
	padding: 10px 15px;
	border: 1px dotted #cccccc;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .main .moreLink dd  h5 ~ h5,
#subPage .main .moreLink dd table {
	margin: 15px 0 0 0;
}
#subPage .main .moreLink dd p {
	font-size: 1.4em; /* =14px */
}
#subPage .main .moreLink dd img {
	display:block;
	margin: 10px auto 0 auto;
}

 /* 必要書類 */
#subPage .main .imtDoc {
	display: table;
}
#subPage .main .imtDoc:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main .imtDoc > dt {
	display: table-cell;
	padding: 5px 0 0 0;
	width: 90px;
	background-color: #cfe1f6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.3em; /* =13px */
	color: #1c60ad;
	text-align: center;
	vertical-align: middle;
}
 /* 必要書類：矢印 */
 #subPage .main .imtDoc > dt span {
	position:relative; 
	display:block;
}
#subPage .main .imtDoc > dt span:before {
	z-index: 100;
	position: absolute;
	left: 90px;
	content: "";
	border: 10px solid transparent;
	border-left-color: #cfe1f6;
}
 #subPage .main .imtDoc > dt span small {
	display:block;
	padding: 0 3px;
	line-height: 1.4em;
	letter-spacing: -0.05em;
}
 /* 必要書類：表組 */
#subPage .main .imtDoc > dd {
	display: table-cell;
	width:620px;
	background-color: #ffffff;
}
#subPage .main .imtDoc dd > ul {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:relative; top:0; left:10px;
}
#subPage .main .imtDoc dd > ul > li {
	clear: both;
	padding: 5px 10px;
	border-left: 1px solid #cccccc;
	border-top:1px dotted #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 1.3em; /* =13px */
}
#subPage .main .imtDoc dd > ul > li:first-child {
	border-top: none;
}
 /* 必要書類：File Link */
 #subPage .main .imtDoc dl.fileLink dt {
 	display: table-cell;
	width:100%;
}
#subPage .main .imtDoc dl.fileLink dd {
	display: table-cell;
	padding: 0 0 0 10px;
	width:100%;	text-align: right;
}
 /* 必要書類：Notes */
#subPage .main .imtDoc .docNotes {
	margin-left: 1em;
	text-indent: -1em;
}

/* Icon */
/* 内部リンク */
#subPage .main ul.pageLink a[href$=".html"] {
	background: url(../images/common/icon_link.png) no-repeat 15px 10px;
}
#subPage .main ul.pageLink a[href^="../"] {
	background: url(../images/common/icon_link.png) no-repeat 15px 10px;
}
/* 外部リンク */
#subPage .main ul.pageLink a[href^="http://"] {
	background: url(../images/common/icon_external.png) no-repeat 15px 10px;
}
/* PDFリンク */
#subPage .main ul.fileLink a[href$=".pdf"] {
	background: url(../images/common/icon_pdf.png) no-repeat 15px 10px;
}
/* Wordリンク */
#subPage .main ul.fileLink a[href$=".doc"],
#subPage .main ul.fileLink a[href$=".docx"] {
	background: transparent url(../images/common/icon_doc.png) no-repeat 15px 10px;
}
/* Excelリンク */
#subPage .main ul.fileLink a[href$=".xls"],
#subPage .main ul.fileLink a[href$=".xlsx"] {
	background: transparent url(../images/common/icon_xls.png) no-repeat 15px 10px;
}
#subPage .main ul.pageLink a[href$=".html"] ,
#subPage .main ul.pageLink a[href^="../"] ,
#subPage .main ul.pageLink a[href^="http://"],
#subPage .main ul.fileLink a[href$=".pdf"],
#subPage .main ul.fileLink a[href$=".doc"],
#subPage .main ul.fileLink a[href$=".docx"],
#subPage .main ul.fileLink a[href$=".xls"],
#subPage .main ul.fileLink a[href$=".xlsx"] {
	padding-left: 35px;
	-moz-background-size: auto auto;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}

/* Local Navigation
------------------------------------------------------------------ */
#subPage .localNav nav {
	background-color: #ffffff;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
/* カテゴリ：タイトル */
#subPage .localNav p {
	background-color: #377bc7;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-size: 1.5em; /* =15px */
	color: #ffffff;	
	text-align: center;
}
#subPage .localNav p span {
	font-weight: bold;
}
#subPage .localNav p a {
	display:block;  
	padding: 12px 0 8px 0;
	color: #ffffff;
	text-decoration: none;
}
#subPage .localNav li {
	border-top: 1px solid #cccccc;
	background: url(../images/common/list_style_localnav.png) no-repeat 0.4em 0.7em;
	font-size: 1.4em; /* =14px */
	line-height: 1.3;
}
#subPage .localNav li:hover {
	background-color: #e9f3fe;
}
#subPage .localNav li.active {
	background-color: #e9f3fe;
}
#subPage .localNav li span {
	display: block;
	padding: 0 0.5em 0 0;
}
#subPage .localNav li a {
	display:block;  
	padding: 10px 0 10px 1.6em;
	text-decoration: none;
	color: #000000;
}
/* 3階層 */
#subPage .localNav li li {
	border-top: 1px dotted #cccccc;
	font-size:100%; /* =14px */
	background: none;
}
#subPage .localNav li li a {
	display:block;  
	padding: 6px 0 6px 1.6em;
	text-decoration: none;
	color: #000000;
}
#subPage .localNav li li:hover {
	background-color: #ddebfa;
}

/* Topic Path
------------------------------------------------------------------ */
#content .topicPath {
	width: 100%;
 }
 #content .topicPath dl {
}
#content .topicPath dt {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	/* except MacIE \*/position: absolute;/* end */
	left: 0;
	top: 0;
	color: #FFFFFF;
}
#content .topicPath dd {
	font-size: 1.1em; /* =11px */
}
#content .topicPath li:first-child {
	float: left;
	padding: 10px 0;
}
#content .topicPath li + li {
	float: left;
	padding: 10px 0;
}
#content .topicPath li span {
	padding: 0 10px;
}
#content .topicPath li a {
	text-decoration: none;
	color: #000000;
}
#content .topicPath li a:hover {
	text-decoration: underline;
}

/* PageTop
------------------------------------------------------------------ */
#pageTop {
	position:relative;
	margin:0 auto;
	max-width:980px;
}
#pageTop a {
	z-index:9999;
	display: block;
	overflow:hidden;
	position: fixed;
	bottom: 0px;
	left: auto;
	margin-left:990px;
	height:50px;
	width: 50px;
	background:	url(../images/common/btn_pagetop.png) top left no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-indent:-9999px;
	outline:none;
}
/* Arrow 
#pageTop a:before,
#pageTop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
	border:10px solid transparent;
}
#pageTop a:before {
	top:50%;
	margin-top:-11px;
	border-bottom:10px solid #76acea;
}
#pageTop a:after {
	z-index:-1;
	top:50%;
	margin-top:-15px;
	border-bottom:10px solid #fff;
}*/

/* Footer
------------------------------------------------------------------ */
#footer {
	text-align: left;
	background-color: #ffffff;
}
#footer .footerNav {
	background-color: #76acea;
}
#footer ul {
	margin: 0 auto;	
	padding: 5px 0;
}
#footer li {
	display:inline-block;  
	padding: 5px 0;
	background: url(../images/common/list_style_footer.png) no-repeat 0 0.55em;
	font-size: 1.2em; /* =12px */
}
#footer li a {
	margin: 0 1.2em 0 0;
	padding: 0 0 0 1.2em;
	text-decoration: none;
	color: #ffffff;
}
#footer dl {
	padding: 10px 0;
	font-size: 1.2em; /* =12px */
}
#footer dt {
	margin: 0 1.2em 0 0;
}
#footer .copyRight {
	color:#c6c6c6;
	padding: 14px 0;
	/*border-top: 1px solid #c1c1c1;*/
	font-size: 1.0em; /* =10px */
	text-align: center;
	background-color:#333333;
}

/* System Settings
------------------------------------------------------------------- */
/* Background Color */
body.bgColorBlue {
	background-color: #d3edf9;
}
body.bgColorGreen {
	background-color: #e8f0c5;
}
body.bgColorPurple {
	background-color: #e6e4f2;
}
body.bgColorRed {
	background-color: #fbe2ed;
}
body.bgColorYellow {
	background-color: #fffbd6;
}
body.bgColorOrange {
	background-color: #ffe7d6;
}



