@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #gNav
 #footer
  #footerContents
 #page
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}

a:link {
	color:#2586ca;
	text-decoration: none;
}
a:visited {
	color:#2586ca;
	text-decoration: none;
}
a:hover {
	color:#42a0e2;
	text-decoration: underline;
}
a:active {
	color:#42a0e2;
	text-decoration: none;
}

#shadow_left {
    background: url("../img/com_bgLeft_001.gif") repeat-y scroll left top transparent;
    margin: 0 auto;
    width: 1061px;
}

#shadow_right {
    background: url("../img/com_bgRight_001.gif") repeat-y scroll right top transparent;
    margin: 0 auto;
    width: 1061px;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	display:inline;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	display:inline;
	margin: 0 10px 0 0;
}

.f_r{
	float:right;
	display:inline;
}
.f_l{
	float:left;
	display:inline;
}

.d_i{display:inline;}
.d_b{display:block;}

.w170{width:170px;}
.w330{width:330px;}
.w400{width:400px;}
.w511{width:511px;}
.w20per{width:20%;}

.btn {
	text-align: center;
}

.toPage{
	background:url(../img/com_arrow_001.gif) 0 5px no-repeat;
	float:right;
	display:inline;
	margin:10px 0 0 0;
	padding:0 0 0 14px;
}

.toAnchor{
	padding-left:12px;
	background: url(../img/com_arrow_004.gif) 0% 47% no-repeat;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T2 { margin-top: 2px !important; }
.MG-T3 { margin-top: 3px !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
.MG-T40 { margin-top: 40px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
.MG-B40 { margin-bottom: 40px !important; }
/* Right */
.MG-R5 { margin-right: 5px !important; }
.MG-R7 { margin-right: 7px !important; }
.MG-R10 { margin-right: 10px !important; }
.MG-R19 { margin-right: 19px !important; }
.MG-R20 { margin-right: 20px !important; }
/* Left */
.MG-L5 { margin-left: 5px !important; }
.MG-L7 { margin-left: 7px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }
/* Bottom */
.PD-B5 { padding-bottom: 5px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-SSS { font-size:10px;}
.TXT-SS { font-size:11px;}
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}
.TXT-LL { font-size:18px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}

.fw_b {font-weight:bold;}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 72px;
	width: 372px;
	background: #fff;
	margin:8px 0 13px 0;
}
#headerDesc {
	color: #fff;
	background: #1a8fc6;
	height: 20px;
}
#headerDescArea {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea p {
	font-size: 10px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
	height: 20px;
}
#headerDescArea h2 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
	height: 20px;
}


/* -----------------------------------------------------------
	#mainCopy
		コピー
----------------------------------------------------------- */
#mainCopy {
	width:872px;
	margin:20px auto 15px;
}


/* #gNav
----------------------------------------------------------- */
#gNav {
	clear: both;
	overflow: hidden;
}

* html #gNav {
	height: 1%;
}

#naviArea {
	clear: both;
	width: 960px;
	height:59px;
	margin: 0 auto;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ccc;
}

#gNav li {
	height:59px;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ccc;
}

#gNav li a:link,
#gNav li a:visited,
#gNav li a:hover,
#gNav li a:active {
	text-decoration:none;
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background: #1f91be;
	padding: 15px 0;
	text-align:center;
	color:#FFF;
	font-size:11px;
}

#footer a:link {
	color:#FFF;
	text-decoration: none;
}
#footer a:visited {
	color:#FFF;
	text-decoration: none;
}
#footer a:hover {
	color:#FFF;
	text-decoration: underline;
}
#footer a:active {
	color:#FFF;
	text-decoration: none;
}


/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#imgArea
----------------------------------------------------*/
#imgArea {
	width: 961px;
	height:345px;
	margin: 0 auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 961px;
	margin: 20px auto 0 auto;
	padding-bottom: 5px;
	text-align: left;
}

#contents .pageTop{
	background:url(../img/com_arrow_003.gif) 0 8px no-repeat;
	float:right;
	display:inline;
	padding:0 0 0 16px;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0 0 20px 15px;
}

.contentsBox .box {
	font-size: 12px;
	width: 280px;
	float: left;
	border: solid #CCC 1px;
	margin-right: 10px;
	padding: 10px;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: right;
	width: 701px;
}

