@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)
 * **************************************************
 */

/*  Site Width
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
body {
	overflow: hidden;
	min-width: 982px;
}
#header .inner,
#globalNav .inner,
#footer .inner {
	margin: 0 auto;
	width: 982px;
}

/* トップページ */
#home #content .inner {
	margin: 0 auto;
	width: 982px;
}
#home #content .main {
	width: 694px;
}
#home #content .side {
	width: 255px;
}
/* 下層ページ */
#subPage #content .inner {
	margin: 0 auto;
	width: 940px;
}
#subPage #content .main {
	width: 720px;
}
/* 下層ページ：申請書ダウンロード / 個人情報保護方針 / リンク集 / サイトマップ */
#subPage.writtenApplication #content .main,
#subPage.protection #content .main,
#subPage.link #content .main,
#subPage.sitemap #content .main,
#subPage.agreement #content .main,
#subPage.kosmo #content .main,
#subPage.budget #content .main{
	width: 940px;
}
#subPage #content .side {
	width: 200px;
}
/* フッタナビ */
#footer .footerNav ul {
	width: 982px;
}

.pcnone{
	display:none;
}

.mt_00 {margin-top: 0 !important; }
.mt_05 {margin-top: 0.5em !important; }
.mt_10 {margin-top: 1em !important; }
.mt_20 {margin-top: 2em !important; }
.mt_30 {margin-top: 3em !important; }
.ml_00 {margin-left: 0 !important; }
.ml_10 {margin-left: 1em !important; }
.ml_20 {margin-left: 2em !important; }
.ml_30 {margin-left: 3em !important; }
.mb_00 {margin-bottom: 1em !important; }
.mb_10 {margin-bottom: 1em !important; }
.mb_20 {margin-bottom: 2em !important; }
.mb_30 {margin-bottom: 3em !important; }

.red {color: red;}
.underLine{text-decoration: underline;}
.fz_100 {font-size: 100% !important;}
.fz_p {font-size: 1.6em;}
.weight{font-weight:bold;}




/*  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.notes02,
#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: 0px;
}
#subPage .main section + section {
	padding-top: 0px;
}
#subPage .main ul.pageLink + section {
	padding-top: 0px;
}
#subPage .main h1 + p {
	margin-bottom: 30px;
}
/* table + notes */
#subPage .main table + ul.notes,
#subPage .main table + ul.notes02{
	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 {
	height:90px;	
	background-color: #FFFFFF;
}
/* Logo */
#header p img {
	position: relative; top:30px; left:0px;
}
/* Utility */
#header .utility {
	display: inline-block;
	padding: 10px 10px 6px 10px;
	height: 32px;
	width: 460px;
	background-color: #cceeff;
	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: 1.0em; /* =10px */
	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;
}

#header .sitemap{
	width:100px;
	color:#0166d2;
	font-size:14px;
	text-align:right;
	margin:58px 0 0 0;
	display:block;
	background: url("../images/common/sitemap_icon.png") no-repeat 360px 4px;
	background-size:14px 14px;
	padding:0 0 0 360px;
}

#header .right_blk{
	float:right;
}

#header .sitemap a:link { color: #0166d2;
 text-decoration:none;}
#header .sitemap a:visited { color: #0166d2; }
#header .sitemap a:hover { color: #0166d2;
 text-decoration:underline;
}
#header .sitemap a:active { color: #0166d2;
 text-decoration:underline;
}

	/* Global Navigation
------------------------------------------------------------------ */
#globalNav * {-webkit-box-sizing: border-box;box-sizing: border-box;}
#globalNav {
	border-top: 1px solid #88bbee;
	border-bottom: 1px solid #88bbee;
	background-color: #ffffff;
	background: url("../images/globalnav/gnavi_bg.png");
	background-repeat:repeat-x;
}
#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 a {
	display: block;
	height :100%;
}

