@charset "Shift-JIS";




/* --------基本設定------- */

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;}


/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------NEWS-------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- */


/* --------ポップアップエリア-------- */
.news #sideArea .popUpArrow {
	background: url(/NEWS/img/bg_popArrow.gif) no-repeat center left;
}

.news #sideArea .popUpArrow ul {
	background: url(/NEWS/img/bg_popBottom.gif) no-repeat bottom left;
	width: 251px;
	padding: 4px 1px 7px 31px;
}

.news #sideArea .popUpArrow li a {
	background: url(/NEWS/img/bg_poplink.gif) no-repeat top left;
	width: 228px;
	padding: 9px 6px 7px 16px;
	display: block;
}

.news #sideArea .popUpArrow li a:hover {
	background: url(/NEWS/img/bg_poplink_on.gif) no-repeat top left;
}

/* --------エリア指定-------- */
.news .sideA_pt1 {
	width: 390px;
	float: left;
}

.news .sideB_pt1 {
	width: 200px;
	float: right;
}

/* --------エリア指定-------- */
.news .sideA_pt2 {
	width: 440px;
	padding-left: 10px;
	float: left;
}

.news .sideB_pt2 {
	width: 150px;
	float: right;
}

/* --------エリア指定-------- */
.news .sideA_pt3 {
	width: 480px;
	float: left;
}

.news .sideB_pt3 {
	width: 120px;
	float: right;
	text-align: right;
}

/* --------201101追加-------- */
.news .channel {
	width: 600px;
}

.news .sideB_channel {
	width: 120px;
	float: right;
	margin-left:20px;

}

/* --------枠-------- */
.news .sideA_pt1 ul:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.news .sideA_pt1 .list01 a {
	width: 380px;
	/* ----overflow: hidden;--- */
	display: block;
	border-top: solid #3082A8 3px;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	background: url(/NEWS/img/bg_list01.jpg) no-repeat top left;
	padding: 8px 0px 6px 8px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
	font-size: 110%;
}

.news .sideA_pt1 .list01 a:link, .news .list01 a:active, .news .list01 a:visited {
	color: #666666;
}

.news .sideA_pt1 .list01 a:hover {
	background: url(/NEWS/img/bg_list01_over.jpg) no-repeat top left;
	color: #666666;
}

/* --------文言変更によるニュースリリ−ス追加分　ここから------ */

.news .sideA_pt1 .list01,
.news .sideA_pt1 .list02,
.news .sideA_pt1 .list01nr {
	position: relative;
}

.news .sideA_pt1 .list01nr {
	width: 380px;
	overflow: hidden;
	display: block;
	border-top: solid #85A52E 3px;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	background: url(/NEWS/img/bg_list01nr.jpg) no-repeat top left;
	padding: 8px 0px 8px 8px;
	margin-bottom: 10px;
	color: #5E6A13;
	font-size: 110%;
}

.news .sideA_pt1 .list01nr strong {
	padding: 0px 16px 0px 0px;
	background: url(/NEWS/img/bg_arrowBlueCerclenr.png) no-repeat center right;
}

.news .sideA_pt1 .list01nr:hover {
	background: url(/NEWS/img/bg_list01nr_over.jpg) no-repeat top left;
}

.news .sideA_pt1 .list01nr span a:link,
.news .sideA_pt1 .list01nr span a:active,
.news .sideA_pt1 .list01nr span a:visited {
	padding: 0px 210px 0px 0px;
	font-weight: bold;
	color: #5E6A13;
	display: inline-block;
	text-decoration: none;
}

.news .sideA_pt1 .list01nr span a:hover {
	color: #729F09;
}

.news .sideA_pt1 .list01nr strong:hover {
	background: url(/NEWS/img/bg_arrowBlueCerclenr_on.png) no-repeat center right;
	color: #729F09;
}

.news .sideA_pt1 .rss {
	position: absolute;
	right: 7px;
	top: 8px;
}

/* --------文言変更によるニュースリリ−ス追加分　ここまで------ */

.news .sideA_pt1 .list02 span {
	width: 380px;
	/* ----overflow: hidden;--- */
	display: block;
	background: url(/NEWS/img/bg_list02.jpg) no-repeat top left;
	display: block;
	border-top: solid #3082A8 3px;
	border-right: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	padding: 8px 0px 6px 8px;
	font-weight: bold;
	font-size: 110%;
}

.news .sideA_pt1 .list03 {
	width: 380px;
	/* ----overflow: hidden;--- */
	display: block;
	background: #FFFFFF url(/img/common/bg_dottedlineGrey1.gif) no-repeat top left;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	padding: 8px 0px 4px 8px;
	margin: 0px 0px 10px 0px;
}

*:first-child+html .news .sideA_pt1 .list03 {
	padding: 8px 0px 8px 8px;/* --------FOR IE7-------- */
}
* html .news .sideA_pt1 .list03 {
	padding: 8px 0px 8px 8px;/* --------FOR IE6-------- */
}

.news .sideA_pt1 .list04 {
	background: url(/NEWS/img/bg_list04.gif) no-repeat center left;
	float: left;
	width: 168px;
	padding: 2px 0px 2px 18px;
	margin: 0px 0px 2px 0px;
}

.news .sideA_pt1 .list0401 {
	background: url(/NEWS/img/bg_list04.gif) no-repeat center left;
	padding: 2px 0px 2px 18px;
	margin: 0px 0px 2px 0px;
}

.news .sideA_pt1 .list0401 a:hover {
	text-decoration: none;
	color: #00BEEE;
}

.news .sideA_pt1 .list0402 {
	padding: 2px 0px 2px 18px;
	margin: 0px 0px 2px 0px;
}

.news .sideA_pt1 .list05 {
	width: 380px;
	/* ----overflow: hidden;--- */
	display: block;
	background: #FFFFFF url(/img/common/bg_dottedlineGrey1.gif) no-repeat top left;
	border-right: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	padding: 8px 0px 4px 8px;
	margin: 0px 0px 0px 0px;
}

*:first-child+html .news .sideA_pt1 .list05 {
	padding: 8px 0px 8px 8px;/* --------FOR IE7-------- */
}
* html .news .sideA_pt1 .list05 {
	padding: 8px 0px 8px 8px;/* --------FOR IE6-------- */
}


/* --------What's New-------- */
.news .sideB_pt1 ul {
	background: url(/NEWS/img/bg_newslist.jpg) no-repeat top left;
	width: 198px;
	border-right: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
}

.news .sideB_pt1 li {
	background: url(/img/common/bg_dottedlineGrey1.gif) no-repeat bottom left;
	padding: 4px 6px 5px 6px;
	line-height: 1.3;
}

.news .sideB_pt1 span {
	display: block;
	color: #333333;
}

.news .sideB_pt1 .last {
	border-bottom: solid #CCCCCC 1px;
	background: none;
}

.news .sideB_pt1 span.osirase { 
	background: url(/NEWS/img/infoicon_osirase.gif) no-repeat top right;
	display: block;
	color:#333333;
	}

.news .sideB_pt1 span.koubo { 
	background: url(/NEWS/img/infoicon_koubo.gif) no-repeat top right;
	display: block;
	color:#333333;
	}

.news .sideB_pt1 span.column { 
	background: url(/NEWS/img/infoicon_column.gif) no-repeat top right;
	display: block;
	color:#333333;
	}

