@charset "utf-8";

/* --------基本設定------- */

body {
	text-align: center;
	font: 100% arial,helvetica,sans-serif;
	color: #666666;
	padding: 0px;
	margin: 0px;
	background: #C9E7F1 url(/img/common/bg_body.jpg) repeat-x top;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form,fieldset,pre,blockquote,address,div,span,img {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

img {border: 0;}

.txtSmall {font-size: 84.5%;}

td,th {vertical-align: top;}

select,input,textarea {font: 100% ;}

label {cursor: pointer;}

/* --------外枠部分指定-------- */

#container {
	background: url(/img/common/bg_bodyCenter.jpg) no-repeat top;
	font-size: 85%;
}

.fontL #container {
	font-size: 110%;
}

.fontM #container {
	font-size: 100%;
}

.fontS #container {
	font-size: 75%;
}

#containerIn {
	width: 858px;
	margin: 0px auto;
	text-align: left;
}

/* --------ヘッダーエリア（ナビ含む）-------- */

#headerArea {
	width: 858px;
	position: relative;
	height: 130px;
}

#headerArea p.logo,
#headerArea h1.logo {
	position: absolute;
	top: 41px;
}

#headerArea #btnArea  {
	position: absolute;
	right: 0px;
	top: 19px;
	width: 128px;
}

#headerArea dl  {
	position: absolute;
	left: 476px;
	top: 45px;
	width: 166px;
}

#headerArea dt,
#headerArea dd  {
	float: left;
	padding-right: 5px;
}

#headerArea .navi3 {
	left: 700px;
}

#headerArea form {
	position: absolute;
	right: 0px;
	top: 45px;
	width: 198px;
}

#headerArea .txtfield {
	width: 143px;
	border: solid #999999 1px;
	position: absolute;
	height: 20px;
}

#headerArea .btn {
	position: absolute;
	right: 0;
}

#headerArea #gNavi {
	width: 858px;
	padding: 79px 0px 0px 0px;
}

#headerArea li {
	float: left;
	list-style: none;
	font-size: 0px;/* -------- IEの文字拡縮時のズレ解消用 -------- */
}

#headerArea li img {
	vertical-align: bottom;/* -------- For IE6 -------- */
}

/* --------コンテンツエリア-------- */
#contentsArea {
	width: 830px;
	background: url(/img/common/bg_contentsArea.png) repeat-y top center;
	clear: both;
	padding: 14px 14px 0px 14px;
	margin: 0px 0px 0px 0px;
}

* html #contentsArea { behavior: expression(IEPNGFIX.fix(this)); }/* -------- For IE6 -------- */

#contentsArea:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

#contentsArea p {
	line-height: 1.4;
}

/* --------トピックパスエリア-------- */
#topicPassArea {
	background: url(/img/common/bg_topicPassArea.png) no-repeat top center;
	width: 858px;
	color: #02BEEC;
	_behavior: url(/js/iepngfix.htc);
}

#topicPassArea:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

#topicPassArea ul {
	width: 830px;
	border-bottom: solid #E4E4E4 1px;
	padding: 16px 10px 8px 10px;
	margin-left: 4px;
	margin-right: 4px;
	overflow: hidden;
}

#topicPassArea li {
	list-style: none;
	font-size: 84%;

      display: inline;
	background: url(/img/common/bg_topicPassArea.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 2px 7px;
	line-height: 1;
}

#topicPassArea li a {
	line-height: 1;
	zoom: 1;
}

#topicPassArea li img {
	vertical-align: middle;
}

_#topicPassArea li img {
	vertical-align: bottom;/* -------- For IE6 -------- */
}

#topicPassArea li.firstChild {/* -------- js追加用クラス -------- */
	background: none;
	margin: 0px;
	padding: 0px;
}

#topicPassArea li.lastChild {/* -------- js追加用クラス -------- */
	background: none;
}

#topicPassArea li.lastChild img {/* -------- js追加用クラス -------- */
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 2px -15px;
	_margin: 0px 0px 0px -15px;
}