#main h1{
	width: 701px;
}

#main h2{
	width: 701px;
}

#main h3{
	font-size: 16px;
	font-weight: normal;
	width: 700px;
	height: 30px;
	background: url(../img/bg-h3.png) no-repeat;
	padding: 9px 0 0 32px;
}

#main h4{
	color: #2586ca;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#main .section{
	margin:15px 0 0 0;
}

#main .box {
	width: 211px;
	min-height:237px;
	height: auto !important;
	height: 232px;
	float: left;
	display:inline;
	border: solid #CCC 1px;
	margin-right: 15px;
	padding: 3px 3px 15px;
}

#main .box-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}

.newsTopics{
	padding:0 0 0 7px;
}
.newsTopics li{
	padding:15px 0;
	border-bottom:1px dotted #ccc;
}

.thumArea_box{
	width:219px;
}

.icoArea{
	float:left;
	display:inline;
	width:340px;
}

#main .sectionBorder_01{
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 10px 25px;
	border: solid #ccc 5px;
}

#main ul li.style_01{
	list-style-type: none;
	padding: 5px 0 5px 12px;
	background: url(../img/com_arrow_001.gif) 0% 47% no-repeat;
	margin: 5px 0 5px;
}



/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #efefef;
	width: 80px;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	width: 535px;
}

.OfficeArea {
	width:100%;
}
.OfficeArea td {
	border:1px solid #E0E0E0;
	padding:5px;
	padding-left:10px;
	vertical-align:middle;
}
.OfficeArea th {
	border:1px solid #E0E0E0;
	background-color:#F5F5F5;
	padding:5px;
	padding-left:10px;
	vertical-align:middle;
}

.corpTbl {
	width:473px;
}
.corpTbl td {
	border:1px solid #E0E0E0;
	padding:5px;
	padding-left:10px;
	vertical-align:middle;
}
.corpTbl th {
	border:1px solid #E0E0E0;
	background-color:#F5F5F5;
	padding:5px;
	padding-left:10px;
	vertical-align:middle;
}
/* -----------------------------------------------------------
SDGs_class
SDGsバナー
----------------------------------------------------------- */
.sdgs1 img{
    width: 100%;
    margin-bottom: 40px;
}

.sdgs2 img{
    width: 100%;
    margin-bottom: 20px;
}
/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 240px;
}

#sub ul li.style_01{
	list-style-type: none;
	padding: 5px 0 5px 12px;
	background: url(../img/com_arrow_001.gif) 0% 47% no-repeat;
	border-bottom: dotted #ccc 1px;
	margin: 5px 0 5px;
}
#sub ul li.style_02{
	list-style-type: none;
	padding: 5px 0 5px 12px;
	background: url(../img/com_arrow_001.gif) 0% 25% no-repeat;
	border-bottom: dotted #ccc 1px;
	margin: 5px 0 5px;
}
#sub ul li.style_03{
	list-style-type: none;
	padding: 5px 0 5px 12px;
	background: url(../img/com_arrow_002.gif) 0% 47% no-repeat;
	border-bottom: dotted #ccc 1px;
}
#sub ul li.style_04{
	list-style-type: none;
	padding: 5px 0 5px 12px;
	background: url(../img/com_arrow_002.gif) 0% 25% no-repeat;
	border-bottom: dotted #ccc 1px;
}
#sub ul li.lastChild{
	border-bottom:none;
	margin-bottom:0;
}

#sub .sectionBorder_01{
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 15px 25px 10px;
	border: solid #ccc 5px;
}
#sub .sectionBorder_02{
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 5px 25px;
	border: solid #ccc 1px;
}

#sub .box {
	border-bottom: solid #CCC 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}


/* -----------------------------------------------------------
	IE7ハック
----------------------------------------------------------- */
*:first-child+html mb_0{margin-bottom:0px !important;}

.fix{zoom:1;}


/*2014/9/9 ----------------- */

.fontb120{
font-size:120%;
line-height:1.75;
}

.fgRed		{ color: #FF3333; }

.b			{ font-weight: bold; }

/*-------------------*/

/*2014/9/12　写真枠　-------------------*/
.bd	{ border: 1px solid #999999; }

/*-------------------*/