/* --------執筆者一覧-------- */
.news .writterListarea {
	width: 600px;
	padding: 0px 0px 0px 10px;
	/* ----overflow: hidden;--- */
	margin-top: -20px;
}

.news .writterListarea ul {
	/* ----overflow: hidden;--- */
	width: 600px;
	margin-bottom: 20px;
}

.news .writterListarea li {
	float: left;
	width: 110px;
	margin: 0px 10px 0px 0px;
}

.news .writterListarea dt {
	width: 110px;
	color: #666666;
	text-align: center;
	padding: 2px 0px 2px 0px;
	margin-top: 20px;
	font-weight: bold;
	border-bottom: solid #CCCCCC 1px;
}

.news .writterListarea dd {
	width: 96px;
	background: url(/img/common/bg_arrowBlue.gif) no-repeat center left;
	display: block;
	padding: 6px 0px 6px 14px;
}

/* --------執筆者紹介-------- */
.news .profileArea {
	width: 610px;
	padding-bottom: 20px;
	/* ----overflow: hidden;--- */
}

.news .profileArea .sideA {
	width: 440px;
	float: left;
}

.news .profileArea .ttl {
	width: 440px;
	padding-bottom: 2px;
	margin-bottom: 6px;
	color: #003A83;
	font-weight: bold;
	border-bottom: solid #CCCCCC 1px;
}

.news .profileArea .sideB {
	width: 151px;
	float: right;
}

.news .profileDetailArea li {
	border-bottom: solid #CCCCCC 1px;
	padding: 5px 0px 5px 0px;
	width: 570px;
}

.news .profileDetailArea li a {
	background: url(/img/common/bg_arrowBlue.gif) no-repeat center left;
	display: block;
	padding: 0px 0px 0px 14px;
}

/* --------コラムリスト-------- */
.news #mainArea  .ch {
	background: url(/img/common/bg_h1bottom_columHeadArea.jpg) no-repeat bottom left!important;
}

.news .columnHeadArea {
	position: relative;
	width: 622px;
	background: url(/NEWS/img/bg_caption.jpg) no-repeat top left;
	margin-top: -16px;
	margin-bottom: 30px;
}

.news .columnHeadArea .caption {
	width: 318px;
	padding-left: 10px;
	padding-top: 16px;
}

.news .columnHeadArea .img {
	position: absolute;
	right: 0;
	top: -42px;
}

.news .columnHeadArea .btn {
	padding-left: 10px;
}

.news .bn {
	font-size: 85%;
	background: url(/NEWS/img/bg_backnumber.gif) no-repeat center left;
	margin-bottom: 10px;
	padding-left: 10px;
}

.news .columnListArea li {
	border-bottom: solid #CCCCCC 1px;
	padding: 5px 0px 5px 0px;
	width: 570px;
}

.news .columnListArea li strong {
	color: #333333;
	display: block;
	font-weight: normal;
}
/* --------タブ------- */
.news .tabYearArea {
	border-bottom: solid #B6B6B6 2px;
	margin-bottom: 10px;
	width: 610px;
	/* ----overflow: hidden;--- */
}

.news .tabYearArea:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.news .tabYearArea li {
	float: left;
	text-align: center;
	margin-right: 3px;
	font-weight: bold;
	color: #666666;
}

.news .tabYearArea .none {
	background-color: #B6B6B6;
	width: 92px;
	padding: 6px 12px 6px 12px;
}

.news .tabYearArea .none span {
	background: url(/NEWS/img/bg_arrowD.gif) no-repeat center left;
	padding-left: 10px;
	display: inline;
}

.news .tabYearArea .link a  {
	width: 92px;
	color: #999999;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border: solid #CCCCCC 1px;
	padding: 4px 12px 4px 12px;
	font-weight: normal;
}

.news .tabYearArea .link span {
	background: url(/NEWS/img/bg_arrowL.gif) no-repeat center left;
	padding-left: 10px;
	display: inline;
}

.news .tabYearArea .link a:hover {
	background-color: #F8F7F5;
	padding: 4px 12px 4px 12px;
	color: #AF9548;
}

/* --------タブ下部の分野エリア------- */
.news .genreArea dl {
	width: 598px;

	/* ----overflow: hidden;--- */
	border: solid #B6B6B6 1px;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: -12px;
}

.news .genreArea dl:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.news .genreArea dt {
	font-size: 85%;
	padding-top: 2px;
	padding-bottom: 5px;
	background: url(/NEWS/img/bg_line.gif) no-repeat center left;
}

.news .genreArea dd {
	float: left;
	margin-right: 13px;
	padding-left: 17px;
	background: url(/NEWS/img/bg_list04.gif) no-repeat center left;
	font-weight: bold;
	color: #616161;
}

.news .genreArea dd a {
	color: #8A8A8A;
	font-weight: normal;
	text-decoration: none;
}

.news .genreArea dd a:hover {
	color: #BCB8AD;
}

/* --------プロジェクトリスト-------- */
.news .newsListArea_1 {
	/* ----overflow: hidden;--- */
	width: 610px;
}

.news .newsListArea_1:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.news .newsListArea_1 li {
	width: 590px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
	min-height: 96px;
	_height: 96px;
}

.news .newsListArea_1 dl:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.news .newsListArea_1 dt {
	float: left;
	width: 430px;
	display: block;
	line-height: 1.2;
}

.news .newsListArea_1 dt strong {
	border: solid #CCCCCC 1px;
	display: block;
	margin-bottom: 10px;
	font-size: 120%;
}

.news .newsListArea_1 dt strong a {
	width: 400px;
	_width: 396px;
	list-style: none;
	background: url(/img/common/bg_list02.jpg) no-repeat top left;
	border: solid #FFFFFF 1px;
	padding: 5px 4px 7px 26px;
	display: block;
	line-height: 1.1;
}

.news .newsListArea_1 dt strong a:hover {
	background: url(/img/common/bg_list02_over.jpg) no-repeat top left;
	color: #00BEEE;
}

.news .newsListArea_1 dd {
	float: right;
	width: 150px;
}

/* --------ライトブルーのタイトルを含むリスト-------- */
.news .barListArea .ttl,
.news .square .ttl {
	width: 590px;
	padding: 7px 10px 7px 10px;
	background: #ECF5FB url(/img/common/bg_dottedlineNavy.gif) repeat-x bottom left;
	border-top: solid #3082A9 3px;
	display: block;
	font-weight: bold;
	color: #666666;
	font-size: 110%;
}

.news .barListArea li {
	margin-bottom: 20px;
}

.news .barListArea dl {
	width: 610px;
	border-bottom: solid #CCCCCC 1px;
	/* ----overflow: hidden;--- */
	padding: 10px 0px 10px 0px;
}

.news .barListArea dt {
	width: 130px;
	padding-left: 10px;
	float: left;
	color: #333333;
}

.news .barListArea dd {
	width: 440px;
	padding-right: 10px;
	float: right;
}

/* --------学会活動用h2-------- */

.news .paper h2 {
	color: #013A81 !important;
	font-weight: bold;
	background-color: #F0F9FD !important;
	background-image: none !important;
	width: 630px !important;
	font-size: 120pt;
	line-height: 1.2;
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px !important;
	padding: 0px 2px 0px 2px !important;
	margin-bottom: 2px;
}

