@charset "utf-8";
/*_________________________________________________

■　ヘッダ・フッタ設定用スタイルシート　サブトップ・メニュー・詳細ページ用
_________________________________________________*/


/*_________________________________________________

(1) ヘッダ設定
_________________________________________________*/

p.ToHonbun {
  position: absolute;
  left: -9999em;
  top: 0;
}

/*#header2 {
  background: url(/c_images/gikai_bg.jpg) no-repeat 0 40px;
}
*/

#HeaderArea {
  font-size: 90%;
}

#HeaderArea #HeaderLinkArea{
	width: 100%;
	background: #2D6EB2;
}

#HeaderArea #HeaderLinkLine {
	margin: 0 auto;
	padding: 8px 0;
	min-width: 984px;
	max-width: 1680px;
	color: #fff;
	text-align: right;
	background: #2D6EB2;
}

#HeaderArea #HeaderLinkLine a {
  color: #fff;
}


#HeaderArea #HeaderLinkLine p {
	margin-right: 30px;
}

#HeaderArea #HeaderLinkLine li {
	float: left;
}

#HeaderArea #Middle {
	margin: 0 auto;
	padding: 8px 0;
	min-width: 984px;
	max-width: 1680px;
}

#HeaderArea .GikaiBg {
	background: url(/c_images/gikai_bg2.png) no-repeat 0 0;
}

#HeaderArea #LogoArea {
	float: left;
	margin-left: 30px;
}

#HeaderArea #SiteLogo,
#HeaderArea #LogoArea p {
	float: left;
}

#HeaderArea #LogoArea p {
	color: #1D4874;
	margin-left: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 40px;
	padding-top: 0;
}
#HeaderArea #LogoArea p .spbr {
    display: none;
}

#HeaderArea #AssistArea {
	float: right;
	margin-right: 30px;
	padding: 10px 10px 0 10px;
}

#HeaderArea #FontChange,
#HeaderArea #ScreenColor {
	float: left;
	font-weight: bold;
	margin-right: 20px;
}

#HeaderArea #FontChange p ,
#HeaderArea #FontChange ul,
#HeaderArea #ScreenColor p ,
#HeaderArea #ScreenColor ul  {
	float: left;
}

#HeaderArea #FontChange p,
#ScreenColor p {
	padding-top: 6px;
}

#HeaderArea #FontChange li {
	float: left;
	display: block;
	border: 1px solid #959595;
	padding: 4px;
	margin-left: 8px;
	background: #fff;
}

#HeaderArea #FontChange a {
	text-decoration: none;
}

#HeaderArea #ScreenColor li {
	margin: 0 2px;
	float: left;
}

#ScreenColor, #ScreenColor p, #ScreenColor ul, #ScreenColor li, #ScreenColor li a {
/*	display: inline; */
	font-weight: bold;
}

#ScreenColor li a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
	border: 1px solid #666;
	margin-left: 0.2em;
	padding: 0.3em 0.5em 0.1em 0.5em;
}
#ScreenColor li.bt1 a, #ScreenColor li.bt1 a:visited {
	color: #000;
	background-color: #FFF;
}
#ScreenColor li.bt2 a, #ScreenColor li.bt2 a:visited {
	color: #FFF;
	background-color: #000;
}
#ScreenColor li.bt3 a, #ScreenColor li.bt3 a:visited {
	color: #FF0;
	background-color: #00F;
}
#ScreenColor li a:visited {
	color: #909;
}
#ScreenColor li a:hover {
	color: #C00;
	background-color: #FFC;
}

*:first-child+html #ScreenColor li {
	border: 1px solid #fff;
	border-top: 1px solid #000;
	padding: 6px  0 6px 0;
		margin-left: 0;
}

*:first-child+html #ScreenColor li a {
	margin-left: 0;
}

/*_________________________________________________

(2) グローバルナビ
_________________________________________________*/

#GlobalNaviArea {
	clear: both;
	width: 100%;
	background: #E1EEF8;
	border-bottom: 2px solid #ccc;
	margin: 10px 0;
	padding: 12px 0;
	font-size: 90%;
	min-width: 984px;
}

*:first-child+html  #GlobalNaviArea {
	padding: 10px 0 12px 0;
}

#GlobalNaviArea #GlobalNavi {
	margin: 0 auto;
	min-width: 984px;
	max-width: 1680px;
}

#GlobalNaviArea #GlobalNavi ul {
	margin: 4px 0 0 30px;
	float: left;
}

#GlobalNaviArea #GlobalNavi ul,
#GlobalNaviArea #GlobalNavi li {
	float: left;
}

#GlobalNaviArea #GlobalNavi li {
	margin-right: 1.4em;
	background: url(/c_images/ico_triwhite.jpg) no-repeat 0 0;
	padding: 2px 0 0 20px;
	min-height: 16px;
}

#GlobalNaviArea #GlobalNavi li a { text-decoration: none; }

.SearchArea {
	float: right;
	margin-right: 30px;
	padding: 0;
	font-size: 76% !important;
}

*:first-child+html .SearchArea {
	height: 0;
}




#GlobalNaviArea .searchIcon {
  vertical-align: middle;
  margin-right: 3px;
}

#GlobalNaviArea .searchBox, #GlobalNaviArea .searchButton {
  font-size: 1.1em;
  padding: 2px 10px;
  vertical-align: middle;
  -webkit-appearance: none;
}

#GlobalNaviArea .searchBox {
  border: 2px solid #666;
  width: 180px;
}

#GlobalNaviArea .js-PlaceHolder-empty {
  color: #666;
}

#GlobalNaviArea .searchButton {
	background: #666;
	color: #fff;
	border: solid #666;
	border-width: 2px 2px 2px 0;
}