#topicPassArea a:link, #topicPassArea a:visited, #topicPassArea a:active {
	text-decoration: none;
}

#topicPassArea a:hover {
	text-decoration: underline;
}

/* --------メインエリア内部-------- */
#mainArea {
	width: 634px;
	float: right;
	color: #666666;
	margin-bottom: 30px;
}

#mainArea #mainContentsArea {
	width: 610px;
	margin: 0px 12px 0px 12px;
}

/* --------メインエリア内部 floatボックスクリア汎用-------- */
#mainArea #mainContentsArea .floatArea {
	width: 610px;
	overflow: hidden;
}
/* --------メインエリア内部 動的出力画像センター寄せ配置用-------- */
#mainArea #mainContentsArea .dimg {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/* -------破線とグラデ枠内にあるリストエリア（汎用）-------- */
#mainArea #mainContentsArea .graListArea {
	width: 610px;
	padding: 10px 0px 20px 0px;
}
/* -------グラデ（短）（汎用）-------- */
#mainArea #mainContentsArea .graListArea .bgS {
	width: 590px;
	background: url(/img/common/bg_shadowS.jpg) repeat-x top left;
	padding-top: 15px;
	line-height: 1.4;
	padding-left: 20px;
}
/* -------グラデ（長）（汎用）-------- */
#mainArea #mainContentsArea .graListArea .bgL {
	width: 590px;
	background: url(/img/common/bg_shadowL.jpg) repeat-x top left;
	padding-top: 15px;
	line-height: 1.4;
	padding-left: 20px;
}

#mainArea h1 {
	background: url(/img/common/bg_h1bottom.jpg) no-repeat bottom left;
	width: 634px;
	margin-bottom: 16px;
	font: 160% 'ヒラギノ角ゴ Pro W3';
	letter-spacing: 2px;
}

#mainArea h1 span {
	background: url(/img/common/bg_h1top.png) no-repeat top left;
	color: #12125B;
	font-weight: bold;
	padding: 18px 15px 14px 26px;
	display: block;
	width: 593px;
	_behavior:url(/js/iepngfix.htc);
}

#mainArea h2 {
	background: url(/img/common/bg_h2.gif) no-repeat top left;
	width: 574px;
	color: #FFFFFF;
	padding: 3px 10px 4px 26px;
	margin-bottom: 16px;
	font-size: 120%;
	line-height: 1.2;
}

/* --------メインエリア内部 ページネーション-------- */
#mainArea .pagenationArea {
	background: url(/img/common/bg_dottedlineGrey2.gif) no-repeat top left;
	margin-top: 30px;
	padding-top: 10px;
	width: 610px;
	text-align: right;
	font-weight: normal;
}

#mainArea .pagenationArea span {
	border-right: solid #666666 1px;
	padding: 0px 4px 0px 4px;
	color: #027AB6;
}

#mainArea .pagenationArea .bnone {
	border: none;
}

#mainArea .pagenationArea .page a {
	text-decoration: none;
	font-weight: bold;
}

/* --------メインエリア内部 リンク（ブランク）-------- */
#mainArea .blank {
	background: url(/img/common/bg_blank.gif) no-repeat center left;
	display: block;
	padding: 6px 0px 6px 14px;
}

/* --------メインエリア内部 リンク（PDF）-------- */
#mainArea .pdf {
	background: url(/img/common/bg_pdf.jpg) no-repeat center left;
	display: block;
	_display: inline-block;/* -------- For IE6 -------- */
	padding: 2px 0px 2px 18px;
}

/* --------メインエリア内部 リンク（アロー）-------- */
#mainArea .arrow {
	background: url(/img/common/bg_arrowBlue.gif) no-repeat center left;
	display: block;
	padding: 0px 0px 0px 14px;
}

/* --------メインエリア内部 （PDF）-------- */
#mainArea .pdfArea {
	width: 568px;
	background: #F2F2F2;
	overflow: auto;
	border: solid #E1E1E1 1px;
	font-size: 85%;
	padding: 10px 10px 7px 10px;
	margin: 0px 10px 20px 10px;
}