.news .paper h2 span {
	width: 610px;
	border-top: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
	font-weight: bold;
	padding: 15px 10px 14px 10px;
	display: block;
}

/* --------ニュースリリース本文の特殊リンク------- */
.news .pressLink {
	background: #F1F9FC;
	padding: 3px 10px 3px 10px;
	margin: 10px 0px 10px 0px;
}

/* --------「■テキスト」の汎用dl（長）-------- */
.news .square {
	border-top: solid #CCCCCC 1px;
}

.news .square li {
	margin-bottom: 20px;
}

.news .square dl {
	/* ----overflow: hidden;--- */
	width: 610px;
	padding: 8px 0px 8px 0px;
	line-height: 1.2;
	border-bottom: solid #CCCCCC 1px;
}

.news .square dt {
	float: left;
	width: 105px;
	display: block;
	background: url(/NEWS/img/bg_square.gif) no-repeat center left;
	padding-left: 15px;
	font-weight: bold;
	color: #003A83;
}

.news .square dd {
	width: 490px;
	float: right;
}

/* --------「■テキスト」の汎用dl（短）-------- */
.news .floatArea .square {
	width: 480px;
	line-height: 1.2;
}

.news .floatArea .square dl {
	width: 480px;
}

.news .floatArea .square dt {
	width: 75px;
}


.news .floatArea .square dd {
	width: 390px;
}

.news .square .fnone dt,
.news .square .fnone dd {
	float: none;
}

.news .square .fnone dd {
	float: none;
	width: 480px;
	padding-top: 8px;
}

.news .square .fnone .wnone {
	width: auto;
}

/* --------短いdt、dd用-------- */
.news .square .short dt {
	float: left;
}
.news .square .short dd {
	width: 150px;
	padding-right: 10px;
	float: left;
}

/* --------コメント-------- */
.news .comment {
	color: #FE5901;
	font-weight: bold;
	font-size: 120%;
	border: solid #FF9900 2px;
	padding: 8px 10px 8px 10px;
	margin: 30px 0px 30px 0px;
}

/* --------元ソース調整用-------- */

    .at {
       vertical-align: top;
    }

    .am {
       vertical-align: middle;
    }


    .news table {
       font-size: 100%;
       line-height: 1.4;
       text-align: left;
    }

    .news table p {
       margin-bottom: 20px;
    }

    .news table ul,
    .news table ol {
       margin: 10px 0px 10px 0px;
    }

    .news table ol li {
       margin-left: 28px;
       list-style: decimal;
    }

    .news table ul li {
       margin-left: 24px;
       list-style: disc;
    }

    .news .s5 {

    }

    .news .s4 {

    }

    .news .s3 {

    }

    .news .css2 {
       font-size: 85%;
    }

    .news .s2 {
       font-size: 85%;
    }

    .news .form {
       padding: 0;
       margin: 0;
    }


/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------SERVICE-------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- */

/* --------エリア指定-------- */
.service .sideA {
	width: 430px;
	float: left;
}

.service .sideB {
	width: 168px;
	float: right;
}

/* --------枠-------- */
.service .oneTopic {
	width: 590px;
	/* ----overflow: hidden;--- */
	padding: 0px 10px 0px 10px;
}

.service .oneTopic:after,
.service .oneTopic ul:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.service .list01 .fl {
	float: left;
}

.service .list01 .fr {
	float: right;
}

/* --------サービスインデックス系ファイルで使用するリスト部分のタイトル要素 パタン1-------- */
.service .list01 .ttl01 {
	color: #013A81;
	background: url(/img/common/bg_dottedlineNavy.gif) no-repeat bottom left;
	width: 280px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-weight: bold;
}

/* --------サービスインデックス系ファイルで使用するリスト部分のタイトル要素 パタン2-------- */
.service .list01 .ttl02 {
	color: #225898;
	width: 590px;
	margin-bottom: 10px;
	clear: both;
	border-bottom: solid #CCCCCC 1px;
}

.service .list01 .ttl02 span {
	color: #225898;
	width: 610px;
	display: block;
	padding: 11px 3px 3px 0px;
	font-weight: bold;
	font-size: 120%;
}

/* --------サービスインデックス系ファイルで使用するリストパタン1-------- */
.service .list01 li a {
	background: url(/SERVICE/img/bg_list01.jpg) no-repeat top left;
	padding: 7px 10px 7px 27px;
	margin-bottom: 4px;
	width: 242px;
	list-style: none;
	border: solid #CCCCCC 1px;
	display: block;
	line-height: 1.1;
	font-size: 120%;
}

.service .list01 li a:hover {
	background: url(/SERVICE/img/bg_list01_over.jpg) no-repeat top left;
	border: solid #CCCCCC 1px;
	color: #00BEEE
}

/* --------サービスインデックス系ファイルで使用するリストパタン2-------- */
.service .list02 li {
	width: 428px;
	list-style: none;
	border: solid #CCCCCC 1px;
	margin-bottom: 10px;
	font-size: 120%;
}

.service .list02 li span a {
	width: 400px;
	_width: 396px;
	list-style: none;
	border: solid #FFFFFF 1px;
	padding: 4px 4px 7px 26px;
	display: block;
	line-height: 1.1;
}

.service .list02 li span a:hover {
	background: url(/img/common/bg_list02_over.jpg) no-repeat top left;
	color: #00BEEE;
}

/* --------プロジェクトリスト-------- */
.service .projectListArea_1 {
	border: solid #CECECE 1px;
	background-color: #F6FBFD;
	width: 590px;
	padding: 9px 9px 0px 9px;
	margin-bottom: 20px;
}

.service .projectListArea_1 strong {
	color: #02367E;
	display: block;
}

.service .projectListArea_1 li {
	margin: 0px 0px 8px 0px;
	line-height: 1.6;
}
.service .projectListArea_1 li p {
	height: 20px;
}

.service .projectListArea_1 li img {
	margin: 0px 0px 0px 10px;
	vertical-align: middle;
	padding-bottom: 3px;
}

/* --------プロジェクトリスト-------- */
.service .projectListArea_2 li {
	border: solid #CCCCCC 1px;
	width: 530px;
	padding: 7px 9px 9px 43px;
	margin-bottom: 10px;
	background: #FFFFFF url(/SERVICE/img/bg_projectListArea_2.jpg) repeat-y top left;
	min-height: 82px;
	_height: 82px;
}

.service .projectListArea_2 dl {
	/* ----overflow: hidden;--- */
}

.service .projectListArea_2 dt {
	float: left;
	width: 360px;
	display: block;
	line-height: 1.2;
	border-left: solid #D8D8D8 1px;
	padding-left: 6px;
}

.service .projectListArea_2 dt strong {
	font-size: 125%;
	margin-bottom: 10px;
	display: block;
}

.service .projectListArea_2 dd {
	float: right;
	width: 143px;
}

/* --------ボタンエリア-------- */
.service .btnArea {
	background: url(/SERVICE/img/bg_btnArea.jpg) repeat-x top left;
	width: 610px;
	padding: 20px 0px 20px 0px;
	/* ----overflow: hidden;--- */
}

.service .btnArea li {
	width: 290px;
}

.service .btnArea .adjust {
	text-align: right;
}



/* --------経営テンプレート用追加-------- */

.service .listArea {
	clear: both;
	width: 610px;
}