/* Ver.5 Global Navigation */
/* home */
#globalNav #home a {
  width: 79px;
     background: transparent url("../images/globalnav/navG00.png") no-repeat;
}
/* nav_g01 */
#globalNav #nav_g01 a {
  width: 150px;
     background: transparent url("../images/globalnav/navG01.png") no-repeat;
}
/* nav_g02 */
#globalNav #nav_g02 a {
  width: 151px;
     background: transparent url("../images/globalnav/navG02.png") no-repeat;
}
/* nav_g03 */
#globalNav #nav_g03 a {
  width: 151px;
     background: transparent url("../images/globalnav/navG03.png") no-repeat;
}
/* nav_g04 */
#globalNav #nav_g04 a {
  width: 150px;
     background: transparent url("../images/globalnav/navG04.png") no-repeat;
}
/* nav_g05 */
#globalNav #nav_g05 a {
  width: 150px;
     background: transparent url("../images/globalnav/navG05.png") no-repeat;
}
/* nav_g06 */
#globalNav #nav_g06 a {
  width: 151px;
     background: transparent url("../images/globalnav/navG06.png") no-repeat;
}
#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,
#globalNav #nav_g07 a{
     overflow: hidden;
     padding: 60px 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,
#globalNav #nav_g07 a:hover {
     background-position: center -60px;
}
#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,
#globalNav #nav_g07.active a {
     background-position: center -60px;
}

/* Content
------------------------------------------------------------------ */
#content {
	background-color: #ffffff;
}
/* トップページ */
#home #content {
	padding: 0 0 0 0;
}
#home #content .main {
	padding: 0 0 30px 0;
}
#home #content .side {
	padding: 0 0 20px 0;
}
	
/* 下層ページ  */
#subPage #content {
	padding: 45px 0 60px 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 20px 0 20px;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;  
	border-radius: 4px;
}
#subPage #content .inner:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Common Elements
------------------------------------------------------------------ */
/* Heading */
#subPage .main h1 {
	padding: 7px 13px;
	background-color: #ffffff;
	background: url(../images/category/bg_midashi.jpg) repeat left top;
	border-radius: 4px;
	font-size: 2.8em; /* =28px */
	color: #000000;	
	font-weight: bold;
}
#subPage .main h1 span {
	display: inline-block;
	padding: 0 0.8em;
    background: url(../images/category/h1_icon.png) no-repeat left center;
}
#subPage .main h2 {
	padding: 5px 0 5px 0;
	margin:20px 0;
	font-size: 2em; /* =18px */
	color: #000000;	
	font-weight: bold;
	border-top:dotted 1px #CCCCCC;
	border-bottom:dotted 1px #CCCCCC;
}

#subPage .main h2 span {
	display: inline-block;
	padding: 0.1em 2.5em;
	background: url(../images/category/h2_icon.png) no-repeat left center;
}
#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 section > p {
	font-size: 1.4em; /* =14px */
	line-height: 1.8;
}
/* 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 {
	width:100%;
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-size: 1.3em; /* =13px */
}
#subPage .main table th {
	padding: 8px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #CCEEFF;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	color:#2C2C2C;
}
#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 td.center{
	text-align: center !important;
}

#subPage .main table td.left{
	text-align: left !important;
}

/* ボーダー追加 */
#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 li,
#subPage .main ul.notes02 li{
	margin-left: 1em;
	text-indent: -1em;
}

#subPage .main ul.notes li{
	font-size: 1.2em; /* =12px */
}

#subPage .main ul.notes02 li{
	font-size: 1.4em; /* =14px */
	display:block;
}

/* もっと詳しく：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;
	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;
	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 */
	font-weight: bold;
}
#subPage .main .moreLink dl {
	border: 1px solid #cccccc;
	background-color: #EFEFEF;
	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 */
	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;
	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;
	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;
    float: left;
}
#subPage .main .imtDoc dl.fileLink dd {
    display: block;
    float: right;
    padding: 0 0 0 10px;
	line-height:0;
}
 /* 必要書類：Notes */
#subPage .main .imtDoc .docNotes {
	margin-left: 1em;
	text-indent: -1em;
}