/* Firefox対策 */
#GlobalNaviArea .searchButton::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Edge対策。IEでは作用してはいけない。それ以外のブラウザでは作用しても作用しなくても構わない。 */
#GlobalNaviArea .searchBox, #GlobalNaviArea .searchButton {
  line-height: 1.2em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #GlobalNaviArea .searchBox:not(:target), #GlobalNaviArea .searchButton:not(:target) {
    line-height: normal;
  }
}
#GlobalNaviArea .searchBox:not(:target), #GlobalNaviArea .searchButton:not(:target) {
  line-height: normal\9;
}

/* パンくず 
_________________________________________________*/
.TopicPath {
	font-size: 80%;
	padding: 1em 0;
}

#FooterNaviArea .TopicPath {
	margin: 0 30px;
}


/*_________________________________________________

(3) フッターナビ
_________________________________________________*/

#FooterNaviArea {
	clear: both;
	width: 100%;
	background: #f5f8fc;
	text-align: left;
	min-width: 984px;
	}

#FooterNaviArea #FooterNavi {
	margin: 0 auto;
	min-width: 984px;
	max-width: 1680px;
}

#FooterNaviArea #KurashiLink {
	border-top: 1px solid #3e7ab8;
	padding: 1em 0;
	margin: 0 30px;
}

#FooterNaviArea #KurashiLink h2 {
	font-size: 120%;
	background: url(/c_images/ico_kurashi.jpg) no-repeat 0 0;
	border-style: none;
	padding: 2px 0 0 28px;
	margin-bottom: 0.2em;
}

#FooterNaviArea #KurashiLink ul {
	margin: 0 0 0 20px;
	max-width: 1024px; 
}

#FooterNaviArea #KurashiLink li {
	float: left;
	font-size: 94%;
	width: 20%;
	line-height:1.4;
	min-height: 30px;
	margin-bottom: 0.2em;
	padding: 8px 0 0 36px;
	}

#FooterNaviArea #KurashiLink #cat01 { background: url(/c_images/kurashi_s01.png) no-repeat 0 center; width: 14em; }
#FooterNaviArea #KurashiLink #cat02 { background: url(/c_images/kurashi_s02.png) no-repeat 0 center; width: 14em; }
#FooterNaviArea #KurashiLink #cat03 { background: url(/c_images/kurashi_s03.png) no-repeat 0 center; width: 11em; }
#FooterNaviArea #KurashiLink #cat04 { background: url(/c_images/kurashi_s04.png) no-repeat 0 center; width: 14em; }
#FooterNaviArea #KurashiLink #cat05 { background: url(/c_images/kurashi_s05.png) no-repeat 0 center; width: 14em; clear: both;}
#FooterNaviArea #KurashiLink #cat06 { background: url(/c_images/kurashi_s06.png) no-repeat 0 center; width: 14em; }
#FooterNaviArea #KurashiLink #cat07 { background: url(/c_images/kurashi_s07.png) no-repeat 0 center; width: 11em; }
#FooterNaviArea #KurashiLink #cat08 { background: url(/c_images/kurashi_s08.png) no-repeat 0 center; width: 14em; }

#FooterNaviArea #KurashiLink li a { /*display: inline;*/ margin-top: 4px; }


/*_________________________________________________

(4) フッター
_________________________________________________*/
#FooterOutArea {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 1em 0;
	background: #2d6eb2;
	color: #ffffff;
	text-align: left;
	min-width: 984px;
}

#FooterArea {
	margin: 0 auto;
	min-width: 984px;
	max-width: 1680px;
/*	position: relative; */
}

#FooterArea #FooterInfo {
	float: left;
	margin-left: 30px;
	font-size: 96%;
}

#FooterArea #FooterInfo p, address { margin-bottom: 1em; }
#FooterArea #FooterInfo p { clear: both; line-height: 1.4;}

#FooterArea #FooterInfo a { color: #fff;  font-size: 96%; text-decoration: underline !important; }

#Wardname {
  font-weight: bold;
  font-size: 130%;
}

address {
  font-style: normal;
  font-size: 96%;
}

#FooterArea address {
  background: url(/c_images/itabashi_mark.jpg) no-repeat 0 50%;
  padding: 5px 0 0 30px;
  line-height: 26px;
}

#FooterArea #FooterInfo a.MailLink {
	background: url(/c_images/ico_smail.jpg) no-repeat 0 center;
	display: inline;
	padding: 1px 0 1px 32px;
	margin: 0 12px;
}

#FooterArea #FooterInfo a.HatenaLink {
	background: url(/c_images/ico_hatena.jpg) no-repeat 0 -3px;
	display: inline;
	padding: 1px 0 1px 24px;
}

#FooterArea #FooterInfo .SubLink a {
	background: url(/c_images/ico_triwhite.jpg) no-repeat 0 center;
	display: inline;
	padding-left: 16px;
	margin-right: 12px;
}

#FooterArea #IconLinkArea {
/*	width: 226px; */
	margin: 30px 10px 0 0;
	float: right;
	text-align: right;
/*	position: absolute;
	right: 0; */
}

#FooterArea #IconLinkArea img {
	margin-bottom: 4px;
	border-style: none;
}

#IconLinkArea ul {
  float: right;
}

#IconLinkArea li {
  display: block;
  float: left;
  font-size: 80%;
  width: 64px;
  text-align: center;
  margin-left: 8px;
}

*:first-child+html #FooterArea #IconLinkArea {
  margin-right: 0;
  width: 220px;
  overflow: hidden;
}

*:first-child+html #FooterArea #IconLinkArea li {
  margin-left: 8px;
}

#FooterArea .copytext {
  clear: both;
  font-size: 96%;
  margin-left: 30px;
}