.service .listArea .list05 span {
	width: 600px;
	overflow: hidden;
	display: block;
	background: url(/PROFILE/img/bg_list02.jpg) no-repeat top left;
	border-top: solid #3082A8 3px;
	border-right: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	padding: 8px 0px 6px 8px;
	font-weight: bold;
	font-size: 110%;
}

.service .listArea .list06 {
	width: 600px;
	background: #FFFFFF url(/img/common/bg_dottedlineGrey1.gif) no-repeat top left;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	padding: 8px 0px 4px 8px;
	margin: 0px 0px 10px 0px;
}

.service .listArea .list06 dt {
	line-height: 1.4;
	margin-bottom: 10px;
}

.service .listArea .list06 li {
	line-height: 1.4;
	margin-bottom: 7px;
}

.service .listArea .list06 p {
	font-weight: bold;
	font-size: 85%;
}

.service .listArea .list04 {
	background: url(/NEWS/img/bg_list04.gif) no-repeat center left;
	padding: 2px 0px 2px 18px;
	margin: 0px 0px 4px 0px;
}

.service .listArea .list04 a:hover {
	text-decoration: none;
	color: #00BEEE;
}


















/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------別ウィンドウ用制御------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- */
#mainArea .name {
	text-align: right;
	padding: 4px 10px 4px 0px;
	margin-bottom: 20px;
	border-bottom: solid #CCCCCC 1px;
}


#mainArea .ttl1 {
	width: 574px;
	color: #013A81;
	font-weight: bold !important;
	padding: 3px 10px 4px 26px;
	margin-bottom: 16px;
	font-size: 120%;
	line-height: 1.2;
	border-bottom: solid #CCCCCC 1px;
}

#mainArea .ttl2 {
	color: #013A81;
	font-weight: bold !important;
	background-color: #F0F9FD;
	width: 630px;
	font-size: 120%;
	line-height: 1.2;
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	padding: 10px 0px 10px 0px;
	margin-bottom: 2px;
}

#mainArea .ttl2 span {
	font-weight: bold !important;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------RECRUIT-------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- */

/* --------h1部分の小さいテキスト用指定-------- */

#mainArea #mainContentsArea_recruitindex {
	width: 610px;
	margin: 0px 10px 0px 10px;
}

.recruit h1 span .txtSmall {
	background: none !important;
	color: #999999 !important;
	width: auto !important;
	font-size: 65% !important;
	padding: 0 !important;
}

.recruit .bg_index {
	background: #F2F5F9 url(/RECRUIT/img/bg_index.jpg) no-repeat bottom;
	width: 630px;
	margin-left: 2px;
	margin-right: 2px;
	/* ----overflow: hidden;--- */
}

/* --------エリア指定-------- */
.recruit .sideA_pt1 {
	width: 390px;
	float: left;
}

.recruit .sideB_pt1 {
	width: 200px;
	float: right;
}

.recruit #recruitIndexArea h2 {
	background: none;
	border: none;
	width: 390px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.recruit #mainArea .box {
	width: 370px;
	background-color: #FFFFFF;
	padding: 8px 10px 8px 10px;
	/* ----overflow: hidden;--- */
}

.recruit #mainArea .box .floatArea {
	width: 370px;
}

.recruit #mainArea .box .floatArea img {
	vertical-align: top;
	padding-bottom: 20px;
}

.recruit #mainArea .saiyoupolicy {
	background: #F2F5F9 url(/RECRUIT/img/bg_saiyou.jpg) repeat-x top;
	padding: 10px 10px 0px 10px;
	line-height: 1.4;
}

/* --------元ソース調整用-------- */

.at {
	vertical-align: top;
}

.recruit table {
	font-size: 100%;
	line-height: 1.4;
}

.recruit table p {
	margin-bottom: 20px;
}

.recruit .css2 {
	font-size: 85%;
}

.recruit .s2 {
	font-size: 85%;
}

.recruit .form {
	padding: 0;
	margin: 0;
}


/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------PROFILE-------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- */


/* --------CSR インデックス -------- */
.profile .list01 li a {
	background: url(/SERVICE/img/bg_list01.jpg) no-repeat top left;
	padding: 7px 10px 7px 27px;
	margin-bottom: 4px;
	width: 242px;
	list-style: none;
	border: solid #CCCCCC 1px;
	display: block;
	line-height: 1.1;
	font-size: 120%;
}

.profile .list01 li a:hover {
	background: url(/SERVICE/img/bg_list01_over.jpg) no-repeat top left;
	border: solid #CCCCCC 1px;
	color: #00BEEE
}




/* --------インデックス用-------- */

.profile .index {
	width: 630px;
	margin-left: 2px;
	margin-right: 2px;
	/* ----overflow: hidden;--- */
}

#mainArea #profileIndexArea {
	width: 610px;
	margin: 0px 10px 0px 10px;
}

#mainArea #profileIndexArea h2.custom {
	clear: both;
	width: 590px;
}

/* --------インデックス用　エリア指定-------- */
.profile .sideA_pt1 {
	width: 390px;
	float: left;
}

.profile .sideB_pt1 {
	width: 200px;
	float: right;
}

.profile #profileIndexArea h2 {
	background: url(/img/common/bg_h2.gif) no-repeat top left;
	width: 354px;
	color: #FFFFFF;
	padding: 3px 10px 4px 26px;
	margin-bottom: 10px;
	font-size: 120%;
	line-height: 1.2;
}

.profile #profileIndexArea dl {
	/* ----overflow: hidden;--- */
	width: 390px;
	padding: 8px 0px 8px 0px;
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x bottom left;
}

.profile #profileIndexArea dt {
	float: left;
	width: 110px;
	display: block;
	background: url(/PROFILE/img/bg_square.gif) no-repeat center left;
	color: #003A83;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 13px;
	margin-left: 2px;
}

.profile #profileIndexArea dd {
	width: 250x;
	float: left;
	line-height: 1.2;
}

.profile .listArea {
	clear: both;
	width: 610px;
}

.profile .listArea .list01 a {
	width: 600px;
	border-top: solid #3082A8 3px;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	background: url(/PROFILE/img/bg_list01.jpg) no-repeat top left;
	color: #666666;
	text-decoration: none;
	font-size: 110%;
	clear: both;
}

.profile .listArea .list01 .ico {
	padding: 8px 0px 8px 8px;
	display: block;
}

.profile .listArea .list01 a span {
	background: url(/NEWS/img/bg_arrowBlueCercle.png) no-repeat center right;
	padding-right: 20px;
	font-weight: bold;
}

.profile .listArea .list01 a span:hover {
	background: url(/NEWS/img/bg_arrowBlueCercle_on.png) no-repeat center right;
}

.profile .listArea .list01 a:hover {
	background: url(/PROFILE/img/bg_list01_over.jpg) no-repeat top left;
	color: #00BEEE;
}

/* --------インデックス用　リストエリア指定-------- */

.profile .listArea .list02 span {
	width: 600px;
	/* ----overflow: hidden;--- */
	display: block;
	background: url(/PROFILE/img/bg_list02.jpg) no-repeat top left;
	display: block;
	border-top: solid #3082A8 3px;
	border-right: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	padding: 8px 0px 6px 8px;
	font-weight: bold;
	font-size: 110%;
}