#mainArea .pdfArea dt {
	width: 450px;
	float: left;
	line-height: 1.5;
}

#mainArea .pdfArea dd {
	width: 100px;
	float: right;
}

/* --------メインエリア内部 お問い合わせエリア-------- */
#mainArea .contactArea {
	background: url(/img/common/bg_contactAreaBottom.gif) no-repeat bottom left;
	width: 610px;
}

#mainArea .contactArea p {
	padding: 0px 10px 10px 10px;
}

#mainArea .contactArea strong {
	background: url(/img/common/bg_contactAreaTop.gif) no-repeat top left;
	display: block;
	width: 590px;
	color: #FFFFFF;
	padding: 9px 10px 9px 10px;
	margin-bottom: 10px;
}

/* --------サイドエリア内部-------- */
#sideArea {
	width: 190px;
	float: left;
	display: inline;
	background: url(/img/common/bg_sideNavi.jpg) no-repeat top center;
	min-height: 800px;
	_height: 800px;
}

/* --------サイドエリア タイトル画像-------- */
#sideArea .sideTtl {
	padding: 15px 10px 6px 10px;
}

#sideArea li {
	list-style: none;
}

/* --------サイドエリア 1階層目-------- */
#sideArea .l1 {
	background: url(/img/common/bg_l1.jpg) no-repeat center left;
	border: solid #DEE8F1 1px;
	display: block;
	font-weight: bold;
	padding: 8px 10px 8px 24px;
	margin: 0px 10px 3px 10px;
	_width: 134px;/* -------- For IE6 -------- */
}

/* --------文言変更によるニュースリリ－ス追加分　ここから------ */

#sideArea .l1nr {
	background: url(/img/common/bg_l1nr.jpg) no-repeat center left;
	border: solid #DEE8F1 1px;
	display: block;
	font-weight: bold;
	padding: 8px 10px 8px 24px;
	margin: 0px 10px 3px 10px;
	_width: 134px;/* -------- For IE6 -------- */
}

#sideArea .nr a:hover {
	color: #729F09 !important;
	text-decoration: none;
	background: url(/img/common/bg_l1nr_on.jpg) no-repeat center left !important;
}

/* --------文言変更によるニュースリリ－ス追加分　ここまで------ */

#sideArea ul a:link,#sideArea ul a:visited,#sideArea ul a:active {
	color: #717171;
	text-decoration: none;
}

#sideArea ul a:hover {
	color: #3082A9;
	text-decoration: none;
	background: url(/img/common/bg_l1_on.jpg) no-repeat center left;
}

/* --------サイドエリア 2階層目-------- */
#sideArea .l2Area {
	border: solid #CCDAE9 1px;
	background-color: #D9E9EE;
	padding: 5px;
	margin: 3px 10px 2px 10px;
	width: 158px;
	background: #E4E4E4;
}
#sideArea .l2 {
	background: #5CABD1;
	padding: 3px;
	color: #FFFFFF;
	font-size: 84%;
	width: 152px;
	display: block;
}

/* --------サイドエリア 3階層目-------- */
#sideArea .l3Area {
	display: block;
	width: 152px;
	background: #FFFFFF;
	padding: 5px 2px 5px 4px;
}

#sideArea .l3 {
	background: #FFFFFF url(/img/common/bg_l3.gif) no-repeat top left;
	font-size: 84%;
	padding: 3px 3px 4px 12px;
	margin: 0px;
	display: block;
	width: 134px;
	line-height: 1.1;
}

#sideArea ul ul ul a:link,#sideArea ul ul ul a:visited,#sideArea ul ul ul a:active {
	color: #2D7A9F;
	text-decoration: none;
}

#sideArea ul ul ul a:hover {
	color: #00BEEE;
	text-decoration: none;
	background: #D8EDEB url(/img/common/bg_l3_on.gif) no-repeat top left;
}

#sideArea .l4Area {
	visibility:hidden;
	position: absolute;
}