/* 提出先 */
#subPage .main dl.teisyutusaki {
	margin-bottom:1em;
}

#subPage .main dl.teisyutusaki dt {
	display: table-cell;
	width: 90px;
	font-size: 1.3em; /* =13px */
	text-align: center;
	/*vertical-align: middle;*/
}
#subPage .main dl.teisyutusaki dd {
	font-size: 1.3em; /* =13px */
	display: table-cell;
	width:620px;
	padding-left:23px;
}


/* 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^="./"] {
	background: url(../images/common/icon_link.png) no-repeat 15px 10px;
}

#subPage .main ul.pageLink a[href^="child.html"] {
	background: url(../images/common/icon_link.png) no-repeat 15px 10px;
}

/* 外部リンク */
#subPage .main ul.pageLink a[href^="http://"],
#subPage .main ul.pageLink a[href^="https://"] {
	background: url(../images/common/icon_link.png) no-repeat 15px 10px;
}


/* PDFリンク */
#subPage .main ul.fileLink a[href$=".pdf"],
#subPage .main ul.fileLink a[href$=".pdf#page=13"] {
	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^="./"] ,
#subPage .main ul.pageLink a[href^="http://"],
#subPage .main ul.pageLink a[href^="https://"],
#subPage .main ul.fileLink a[href$=".pdf"],
#subPage .main ul.fileLink a[href$=".pdf#page=13"],
#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;
	background-size: auto auto;
}

/* Local Navigation
------------------------------------------------------------------ */
#subPage .localNav nav {
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-radius: 0 0 4px 4px;
}
/* カテゴリ：タイトル */
#subPage .localNav p {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaeeff));
	background: linear-gradient(#ffffff, #aaeeff);
	border-radius: 4px 4px 0 0;
	font-size: 1.5em; /* =15px */
	color: #333333;	
	text-align: center;
		border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#subPage .localNav p span {
	font-weight: bold;
}
#subPage .localNav p a {
	display:block;  
	padding: 12px 0 8px 0;
	color: #333333;
	text-decoration: none;
}
#subPage .localNav li {
	border-top: 1px dotted #cccccc;
	background: url(../images/category/index_arrow2.png) no-repeat 0.5em 0.8em;
	font-size: 1.4em; /* =14px */
	line-height: 1.3;
}

#subPage .localNav li:first-child{
border-top:none;
}

#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.8em;
	text-decoration: none;
	color: #000000;
}
/* 3階層 */
#subPage .localNav li li {display: none;}
#subPage .localNav nav> ul> li.active li {display: block;}
#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: 15px 0;
}
#content .topicPath li + li {
	float: left;
	padding: 15px 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;
}

/*sitemap
------------------------------------------------------------------ */

.sitemap h2 span{
background:none !important;
padding:0.1em 0 !important;
}

/* 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:40px;
	width: 40px;
	text-indent:-9999px;
	outline:none;
	background: url(../images/common/btn_pagetop.png) no-repeat left top;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	text-align: left;
	background-color: #ffffff;
}
#footer .footerNav {
	background-color: #0066d2;
}
#footer ul {
	margin: 0 auto;	
	padding: 10px 0;
}
#footer li {
	display:inline-block;  
	padding: 10px 0 10px 5px;
	background: url(../images/common/arrow01.png) no-repeat 0 1em;
	font-size: 1.2em; /* =12px */
	color:#FFFFFF !important;
}
#footer li a {
	margin: 0 1.2em 0 0;
	padding: 0 0 0 1.2em;
	text-decoration: none;
	color: #ffffff;
}
#footer dl {
	padding: 20px 0;
	font-size: 1.2em; /* =12px */
}
#footer dt {
	margin: 0 1.2em 0 0;
}
#footer .copyRight {
	padding: 14px 0;
	border-top: 1px solid #c1c1c1;
	font-size: 1.0em; /* =10px */
	text-align: center;
}

#footer .tel a{
	color:#000;
}

/* 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;
}