.profile .listArea .list03 {
	width: 600px;
	overflow: auto;
	display: block;
	background: #FFFFFF url(/img/common/bg_dottedlineGrey1.gif) no-repeat top left;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	padding: 8px 0px 4px 8px;
	margin: 0px 0px 10px 0px;
}

*:first-child+html .profile .listArea .list03 {
	padding: 8px 0px 8px 8px;/* --------FOR IE7-------- */
}
* html .profile .listArea .list03 {
	padding: 8px 0px 8px 8px;/* --------FOR IE6-------- */
}

.profile .listArea .list04 {
	background: url(/NEWS/img/bg_list04.gif) no-repeat center left;
	float: left;
	width: 132px;
	padding: 2px 0px 2px 18px;
	margin: 0px 0px 2px 0px;
}

.profile .listArea .list04 a:hover {
	text-decoration: none;
	color: #00BEEE;
}

/* --------インデックス用　新デザイン追加指定-------- */
.profile ol {
	margin-left: 24px;
	line-height: 1.4;
}

.profile ol li {
	margin-bottom: 4px;
	list-style: decimal;
}


.profile .directors .square {
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x top left;
}

.profile .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;
}

.profile .directors .square dt {
	float: left;
	width: 125px;
	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;
	line-height: 1.4;
}

.profile .directors .square dd {
	width: 455px;
	float: right;
	line-height: 1.4;
}

.profile .directors .square p {
	width: 150px;
	float: left;
}

.profile .directors .square span {
	width: 250px;
	float: left;
	font-size: 90%;
	line-height: 1.6;
}

.profile .directors .square .clear {
	clear: both;
}




.profile .history {
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x top left;
}

.profile .history li {
	/* ----overflow: hidden;--- */
	width: 610px;
	padding: 8px 0px 8px 0px;
	line-height: 1.2;
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x bottom left;
}

.profile .history span {
	width: 40px;
	float: left;
	display: block;
}

.profile .history dl {
	line-height: 1.4;
	float: left;
	width: 570px;
}
.profile .history dt {
	width: 40px;
	float: left;
	padding: 0px 15px 0px 15px;
}

.profile .history dd {
	width: 500px;
	float: left;
}

.profile .kanren  {
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x top left;
}

.profile .kanren span {
	background: url(/PROFILE/img/bg_kanren.gif) no-repeat center left;
	display: block;
	padding-left: 10px;
}

.profile .kanren li {
	width: 610px;
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x bottom left;
	line-height: 1.2;
	padding: 8px 0px 8px 0px;
}

/* --------CSR インデックス -------- */
.profile .list01 li a {
	background: url(/SERVICE/img/bg_list01.jpg) no-repeat top left;
	padding: 7px 10px 7px 27px;
	margin-bottom: 4px;
	width: 242px;
	list-style: none;
	border: solid #CCCCCC 1px;
	display: block;
	line-height: 1.1;
	font-size: 120%;
}

.profile .list01 li a:hover {
	background: url(/SERVICE/img/bg_list01_over.jpg) no-repeat top left;
	border: solid #CCCCCC 1px;
	color: #00BEEE
}

/* --------CSR報告書-------- */

.profile .csrbnArea {
	width: 590px;
	padding: 0px 10px 0px 10px;
}

.profile .csrbnArea h2 {
	width: auto !important;

}

.profile .csrbnArea .floatArea {
	width: 590px !important;
	clear: both;
}

.profile .csrbnArea .csrimgArea {
	width: 109px;
	float: left;
	padding-bottom: 6px;
}

.profile .csrbnArea .csrlistArea {
	width: 461px;
	float: right;
}

.profile .csrbnArea .csrlistArea li {
	border: solid #A0A0A0 1px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 6px;
	width: 280px;
}

.profile .csrbnArea .sideA {
	width: 280px;
	float: left;
	padding-bottom: 15px;
}

.profile .csrbnArea .sideB {
	width: 280px;
	float: right;
	padding-bottom: 15px;
}