/* --------フッターエリア-------- */
#footerArea {
	clear: both;
	width: 858px;
	background: url(/img/common/bg_footerArea.jpg) no-repeat top center;
	position: relative;
	text-align: center;
	padding-top: 54px;
}

#footerArea a:link,#footerArea a:visited,#footerArea a:active {
	color: #595A5A;
	text-decoration: none;
}

#footerArea a:hover {
	color: #02BEEC;
	text-decoration: none;
}

#footerArea p {
	position: absolute;
	top: 0;
	right: 23px;
}

#footerArea ul {
	height: 40px;
	text-align: center;
}

#footerArea li {
	list-style: none;
	border-right: solid #CCCCCC 1px;
	padding: 0px 12px 0px 12px;
	display: inline;
}

#footerArea li.lastChild {/* -------- js追加用クラス -------- */
	border: none;
}

#footerArea address {
	clear: both;
	margin: -10px 0px 20px 0px;
	padding-bottom: 30px;
}

/* --------調整用-------- */

.marTop10 {margin-top: 10px;}

.marTop20 {margin-top: 20px;}

.marBottom10 {margin-bottom: 10px;}

.marBottom20 {margin-bottom: 20px;}

.marBottom30 {margin-bottom: 30px;}

.fl {float: left;}

.fr {float: right;}

.al {text-align: left;}

.ar {text-align: right;}

.ac {text-align: center;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {display: inline-block;}

/* --------リンクカラー パタン1--------- */
a:link,
#topicPassArea a:link {
	color: #3A8BB2;
	text-decoration: underline;
}
a:visited,
#topicPassArea a:visited {
	color: #805698;
	text-decoration: underline;
}
a:active,
#topicPassArea a:active {
	color: #3A8BB2
	text-decoration: underline;
}
a:hover,
#topicPassArea a:hover {
	color: #3A8BB2;
	text-decoration: none;
}

/* --------リンクカラー パタン2-------- */
.service .list01 a:link,
.service .list01 a:visited,
.service .list01 a:active,
.news .list01 a:link,
.news .list01 a:visited,
.news .list01 a:active {
	text-decoration: none;
	color: #333333;
}

.service .list01 a:hover,
.news .list01 a:hover {
	text-decoration: underline;
	color: #333333;
}

/* --------リンクカラー パタン3-------- */
.service .list02 a:link,
.service .list02 a:visited,
.service .list02 a:active,
#topicPassArea a:link,
#topicPassArea a:visited,
#topicPassArea a:active {
	text-decoration: underline;
	color: #3A8BB2;
}

.service .list02 a:hover,
#topicPassArea a:hover {
	text-decoration: none;
	color: #3A8BB2;
}

/* --------リンクカラー パタン4-------- */
.service .projectListArea_1 a:link,
.service .projectListArea_1 a:visited,
.service .projectListArea_1 a:active {
	color: #5B6370;
	text-decoration: underline;
}

.service .projectListArea_1 a:hover {
	color: #5B6370;
	text-decoration: none;
}

/* --------以下、英語サイト用に挿入-------- */

/* --------ポップアップエリア-------- */
#sideArea .popUpArrow {
	position:relative;
	padding:0;
	margin:0;
}

#sideArea .popUpArrow div {
	position: absolute;
	top: 0px;
	left: 180px;
	background: #FFFFFF;
	border: solid #DEE8F1 1px;
	padding: 1px;
	display: none;/* -------- 読み込み時の一時的な表示への対応 -------- */
}

#sideArea .popUpArrow ul {
	background-color: #C2C2C2;
	padding: 2px 2px 1px 2px;
}

#sideArea li {
	_width: 134px;/* -------- For IE6 -------- */
	vertical-align: bottom;/* -------- For IE6 -------- */
}

#sideArea .popUpArrow li a {
	background: #FFFFFF url(/NEWS/img/bg_poplink.gif) no-repeat top left;
	width: 151px;
	padding: 9px 6px 7px 16px;
	margin-bottom: 1px;
	display: block;
	border: solid #FFFFFF 1px;
}

