@charset "utf-8";


/* --------基本設定------- */

body {
	text-align: center;
	font: 100% "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "HiraginoKakugo Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif, Meiryo, "メイリオ";
	color: #666666;
	padding: 0px;
	margin: 0px;
}

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;
}

dl:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

img {border: 0;}

.txtSmall {font-size: 84.5%;}

td,th {vertical-align: top;}

select,input,textarea {font: 100% ;}

label {cursor: pointer;}

/* --------外枠部分指定-------- */

#container {
	font-size: 78%;
}

#containerIn {
	width: 634px;
	margin: 0px auto;
	text-align: left;
}

/* --------ヘッダーエリア（ナビ含む）-------- */

#headerArea {
	width: 650px;
	height: 50px;
	border-bottom: solid #CCCCCC 1px;
	margin-bottom: 20px;
}

#headerArea p.logo,
#headerArea h1.logo {
	position: absolute;
	top: 10px;
}

#headerArea #btnArea {
	display: none;
}

#headerArea dl {
	display: none;
}

#headerArea form {
	display: none;
}

#headerArea #gNavi {
	display: none;
}

/* --------コンテンツエリア-------- */
#contentsArea {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	/* ----/* ----overflow: hidden;--- */--- */
	width: auto;
	background: none;
      display:table;
}

#contentsArea:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

#contentsArea p {
	line-height: 1.4;
}

/* --------トピックパスエリア-------- */
#topicPassArea {
	display: none;
}

/* --------メインエリア内部-------- */
#mainArea {
	width: 634px;
	color: #666666;
	margin-bottom: 30px;
	margin: 0px 8px 0px 8px;
}

#mainArea #mainContentsArea {
	width: 610px;
	margin: 0px 12px 0px 12px;
}

/* --------メインエリア内部 floatボックスクリア汎用-------- */
#mainArea #mainContentsArea .floatArea {
	width: 610px;
}

#mainArea #mainContentsArea .floatArea:after {content: "."; display: block; height: 0; clear: both; visibility: 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 {
	width: 634px;
	letter-spacing: 2px;
	font: 160% 'ヒラギノ角ゴ Pro W3';
	border-bottom: solid #C0C0C0 1px;
	margin-bottom: 16px;
}

#mainArea h1 span {
	color: #12125B;
	padding: 18px 15px 14px 26px;
	display: block;
	width: auto;
	background: none;
	font-weight: bold;
	border-top: solid #000080 2px;
}

#mainArea h2 {
	width: 610px;
	color: #013A81;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.2;
	border-bottom: solid #CCCCCC 1px;
	padding: 3px 0px 4px 0px;
	margin-bottom: 16px;
}

/* --------メインエリア内部 ページネーション-------- */
#mainArea .pagenationArea {
	border-top: solid #CCCCCC 1px;
	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;
	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: visible;
	border: solid #E1E1E1 1px;
	font-size: 85%;
	padding: 10px 10px 7px 10px;
	margin: 10px 10px 20px 10px;
}

#mainArea .pdfArea dt {
	width: 450px;
	float: left;
	line-height: 1.5;
}

#mainArea .pdfArea dd {
	width: 100px;
	float: right;
}

/* --------メインエリア内部 お問い合わせエリア-------- */
#mainArea .contactArea {
	width: 610px;
}

#mainArea .contactArea p {
	padding: 0px 10px 10px 10px;
}

#mainArea .contactArea strong {
	display: block;
	width: 590px;
	color: #666666;
	padding: 9px 10px 9px 10px;
	margin-bottom: 10px;
}

/* --------サイドエリア内部-------- */
#sideArea {
	display: none;
}

/* --------フッターエリア-------- */
#footerArea {
	width: 650px;
	text-align: center;
	border-top: solid #CCCCCC 1px;
	margin-top: 20px;
	padding-top: 10px;
}

#footerArea p {
	display: none;
}

#footerArea ul {
	display: none;
}

#footerArea address {
	margin: 0;
	padding: 0;
}

/* --------調整用-------- */

.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;}

.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;
}

#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: 175px;
	display: block;
	background: url(/PROFILE/img/bg_square.gif) no-repeat center left;
	color: #003A83;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 5px;
}

.directors .square dd {
	width: 385px;
	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: 24px;
	line-height: 1.4;
	list-style: square;
}

.historyli li li {
	list-style: disc;
}