.profile .csrbnArea .ttl {
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x top left;
	width: 280px;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

.profile .csrbnArea .ttl strong {
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x bottom left;
	padding: 0px 0px 6px 0px;
	display: block;
	font-weight: bold;
}

.profile .csrbnArea .ttl .oldcsr {
	font-size: 120%;
	display: block;
}

.profile .csrbnArea .pl {
	padding: 0px 0px 12px 18px;
}


/* --------元ソース調整用-------- */

.profile table {
	font-size: 100%;
	line-height: 1.4;
}

.profile table p {
	margin-bottom: 20px;
}

.profile .css2 {
	font-size: 85%;
}

.profile .s2 {
	font-size: 85%;
}

.profile .form {
	padding: 0;
	margin: 0;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------SITEMAP-------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- */
.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 .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;
}





/* --------経営テンプレート用追加-------- */

.service .listArea {
	clear: both;
	width: 610px;
}

.service .listArea .list05 span {
	width: 600px;
	overflow: hidden;
	display: block;
	background: url(/PROFILE/img/bg_list02.jpg) no-repeat top left;
	border-top: solid #3082A8 3px;
	border-right: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	padding: 8px 0px 6px 8px;
	font-weight: bold;
	font-size: 110%;
}

.service .listArea .list05 span a {
	text-decoration: none;
	color: #666666;
}

.service .listArea .list06 {
	width: 600px;
	background: #FFFFFF url(/img/common/bg_dottedlineGrey1.gif) no-repeat top left;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	padding: 8px 0px 4px 8px;
	margin: 0px 0px 10px 0px;
}

.service .listArea .list06 dt {
	line-height: 1.4;
	margin-bottom: 10px;
}

.service .listArea .list06 li {
	line-height: 1.4;
	margin-bottom: 7px;
}

.service .listArea .list06 p {
	font-weight: bold;
	font-size: 85%;
}

.service .listArea .list04 {
	background: url(/NEWS/img/bg_list04.gif) no-repeat center left;
	padding: 2px 0px 2px 18px;
	margin: 0px 0px 4px 0px;
}

.service .listArea .list04 a:hover {
	text-decoration: none;
	color: #00BEEE;
}

.service .listArea .list06 li strong {
	background: url(/NEWS/img/bg_list04.gif) no-repeat center left;
	padding: 2px 0px 2px 18px;
	margin: 0px 0px 4px 0px;
	font-weight: normal;
}


.service .listArea .list07 {
	width: 600px;
	background: #FFFFFF url(/img/common/bg_dottedlineGrey1.gif) no-repeat top left;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	padding: 8px 0px 4px 8px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

.service .listArea .list07 dt {
	float: left;
	width: 165px;
}

.service .listArea .list07 dt.txt {
	clear: both;
	width: 500px;
	margin: 10px 0 10px 0;
}

.service .listArea .list07 dd.txtfieldArea {
	width: 610px;
	margin-bottom: 10px;
}

.service .listArea .list07 dd .txtfield {
	width: 365px;
	vertical-align: top;
	height: 18px;
	border: solid #999999 1px;
}

.service .listArea .list07 dd {
	float: left;
	width: 428px;
}

.service .listArea .list07 dd ul {
	background: #F1F9FC;
	overflow: hidden;
	width: 408px;
	padding: 10px;
}

.service .listArea .list07 dd ul li {
	float: left;
	width: 95px;
	padding-bottom: 9px;
}

.service .listArea.bgList08 {
	width: 600px;
	background: url(/SERVICE/field/img/bg_ttl_mitsubishi.jpg) no-repeat top left;
	height: 90px;
	padding: 7px 0px 10px 10px;
}

.service .listArea.bgList08 li {
	width: 144px;
	float: left;
	margin: 0px 5px 3px 0px;
}

.service .listArea li.list08 a {
	display: block;
	border: solid #CCCCCC 1px;
	padding: 8px 0px 6px 12px;
	text-decoration: none;
	background: url(/SERVICE/field/img/bg_list08.jpg) no-repeat bottom left;
	color: #333333;
	_width: 130px;
}

.service .listArea li.list08 a:hover {
	background: url(/SERVICE/field/img/bg_list08_over.jpg) no-repeat bottom left;
}









/* -------- インデックス用-------- */

.ir .index {
	width: 630px;
	margin-left: 2px;
	margin-right: 2px;
	overflow: hidden;
}

#mainArea #irIndexArea {
	width: 610px;
	margin: 0px 10px 0px 10px;
}

.ir .sikaku {
	background: url(/IR/img/bg_shikaku.gif) no-repeat top left;
	padding-left: 16px;
}

/* --------インデックス用　エリア指定-------- */

/* --------左-------- */
.ir .sideA_pt1 {
	width: 430px;
	float: left;
}
/* --------右-------- */
.ir .sideB_pt1 {
	width: 160px;
	float: right;
}

/* --------左-------- */
.ir .sideA_pt2 {
	width: 390px;
	float: left;
}
/* --------右-------- */
.ir .sideB_pt2 {
	width: 200px;
	float: right;
}

.ir .sideA_pt1 .list {
	position: relative;
}
/* --------RSSボタン-------- */
.ir .sideA_pt1 .rss {
	position: absolute;
	right: 7px;
	top: 10px;
}
/* --------過去ボタン-------- */
.ir .sideA_pt1 .kako {
	position: absolute;
	right: 57px;
	top: 7px;
}
.ir .sideA_pt1 .rss img,
.ir .sideA_pt1 .kako img {
	_behavior:url(/js/iepngfix.htc);
}

*:first-child+html .ir .sideA_pt1 .rss {
	top: 10px;/* --------FOR IE7-------- */
}
* html .ir .sideA_pt1 .rss{
	top: 10px;/* --------FOR IE6-------- */
}
*:first-child+html .ir .sideA_pt1 .kako {
	top: 7px;/* --------FOR IE7-------- */
}
* html .ir .sideA_pt1 .kako {
	top: 7px;/* --------FOR IE6-------- */
}
/* --------＜ニュース＞タイトル枠背景-------- */
.ir .sideA_pt1 ul.bg {
	background: url(/IR/img/bg_list.jpg) no-repeat top left;
}

/* --------＜ニュース＞タイトル枠-------- */
.ir .sideA_pt1 .list {
	width: 428px;
	overflow: hidden;
	display: block;
	border-bottom: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
}
/* --------＜ニュース＞タイトル-------- */
.ir .sideA_pt1 .list span {
	width: 420px;
	overflow: hidden;
	display: block;
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x bottom left;
	display: block;
	border-top: solid #3082A8 3px;
	padding: 8px 0px 6px 8px;
	font-weight: bold;
	font-size: 110%;
}
/* --------＜ニュース＞内容の枠-------- */
.ir #irIndexArea dl {
	overflow: hidden;
	width: 428px;
	display: block;
	padding: 8px 0px 8px 0px;
	background: #FFFFFF url(/IR/img/bg_dottedlineGrey2.gif) repeat-x bottom left;
}
/* --------＜ニュース＞背景消し-------- */
.ir #irIndexArea dl.lastChild {
	background: none;
}

/* --------＜ニュース＞日付部分-------- */
.ir #irIndexArea dt {
	float: left;
	width: 118px;
	display: block;
	padding-left: 13px;
	margin-right: 10px;
}

/* --------＜ニュース＞画像部分-------- */
.ir #irIndexArea dt img {
	padding-right: 20px;
	text-align: right;
}

/* --------背景用-------- */
.ir #irIndexArea dt.bgir {
	background: url(/IR/img/irNews_img_ir.gif) no-repeat top right;
}
/* --------背景用-------- */
.ir #irIndexArea dt.bgtopics {
	background: url(/IR/img/irNews_img_topics.gif) no-repeat top right;
}
/* --------その他の背景用-------- */
.ir #irIndexArea dt.bgother {
	background: url(/IR/img/irNews_img_other.gif) no-repeat top right;
}
/* --------お知らせの背景用-------- */
.ir #irIndexArea dt.bgoshirase {
	background: url(/IR/img/irNews_img_oshirase.gif) no-repeat top right;
}
/* --------＜ニュース＞テキスト部分-------- */
.ir #irIndexArea dd {
	width: 276px;
	float: left;
	line-height: 1.2;
	display: block;
}

/* --------＜経営方針＞部分-------- */

.ir .w430 {
	width: 430px !important;
}

.ir .w140 {
	width: 140px !important;
}

.ir .adjust {
	margin-right: 4px !important;
	_margin-right: 2px !important;
}

.ir .w430 ul li ul {
	padding: 6px 0px 6px 0px;
	background-color: #FFFFFF;
}

.ir .w430 ul li ul li {
	padding: 6px 8px 6px 8px;
}

/* --------右側リストの背景-------- */
.ir .sideB_pt1 ul.bg {
	width: 150px;
	background: url(/IR/img/bg_sidelist.jpg) no-repeat top left;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}

.ir .sideB_pt1 ul.bg li {
	margin-bottom: 3px;
}

.ir .sideB_pt1 ul.bg li img {
	vertical-align: bottom;/* --------For IE6-------- */
}

.ir .sideB_pt1 ul.bg .txt {
	background: url(/IR/img/bg_arrow.png) no-repeat center left;
	padding: 3px 0px 2px 18px;
	margin: 6px 0px 2px 0px;
	display: block;
	_padding: 0px 0px 2px 18px;
	_margin: 10px 0px 2px 0px;
	_height: 10px;
	_behavior: url(/js/iepngfix.htc);
}

/* --------グラデ付きエリアの位置調整------- */
.ir .graListArea {
	margin-top: -10px;
}

/* --------グラデ付きエリアの位置調整------- */
.ir .graListArea li {
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x bottom left;
	padding: 5px 0px 5px 0px;
	width: 570px;
}

.ir .graListArea li.lastChild {
	background: none;
}

/* --------タブ------- */
.ir .tabYearArea {
	border-bottom: solid #B6B6B6 2px;
	margin-bottom: 10px;
	width: 610px;
	overflow: hidden;
}

.ir .tabYearArea li {
	float: left;
	text-align: center;
	margin-right: 3px;
	font-weight: bold;
	color: #FFFFFF;
}

.ir .tabYearArea .none {
	background-color: #888888;
	width: 92px;
	padding: 6px 12px 6px 12px;
}

.ir .tabYearArea .none span {
	background: url(/NEWS/img/bg_arrowD.gif) no-repeat center left;
	padding-left: 10px;
	display: inline;
	font-weight: bold;
}

.ir .tabYearArea .link a  {
	width: 92px;
	color: #9E9994;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border: solid #CCCCCC 1px;
	padding: 4px 12px 4px 12px;
	background-color: #F8F7F5;
}