#sideArea .popUpArrow li a:hover {
	background: url(/NEWS/img/bg_poplink_on.gif) no-repeat top left;
	color: #FFFFFF;
	margin-bottom: 1px;
	border: solid #FFFFFF 1px;
}

ol {
	margin-left: 30px;
}

ol li {
	margin-bottom: 4px;
	list-style: decimal;
}

.kanren  {
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x top left;
}

.kanren span {
	background: url(/PROFILE/img/bg_kanren.gif) no-repeat center left;
	display: block;
	padding-left: 10px;
}

.kanren li {
	width: 610px;
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x bottom left;
	line-height: 1.2;
	padding: 8px 0px 8px 0px;
}

.sitemap .fl,
.sitemap .fr {
	width: 300px;
}

.sitemap .list01 {
	width: 298px;
	border-top: solid #3082A8 3px;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	margin-bottom: 10px;
}

.sitemap .list01 span a:link, .sitemap .list01 span a:active,.sitemap .list01 span a:visited {
	background: url(/SITEMAP/img/bg_list01.jpg) no-repeat top left;
	display: block;
	padding: 8px 0px 8px 8px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
}

.sitemap .list01 span a:hover {
	background: url(/SITEMAP/img/bg_list01_over.jpg) no-repeat top left;
	text-decoration: none;
	color: #00BEEE;
}

.sitemap .bg {
	background: #FFFFFF url(/img/common/bg_dottedlineGrey1.gif) no-repeat top left;
	padding: 10px 9px 0px 9px;
	_width: 280px;
}

.sitemap .list02 span {
	width: 272px;
	display: block;
	color: #323232;
	text-decoration: none;
	padding: 6px 0px 6px 6px;
	margin-top: 0px;
	margin-bottom: 6px;
	background-color: #E1E0DC;
	font-weight: bold;
}

.sitemap .list02 span a:link,.sitemap .list02 span a:active,.sitemap .list02 span a:visited {
	background-color: #E1E0DC !important;
	background-image: none !important;
	display: block !important;
	padding: 0px !important;
	color: #666666 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
	font-size: 100% !important;
	_width: 272px;
}

.sitemap .list02 span a:hover {
	text-decoration: none !important;
}

.sitemap .list03 li {
	background: url(/img/common/bg_arrowBlue.gif) no-repeat center left;
	display: block;
	padding: 4px 0px 4px 14px;
	margin-left: 6px;
}

.sitemap ul li ul li ul li.lastChild,
.sitemap .list03 li.lastChild {
	margin-bottom: 12px;
}

.sitemap .list04 li {
	background: url(/SITEMAP/img/bg_list04.gif) no-repeat center left;
	display: block;
	padding: 4px 0px 4px 18px;
	margin-left: 6px;
}

.directors .square {
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x top left;
}

.directors .square dl {
	overflow: hidden;
	width: 610px;
	padding: 8px 0px 8px 0px;
	line-height: 1.2;
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x bottom left;
}

.directors .square dt {
	float: left;
	width: 235px;
	display: block;
	background: url(/E/PROFILE/img/bg_square.gif) no-repeat top left;
	color: #003A83;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 5px;
}

.directors .square dd {
	width: 325px;
	float: right;
}

.history {
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x top left;
}

.history li {
	overflow: hidden;
	width: 610px;
	padding: 8px 0px 8px 8px;
	line-height: 1.6;
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x bottom left;

}

.history span {
	width: 40px;
	float: left;
	display: block;
}

.history dl {
	line-height: 1.4;
	float: left;
	width: 570px;
}
.history dt {
	width: 40px;
	float: left;
	line-height: 1.6;
	padding: 0px 15px 0px 15px;
}

.history dd {
	width: 500px;
	line-height: 1.6;
	float: left;
}

.historyli li {
	padding: 8px 0px 8px 0px;
	margin-left: 16px;
	line-height: 1.4;
	list-style: none;
}

.historyli li li {
	list-style: disc;
	margin-left: 24px;
}

.historyli2 li {
	padding: 8px 0px 8px 0px;
	line-height: 1.4;
	list-style: disc;
	margin-left: 40px;
}