.ir .tabYearArea .link span {
	background: url(/NEWS/img/bg_arrowL.gif) no-repeat center left;
	padding-left: 10px;
	display: inline;
	font-weight: bold;
}

.ir .tabYearArea .link a:hover {
	background-color: #EFEBE2;
	padding: 4px 12px 4px 12px;
	color: #967D3D;
}

/* --------＜ニュース＞内容の枠-------- */
.ir #irnewsArea dl {
	overflow: hidden;
	width: 570px;
	display: block;
	padding: 8px 0px 8px 0px;
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x bottom left;
}
/* --------＜ニュース＞背景消し-------- */
.ir #irnewsArea dl.lastChild {
	background: none;
}

/* --------＜ニュース＞日付部分-------- */
.ir #irnewsArea dt {
	float: left;
	width: 118px;
	display: block;
	padding-left: 13px;
	margin-right: 10px;
}

/* --------IRの背景用-------- */
.ir #irnewsArea dt.bgir {
 background: url(/IR/img/irNews_img_ir.gif) no-repeat top right;
}
/* --------TOPICSの背景用-------- */
.ir #irnewsArea dt.bgtopics {
 background: url(/IR/img/irNews_img_topics.gif) no-repeat top right;
}

/* --------お知らせの背景用-------- */
.ir #irnewsArea dt.bgoshirase {
 background: url(/IR/img/irNews_img_oshirase.gif) no-repeat top right;
}
/* --------その他の背景用-------- */
.ir #irnewsArea dt.bgother {
 background: url(/IR/img/irNews_img_other.gif) no-repeat top right;
}


/* --------＜ニュース＞テキスト部分-------- */
.ir #irnewsArea dd {
	width: 420px;
	float: left;
	line-height: 1.2;
	display: block;
}

/* --------＜ニュース＞ストーリ-------- */
.ir span.date {
	clear: both;
	margin-top: -1em;
}

/* --------＜ニュース＞説明会-------- */

/* --------＜ニュース＞内容の枠-------- */
.ir #irsetsumeiArea dl {
	overflow: hidden;
	width: 570px;
	display: block;
	padding: 8px 0px 8px 0px;
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x top left;
}
/* --------＜ニュース＞背景消し-------- */
.ir #irsetsumeiArea dl.firstChild {
	background: none;
}

/* --------＜ニュース＞日付部分-------- */
.ir #irsetsumeiArea dt {
	float: left;
	width: 308px;
	display: block;
	padding: 0px 7px 40px 13px;
	margin: 0px 10px 0px 0px;
}

/* --------＜ニュース＞テキスト部分-------- */
.ir #irsetsumeiArea dd {
	width: 230px;
	float: left;
	display: block;
	padding-bottom: 40px;
}

.ir #irsetsumeiArea dd p {
	line-height: 1.6;
	margin-left: 1.6em;
	text-indent: -1.6em;
}

/* --------＜ニュース＞テキスト部分-------- */
.ir #irsetsumeiArea dd .pdf {
	display: inline;
	margin: 0px 2px 0px 0px;
      _background-position: 0px 4px;
	_text-indent: 1px;
	_margin-left: -22px;
}

*:first-child+html .ir #irsetsumeiArea dd .pdf {
	background-position: 0px 4px;/* --------FOR IE7-------- */
	display: inline-block;
	text-indent: 1px;
	margin-left: -22px;
}


.ir #irsetsumeiArea dd .arrow {
	display: inline;
	_padding-left: 1em;
	margin: 0px 2px 0px 4px;
}

.ir .kakosoukai {
	padding: 8px 0px 8px 0px;
	margin-top: 20px;
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x top left;
}

.ir .kakosoukai .arrow {
	float: right;
}

/* --------＜カレンダー＞内容の枠-------- */
.ir #ircalenderArea dl {
	overflow: hidden;
	width: 610px;
	padding: 8px 0px 8px 0px;
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x top left;
}

/* --------＜カレンダー＞日付部分-------- */
.ir #ircalenderArea dt {
	float: left;
	width: 88px;
	line-height: 1.4;
	padding: 0px 7px 0px 13px;
	margin: 0px 10px 0px 0px;
}

/* --------＜カレンダー＞テキスト部分-------- */
.ir #ircalenderArea dd {
	width: 480px;
	float: left;
	line-height: 1.4;
	padding-bottom: 0px;
}

/* --------エリア指定-------- */
.ir .sideA_pt3 {
	width: 375px;
	float: left;
}

.ir .sideB_pt3 {
	width: 225px;
	float: right;
	text-align: right;
}

/* --------よくあるご質問-------- */

.ir .faq ul li {
	background: url(/img/common/bg_dottedlineGrey2.gif) repeat-x bottom left;
}

.ir .faq ul li.lastChild {
	background: none;
}

.ir .faq .qu {
width: 580px;
background: url(/IR/img/bg_qu.gif) no-repeat top left;
padding: 0px 0px 6px 20px;
margin: 0px 10px 0px 10px;
}

.ir .faq .an {
width: 580px;
background: url(/IR/img/bg_an.gif) no-repeat top left;
padding: 0px 0px 20px 20px;
margin: 0px 10px 20px 10px;
}


/* --------関するお手続き-------- */

.ir .tetsuduki ul li {
	list-style-type: disc;
	padding-bottom: 6px;
	margin: 0px 0px 0px 20px;
}

.ir .tetsuduki dl {
	width: 610px;
}

.ir .tetsuduki dt {
	font-weight: bold;
	padding-bottom: 4px;
}

.ir .tetsuduki dd {
	padding: 0px 0px 20px 12px;
	line-height: 1.4;
}

/* --------レポート-------- */

.ir .annual .sideA {
	width: 180px;
	padding: 0px 20px 30px 10px;
	float: left;
}

.ir .annual .sideB {
	width: 390px;
	float: right;
	padding-right: 10px;
	line-height: 1.6;
}

.ir .annual .sideB ul li ul li {
	margin-left: 18px;
}

.ir .annual .sideB .line {
	border-top: solid #CCCCCC 1px;
	padding: 2px 0px 3px 0px;
	margin: 2px 0px 3px 0px;
}

.ir .xls {
	background: url(/IR/img/bg_xls.gif) no-repeat center left;
	display: block;
	_display: inline-block;/* -------- For IE6 -------- */
	padding: 2px 0px 2px 20px;
}

/* --------業績ハイライト-------- */

.ir .highlight ul {
overflow: hidden;
width: 590px;
padding: 0px 10px 0px 10px;
margin-bottom: 30px;
}

.ir .highlight ul li {
width: 280px;
margin-top: 30px;
}

.ir .highlight ul li strong {
font-weight: bold;
padding-bottom: 3px;
display: block;
}

.ir_highlight table {
border-left: solid #E6E6E6 1px;
border-top: solid #E6E6E6 1px;
width: 610px;
margin-bottom: 4px;
}

.ir_highlight table th {
border-bottom: solid #E6E6E6 1px;
border-right: solid #E6E6E6 1px;
padding: 8px 10px 8px 6px;
vertical-align: middle;
text-align: center;
}

.ir_highlight table td {
border-bottom: solid #E6E6E6 1px;
border-right: solid #E6E6E6 1px;
padding: 8px 10px 8px 6px;
text-align: right;
}

.ir_highlight table td.al {
text-align: left;
}

/* --------経営方針及び経営計画-------- */

.ir .keiei ul li {
	list-style-type: decimal;
	padding-bottom: 6px;
	margin: 0px 0px 0px 24px;
	line-height: 1.4;
}

/* --------index 株価情報-------- */

.kabuka table {
	width: 150px;
	background-color: #FFFFFF;
	border-top: 1px solid #E6E6E6;
	border-right: 1px #E6E6E6;
	border-bottom: 1px #E6E6E6;
	border-left: 1px solid #E6E6E6;
}

.kabuka table td {
	border-bottom: solid #E6E6E6 1px;
	border-right: solid #E6E6E6 1px;
	padding: 8px 10px 8px 6px;
	text-align: right;
}

#kabuka_tit {
	background-color: #F6F6F6;
	width: 150px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}

#chart {
	background-image: url(/IR/img/bg_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	vertical-align: middle;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#monex_cap {
	font-size: 10px;
	margin-left: 5px;
}

/* --------株式情報-------- */

.kabuka_rap {
width: 610px;
margin-bottom: 20px;
}

.tousyou table {
border-top: solid #E6E6E6 1px;
border-left: solid #E6E6E6 1px;
text-align: left;
margin-right:20px
}

.tousyou table td {
border-bottom: solid #E6E6E6 1px;
border-right: solid #E6E6E6 1px;
padding: 8px 6px;
text-align: left;
width: 10em;
}

.monex_box {
padding: 15px;
margin-top: 40px;
border: 1px solid #E6E6E6;
} 

.monex_text {
line-height: 1.4em;
margin: 0px;
padding: 0px;
}

#tousyou {
margin-top: 20px;
margin-bottom: 10px;
padding-left: 7px;
}

.graf_tab {
width: 24em;
margin-bottom: 40px;
margin-left: 5px;
}

.graf_tab li {
float:left;
margin-right: 20px;
}

.graf_arrow {
background-image: url(/IR/img/bg_arrow.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 15px;
}

.graf_content { 
    text-align:center;
margin-top:60px
}

/* --------マネックス株価表示-------- */
.minus {
 color:#0000FF;
}

.plus {
 color:#FF0000;
}

/* marginBottomの調整 */
.cms_editor_field p { margin-bottom:20px; }


/* --------プロジェクト事例の追加分-------- */

.service h1 span p.client {
	font-size:75%;
	color:#666666;
	font-weight:normal;
	letter-spacing:0;
	}

.projectcase .title {
	font-size:100%; 
	font-weight: bold; 
	color:#12125B; 
	margin-bottom:10px;
	}

.projectcase .txt {
	font-size:100%; 
	margin-bottom:30px;
	}
	
.projectcase ol, .projectcase ul {
	margin-left:24px; 
	}
	
.projectcase ol li {
	list-style:decimal;
	margin-bottom:10px;; 
	}

.projectcase ul li {
	list-style-type:disc;
	margin-bottom:10px;; 
	}

/* --------テーブルなど調整用-------- */

.news .table01 { 
	border-left: solid #999999 1px;
	border-top: solid #999999 1px;
	margin:5px 0px 10px 0px
}

.news .table01 td { 
	border-bottom: solid #999999 1px;
	border-right: solid #999999 1px;
	text-align: left;
	line-height:1.4;
}

.news .table01 th { 
	border-bottom: solid #999999 1px;
	border-right: solid #999999 1px;
	text-align: center;
	font-weight:normal;
	line-height:1.4;
}

.news .table01 li.disc {
	margin:5px 5px 0px 24px;
	list-style:disc;
	}
.news .table01 li.lower_roman {
	margin:1px 5px 0px 24px;
	list-style:lower_roman;
	}

.news .nr01 {
	color:#999999;
	font-weight:bold;
	margin-bottom:20px;
	}

.news .nr02 {
	color:#999999;
	margin-bottom:20px;
	}

/* --------ページング------- */

#PagingArea div.paging{
width: 610px;
margin-top:40px;
text-align:center;
display: inline-block;
}

#PagingArea span{
display: inline-block;padding:3px 10px 3px 10px;
margin:1px;
border: 1px solid #B0C4DE;
background:#3399CC;
color: #FFFFFF;
}
#PagingArea A{
display: inline-block;padding: 3px 10px 3px 10px;
margin:1px;
border: 1px solid #B0C4DE;
background: #F0F8FF;
}
#PagingArea A:hover{
display: inline-block;padding: 3px 10px 3px 10px;
margin:1px;
border: 1px solid #B0C4DE;
background: #3399CC;
color: #FFFFFF
}

#PagingArea span.before{
margin-right:20px;
display: inline-block;padding: 3px 10px 3px 10px;
border: 1px solid #CCCCCC;
background: #FFFFFF;
color: #CCCCCC
}
#PagingArea A.before {
margin-right:20px;
display: inline-block;padding: 3px 10px 3px 10px;
border: 1px solid #CCCCCC;
background: #F0F8FF;
}
#PagingArea A.before:hover {
margin-right:20px;
display: inline-block;padding: 3px 10px 3px 10px;
border: 1px solid #CCCCCC;
background: #3399CC;
color: #FFFFFF
}

#PagingArea span.next{
margin-left:20px;
display: inline-block;padding: 3px 10px 3px 10px;
border: 1px solid #CCCCCC;
background: #FFFFFF;
color: #CCCCCC
}
#PagingArea A.next {
margin-left:20px;
display: inline-block;padding: 3px 10px 3px 10px;
border: 1px solid #CCCCCC;
background: #F0F8FF;
}
#PagingArea A.next:hover {
margin-left:20px;
display: inline-block;padding: 3px 10px 3px 10px;
border: 1px solid #CCCCCC;
background: #3399CC;
color: #FFFFFF
}


/* --------2010自治チャンネル追加分-------- */

.dateR7em li span {
  margin-right:10px;
}

ul.bgList08 {
	width: 600px;
	/*background: url(/SERVICE/field/img/bg_ttl_mitsubishi.jpg) no-repeat top left;*/
	height: 40px;
	/*padding: 7px 0px 10px 10px;*/
}

ul.bgList08 li {
	width: 144px;
	float: right;
	margin: 0px 10px 0px 0px;
}

ul.bgList08 li.list08 a {
	display: block;
	border: solid #CCCCCC 1px;
	padding: 8px 0px 6px 12px;
	text-decoration: none;
	background: url(/NEWS/img/bg_list08.jpg) no-repeat bottom left;
	color: #333333;
	_width: 130px;
}

ul.bgList08 li.list08 a:hover {
	background: url(/NEWS/img/bg_list08_over.jpg) no-repeat bottom left;
}

p.channelBK_Button {
  margin: 20px 15px 10px 0px;
  text-align:right
}

/* ----投票エリア---- */

dl.RadioButton {
	height: auto;
	width:350px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding: 20px;
}

dl.RadioButton dt {
    margin: 0px 0px 8px 5px;
    text-align:left
}


ul.ButtonList li {
	text-align:left;
	margin-bottom: 6px;
}


p.send {
	text-align:center;
	margin: 15px auto 0px auto;
}


.bottun {
    background-color: #CCCCCC;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
}


/* --------/2010自治チャンネル追加分-------- */

