@charset "utf-8";

/* ------------------------------------- ページ全体*/
/* {
	margin: 0px;
	padding: 0px;
}*/
body {
	margin: 0px;
	padding: 0px;
	font: normal 11px/1.7em "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #3f3f3f;
	background: #900000;
}

/* clearfix */
.clearfix:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
/* for macIE \*/
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}
/* end of for macIE */

/* ------------------------------------- ヘッダブロック*/
#header {
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	height: 57px;
	text-align: center;
	background: url(images/header_bg.jpg) no-repeat;
}
#headerLink {
	margin: 0px;
	padding: 38px 0px 0px 212px;
	width: 200px;
	float: left;
	color: #ffffff;
	text-align: left;
	font: 10px "Times New Roman", Times, serif;
	line-height: 12px;
	font-weight: bold;
}
#headerLink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#headerLink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headerLink a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#headerLink a:active {
	color: #FF6600;
	text-decoration: underline;
}
#headerSearch {
	margin: 0px;
	padding: 25px 72px 0px 0px;
	width: 300px;
	float: right;
	font: 12px;
	text-align: right;
}

/* ------------------------------------- トップページコンテナ*/
#wrapperTop {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	background: #FFFFFF url(images/top_bg.jpg) no-repeat;
	height: 590px;
}
#wrapperTop h1 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	text-indent: -3000px;
}
#topPhoto {
	text-align: left;
	margin: 0px;
	padding: 20px 0px 0px 400px;
	width: 120px;
	height: 370px;
	font-size: 12px;
	line-height: 1.2em;
}
#topMidashi {
	text-align: left;
	margin: 0px;
	padding: 120px 0px 0px 340px;
/*	padding: 25px 0px 0px; */
	width: 240px;
/*	width: 655px; */
	height: 120px;
}
/* ------------------------------------- コンテンツ全体コンテナ*/
#wrapper {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	background: #FFFFFF url(images/page_bg.gif) repeat-y;
}
#boxAlert {
	margin: 0px;
	padding: 0px;
	width: 920px;
	text-align: center;
}

/* ------------------------------------- 左メニュー部分*/
#leftSide {
	margin: 0px;
	padding: 0px 0px 0px 47px;
	float: left;
	text-align: left;
	width: 160px;
	height:590px;
}
#leftMenu {
	margin: 0px;
	padding: 0px;
}
/* 	position: fixed; /* ここでメニューを固定しています。*/

* {margin:0; padding:0}

#accordion {
	width:150px;
	height:300px;
	margin:0px 0px 0px 3px;
	padding:0px;
}
.accordion {width:141px; font-size: 12px;}
.accordion dt {margin:0px 0px 2px;padding:0px;cursor:pointer;height:23px;}
.accordion dd {overflow:hidden;	background:#FFFFFF;}
.accordion ul {padding:3px 0px 3px 0px; line-height:12px; list-style: none; margin: 0px;}
.accordion li a {display:block; width:131px; padding:3px 0px 2px 10px; margin: 0px;}
.accordion li a:hover {background:#d1d7f3; display:block; width:131px; padding:3px 0px 2px 10px; margin: 0px;}
#accordion img {display:block;}
#accordion a:link {color: #3f3f3f;	text-decoration: none;}
#accordion a:visited {color: #3f3f3f;	text-decoration: none;}
#accordion a:active {color: #000000; text-decoration: none;}
#accordion img{display:block;}

#leftBottom {
	margin: 0px 0px;
	padding: 0px;
	width: 155px;
	font-size: 10px;
	line-height: 13px;
}
.bottomBox {
	margin: 0px 0px 5px;
	padding: 6px 0px 7px 2px;
	width: 151px;
	height: 46px;
	background: url(images/graybox_bg.gif) no-repeat;
	text-align: center;
}
.redbold {
	font-weight: bold;
	color: #990000;
	font-size: 14px;
	line-height: 16px;
}
.darkgraybold {
	font-weight: bold;
	color: #3f3f3f;
	font-size: 14px;
	line-height: 16px;
}

/* ------------------------------------- ページ下部フッタ部分*/
#footer {
	text-align: center;
	margin: 0px auto;
	width: 944px;
	background: url(images/footer_bg.jpg) no-repeat;
	padding: 0px;
	height: 70px;
}
#footerUpdate {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 42px;
	width: 160px;
	text-align: center;
	color: #FFFFFF;
	font: bold 12px/13px "Times New Roman", Times, serif;
}
#footerLink {
	margin: 0px;
	padding: 8px 0px 5px;
	width: 730px;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	float: right;
}
#footerLink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footerLink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerLink a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#footerLink a:active {
	color: #FF6600;
	text-decoration: underline;
}
#copyright {
	float: right;
	width: 730px;
	font: 10px "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* ------------------------------------- 右コンテンツ部分*/
#boxTop {
	margin: 0px;
	padding: 8px 12px 0px 0px;
	width: 666px;
	text-align: left;
	float: right;
}
#newsHeadline {
	margin: 0px;
	padding: 0px;
	width: 600px;
/* width: 666px;*/
	text-align: left;
	height: 138px;
/* height: 120px;*/
}
#pageTitle {
	margin: 0px;
	padding: 0px 67px 20px 0px;
	width: 630px;
	text-align: left;
	float: right;
}
#pageTitle h1 {
	margin: 0px;
	padding: 11px 0px 10px 35px;
	font-size: 18px;
	font-weight: bold;
	background: url(images/h1_bg.gif) no-repeat;
	letter-spacing: 0.1em;
}
#box1 {
	margin: 0px;
	padding: 0px 72px 5px 0px;
	width: 620px;
	text-align: left;
	float: right;
	line-height: 1.7em;
}
#box2 {
	margin: 0px;
	padding: 8px 72px 0px 4px;
	width: 620px;
	text-align: left;
	float: left;
	font-size: 12px;
}
.tablebg_p {
	background-color: #898989;
	border-width: 1px;
	border-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-color: #797979;
	border-bottom-color: #797979;
	color: #ffffff;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
.tablebg_p2 {
	background-color: #ffffff;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
.tablebg_b {
	background-color: #111111;
	border-width: 1px;
	border-style: solid;
	border-top-color: #222222;
	border-left-color: #222222;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #ffffff;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
.table_risk {
	border-style:solid;
	border-width:1px;
	width:560px;
	text-align:left;
	border-color:#808080;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}
.tablebg_r {
	background-color: #b71b35;
	border-width: 1px;
	border-style: solid;
	border-top-color: #c72b45;
	border-left-color: #c72b45;
	border-right-color: #a70b25;
	border-bottom-color: #a70b25;
	color: #ffffff;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
.tablebg_r2 {
	background-color: #ffffff;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
.tablebg_g {
	background-color: #dfdfdf;
	border-width: 1px;
	border-style: solid;
	border-top-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
.tablebg_w {
	background-color: #eeeeee;
	border-width: 1px;
	border-style: solid;
	border-top-color: #fefefe;
	border-left-color: #fefefe;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
#pageLink {
	text-align: right;
	float: right;
	width: 620px;
	margin: 0px;
	padding-right: 60px;
}
.tablebg_pp {
	background-color: #3f6193;
	border-width: 1px;
	border-style: solid;
	border-top-color: #4f71a3;
	border-left-color: #4f71a3;
	border-right-color: #2f5183;
	border-bottom-color: #2f5183;
	color: #ffffff;
	margin: 2px;
	padding: 3px;
	background-position: left top;
}
.tablebg_pc {
	background-color: #008a8a;
	border-width: 1px;
	border-style: solid;
	border-top-color: #109a9a;
	border-left-color: #109a9a;
	border-right-color: #007a7a;
	border-bottom-color: #007a7a;
	color: #ffffff;
	margin: 2px;
	padding: 3px;
	background-position: left top;
}
.tablebg_ps {
	background-color: #a76640;
	border-width: 1px;
	border-style: solid;
	border-top-color: #b77650;
	border-left-color: #b77650;
	border-right-color: #975630;
	border-bottom-color: #975630;
	color: #ffffff;
	margin: 2px;
	padding: 3px;
	background-position: left top;
}
.tablebg_pr {
	background-color: #a59266;
	border-width: 1px;
	border-style: solid;
	border-top-color: #b5a276;
	border-left-color: #b5a276;
	border-right-color: #958256;
	border-bottom-color: #958256;
	color: #ffffff;
	margin: 2px;
	padding: 3px;
	background-position: left top;
}
.table_note {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 1.2em;
}

/* ------------------------------------- パンくずリスト部分*/
#panList {
	margin: 0px;
	padding: 10px 72px 10px 0px;
	width: 620px;
	text-align: left;
	float: right;
	font-size: 10px;
	line-height: 12px;
}
#panLeft {
	margin: 0px;
	padding: 0px;
	width: 430px;
	text-align: left;
	float: left;
}
#panRight {
	margin: 0px;
	padding: 0px;
	width: 150px;
	text-align: right;
	float: right;
	font-size: 12px;
}

/* -------------------------------------テキストリンクのカラー*/
a:link {
	color: #3366ff;
	text-decoration: none;
}
a:visited {
	color: #3366ff;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* ------------------------------------- 既存タグ設定*/
p {
	margin: 0px;
	padding-bottom: 1.4em;
	padding-top: 0px;
}
hr {
	padding: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
	height: 1px;
	margin: 20px 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1px;
	line-height: 1px;
}
h2 {
	margin: 10px 0px 20px;
	padding: 5px 0px 0px 30px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	background: url(images/h2_bg.gif) no-repeat;
	height: 30px;
	width: 620px;
	letter-spacing: 0.5em;
}
h3 {
	margin: 10px 0px 20px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
h5 {
	margin: 10px 0px 20px;
	padding: 5px 0px 0px 30px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	background: url(images/h2_bg.gif) no-repeat;
	height: 30px;
	width: 620px;
	letter-spacing: 0.1em;
}
table {
	border-collapse: collapse;
}
ul {
	margin-left: 30px;
}
ol {
	margin-left: 30px;
}
.font12 {font-size: 12px;}

/* ------------------------------------- 余白指定*/
.pr05 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr10 {padding-right: 10px;}
.ml03 {margin-left: 3px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.mb03 {margin-bottom: 3px;}
.mb05 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mt03 {margin-top: 3px;}
.ml15 {margin-left: 15px;}
.mr15 {margin-right: 15px;}

/* ------------------------------------- フォントサイズ設定*/
.txtLarge {
	font-size: 18px;
}
.txtMiddle {
	font-size: 16px;
}
.txtSmiddle {
	font-size: 12px;
	line-height: 16px;
}
.txtSmall {
	font-size: 10px;
	line-height: 13px;
}

/* ------------------------------------- ページ先頭へのリンク*/
#pageTop {
	text-align: right;
	float: right;
	width: 620px;
	padding: 0px 72px 15px 0px;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
}

/* ------------------------------------- テーブル背景・境界線*/
.darkBlueBold {
	font-weight: bold;
	color: #091a4b;
}
.tBorder1 {
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 30px;
}
.tBorder2 {
	border-bottom: 1px solid #b2b2b2;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tBorder3 {
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.tBorder4 {
	border-bottom: 1px solid #b2b2b2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.tBg1 {
	background: #f5f5f5;
	padding: 3px 30px 3px 10px;
}
.tBg2 {
	padding: 3px 0px 3px 10px;
	background: #ffffff;
}
.tBg3 {
	background: #b2b2b2;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
}
.tBg4 {
	background: #b2b2b2;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
}
.tBg5 {
	background: #f5f5f5;
	padding: 5px 10px 3px 10px;
}
.tBg6 {
	padding: 5px 0px 5px 0px;
}

/* ------------------------------------- ポートフォリオ部分*/
#pageTitle2 {
	margin: 0px;
	padding: 5px 55px 20px 0px;
	width: 637px;
	text-align: left;
	float: right;
}
#headTitle {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 620px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-right-style: none;
	border-left-style: none;
}
#headNo {
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	width: 55px;
	color: #FFFFFF;
	background: #3f6193;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	float: left;
}
#headNoP {
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	width: 55px;
	color: #FFFFFF;
	background: #3f6193;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	float: left;
}
#headNoC {
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	width: 55px;
	color: #FFFFFF;
	background: #008a8a;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	float: left;
}
#headNoS {
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	width: 55px;
	color: #FFFFFF;
	background: #a76640;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	float: left;
}
#headNoR {
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	width: 55px;
	color: #FFFFFF;
	background: #a59266;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	float: left;
}
#headName {
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 20px;
	width: 530px;
	float: left;
}
#headName h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
#leftBox {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 340px;
	float: left;
}
#rightBox {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 270px;
	float: right;
}
#mapBox {
	text-align: left;
	margin: 0px;
	padding: 18px 0px 5px;
	width: 640px;
	float: none;
}
.w {color: #FFFFFF}

/* ------------------------------------- ポートフォリオのテーブル背景・境界線*/
.ptBg1 {
	background: #3f6193;
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.ptBg2 {
	background: #3f6193;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
.ptBg1P {
	background: #3f6193;
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.ptBg2P {
	background: #3f6193;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
.ptBg1C {
	background: #008a8a;
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.ptBg2C {
	background: #008a8a;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
.ptBg1S {
	background: #a76640;
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.ptBg2S {
	background: #a76640;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
.ptBg1R {
	background: #a59266;
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.ptBg2R {
	background: #a59266;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
.ptBg3 {
	background: #deefff;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
.ptBg3P {
	background: #deefff;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
.ptBg3P-2 {
	background: #deefff;
	padding: 8px 4px 8px 4px;
}
.ptBg3C {
	background: #deffef;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
.ptBg3S {
	background: #f5d7af;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
.ptBg3S-2 {
	background: #f5d7af;
}
.ptBg3R {
	background: #efeada;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
.ptBg3R-2 {
	background: #efeada;
	padding: 2px 0px 2px 0px;
}
.ptBg3R-2 {
	background: #efeada;
	padding: 8px 4px 8px 4px;
}
.ptBg4 {
	background: #f5f5f5;
	padding: 2px 10px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
.ptBg5 {
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

#on {background:#dfe6ff;}

@media print{   
/* ------------------------------------- ページ全体*/
/* {
	margin: 0px;
	padding: 0px;
}*/
body {
	margin: 0px;
	padding: 0px;
	font: normal 11px/1.7em "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #3f3f3f;
	background: #900000;
}

/* clearfix */
.clearfix:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
/* for macIE \*/
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}
/* end of for macIE */

/* ------------------------------------- ヘッダブロック*/
#header {
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	height: 57px;
	text-align: center;
	background: url(images/header_bg.jpg) no-repeat;
}
#headerLink {
	margin: 0px;
	padding: 38px 0px 0px 212px;
	width: 200px;
	float: left;
	color: #ffffff;
	text-align: left;
	font: 10px "Times New Roman", Times, serif;
	line-height: 12px;
	font-weight: bold;
}
#headerLink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#headerLink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headerLink a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#headerLink a:active {
	color: #FF6600;
	text-decoration: underline;
}
#headerSearch {
	margin: 0px;
	padding: 25px 72px 0px 0px;
	width: 300px;
	float: right;
	font: 12px;
	text-align: right;
}

/* ------------------------------------- トップページコンテナ*/
#wrapperTop {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	background: #FFFFFF url(images/top_bg.jpg) no-repeat;
	height: 590px;
}
#wrapperTop h1 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	text-indent: -3000px;
}
#topPhoto {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 400px;
	width: 120px;
	height: 390px;
	font-size: 12px;
	line-height: 1.2em;
}
#topMidashi {
	text-align: left;
	margin: 0px;
	padding: 120px 0px 0px 340px;
/*	padding: 25px 0px 0px; */
	width: 240px;
/*	width: 655px; */
	height: 120px;
}
/* ------------------------------------- コンテンツ全体コンテナ*/
#wrapper {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	background: #FFFFFF
		url(images/page_bg_p.gif)
		repeat-y
		center
		top;
}
#boxAlert {
	margin: 0px;
	padding: 0px;
	width: 920px;
	text-align: center;
}

/* ------------------------------------- 左メニュー部分*/
#leftSide {
	margin: 0px;
	padding: 0px 0px 0px 47px;
	float: left;
	text-align: left;
	width: 160px;
	height:590px;
}
#leftMenu {
	margin: 0px;
	padding: 0px;
}
/* 	position: fixed; /* ここでメニューを固定しています。*/

* {margin:0; padding:0}

#accordion {
	width:150px;
	height:300px;
	margin:0px 0px 0px 3px;
	padding:0px;
}
.accordion {width:141px; font-size: 12px;}
.accordion dt {margin:0px 0px 2px;padding:0px;cursor:pointer;height:23px;}
.accordion dd {overflow:hidden;	background:#FFFFFF;}
.accordion ul {padding:3px 0px 3px 0px; line-height:12px; list-style: none; margin: 0px;}
.accordion li a {display:block; width:131px; padding:3px 0px 2px 10px; margin: 0px;}
.accordion li a:hover {background:#d1d7f3; display:block; width:131px; padding:3px 0px 2px 10px; margin: 0px;}
#accordion img {display:block;}
#accordion a:link {color: #3f3f3f;	text-decoration: none;}
#accordion a:visited {color: #3f3f3f;	text-decoration: none;}
#accordion a:active {color: #000000; text-decoration: none;}
#accordion img{display:block;}

#leftBottom {
	margin: 0px 0px;
	padding: 0px;
	width: 155px;
	font-size: 10px;
	line-height: 13px;
}
.bottomBox {
	margin: 0px 0px 5px;
	padding: 6px 0px 7px 2px;
	width: 151px;
	height: 46px;
	background: url(images/graybox_bg.gif) no-repeat;
	text-align: center;
}
.redbold {
	font-weight: bold;
	color: #990000;
	font-size: 14px;
	line-height: 16px;
}
.darkgraybold {
	font-weight: bold;
	color: #3f3f3f;
	font-size: 14px;
	line-height: 16px;
}

/* ------------------------------------- ページ下部フッタ部分*/
#footer {
	text-align: center;
	margin: 0px auto;
	width: 944px;
	background: url(images/footer_bg.jpg) no-repeat;
	padding: 0px;
	height: 70px;
}
#footerUpdate {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 42px;
	width: 160px;
	text-align: center;
	color: #FFFFFF;
	font: bold 12px/13px "Times New Roman", Times, serif;
}
#footerLink {
	margin: 0px;
	padding: 8px 0px 5px;
	width: 730px;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	float: right;
}
#footerLink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footerLink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerLink a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#footerLink a:active {
	color: #FF6600;
	text-decoration: underline;
}
#copyright {
	float: right;
	width: 730px;
	font: 10px "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* ------------------------------------- 右コンテンツ部分*/
#boxTop {
	margin: 0px;
	padding: 30px 12px 0px 0px;
	width: 666px;
	text-align: left;
	float: right;
}
#newsHeadline {
	margin: 0px;
	padding: 0px;
	width: 600px;
/* width: 666px;*/
	text-align: left;
	height: 116px;
/* height: 120px;*/
}
#pageTitle {
	margin: 0px;
	padding: 0px 67px 20px 0px;
	width: 630px;
	text-align: left;
	float: right;
}
#pageTitle h1 {
	margin: 0px;
	padding: 11px 0px 10px 35px;
	font-size: 18px;
	font-weight: bold;
	background: url(images/h1_bg.gif) no-repeat;
	letter-spacing: 0.1em;
}
#box1 {
	margin: 0px;
	padding: 0px 72px 5px 0px;
	width: 620px;
	text-align: left;
	float: right;
	line-height: 1.7em;
}
#box2 {
	margin: 0px;
	padding: 8px 72px 0px 4px;
	width: 620px;
	text-align: left;
	float: left;
	font-size: 12px;
}
.tablebg_p {
	background-color: #898989;
	border-width: 1px;
	border-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-color: #797979;
	border-bottom-color: #797979;
	color: #ffffff;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
.tablebg_p2 {
	background-color: #ffffff;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
.tablebg_b {
	background-color: #111111;
	border-width: 1px;
	border-style: solid;
	border-top-color: #222222;
	border-left-color: #222222;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #ffffff;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
.table_risk {
	border-style:solid;
	border-width:1px;
	width:560px;
	text-align:left;
	border-color:#808080;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}
.tablebg_r {
	background-color: #b71b35;
	border-width: 1px;
	border-style: solid;
	border-top-color: #c72b45;
	border-left-color: #c72b45;
	border-right-color: #a70b25;
	border-bottom-color: #a70b25;
	color: #ffffff;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
.tablebg_r2 {
	background-color: #ffffff;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
.tablebg_g {
	background-color: #dfdfdf;
	border-width: 1px;
	border-style: solid;
	border-top-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
.tablebg_w {
	background-color: #eeeeee;
	border-width: 1px;
	border-style: solid;
	border-top-color: #fefefe;
	border-left-color: #fefefe;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	margin: 5px;
	padding: 5px;
	background-position: left top;
}
#pageLink {
	text-align: right;
	float: right;
	width: 620px;
	margin: 0px;
	padding-right: 60px;
}
.tablebg_pp {
	background-color: #3f6193;
	border-width: 1px;
	border-style: solid;
	border-top-color: #4f71a3;
	border-left-color: #4f71a3;
	border-right-color: #2f5183;
	border-bottom-color: #2f5183;
	color: #ffffff;
	margin: 2px;
	padding: 3px;
	background-position: left top;
}
.tablebg_pc {
	background-color: #008a8a;
	border-width: 1px;
	border-style: solid;
	border-top-color: #109a9a;
	border-left-color: #109a9a;
	border-right-color: #007a7a;
	border-bottom-color: #007a7a;
	color: #ffffff;
	margin: 2px;
	padding: 3px;
	background-position: left top;
}
.tablebg_ps {
	background-color: #a76640;
	border-width: 1px;
	border-style: solid;
	border-top-color: #b77650;
	border-left-color: #b77650;
	border-right-color: #975630;
	border-bottom-color: #975630;
	color: #ffffff;
	margin: 2px;
	padding: 3px;
	background-position: left top;
}
.tablebg_pr {
	background-color: #a59266;
	border-width: 1px;
	border-style: solid;
	border-top-color: #b5a276;
	border-left-color: #b5a276;
	border-right-color: #958256;
	border-bottom-color: #958256;
	color: #ffffff;
	margin: 2px;
	padding: 3px;
	background-position: left top;
}
.table_note {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 1.2em;
}

/* ------------------------------------- パンくずリスト部分*/
#panList {
	margin: 0px;
	padding: 10px 72px 10px 0px;
	width: 620px;
	text-align: left;
	float: right;
	font-size: 10px;
	line-height: 12px;
}
#panLeft {
	margin: 0px;
	padding: 0px;
	width: 430px;
	text-align: left;
	float: left;
}
#panRight {
	margin: 0px;
	padding: 0px;
	width: 150px;
	text-align: right;
	float: right;
	font-size: 12px;
}

/* -------------------------------------テキストリンクのカラー*/
a:link {
	color: #3366ff;
	text-decoration: none;
}
a:visited {
	color: #3366ff;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* ------------------------------------- 既存タグ設定*/
p {
	margin: 0px;
	padding-bottom: 1.4em;
	padding-top: 0px;
}
hr {
	padding: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
	height: 1px;
	margin: 20px 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1px;
	line-height: 1px;
}
h2 {
	margin: 10px 0px 20px;
	padding: 5px 0px 0px 30px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	background: url(images/h2_bg.gif) no-repeat;
	height: 30px;
	width: 620px;
	letter-spacing: 0.5em;
}
h3 {
	margin: 10px 0px 20px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
table {
	border-collapse: collapse;
}
ul {
	margin-left: 30px;
}
ol {
	margin-left: 30px;
}
.font12 {font-size: 12px;}

/* ------------------------------------- 余白指定*/
.pr05 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr10 {padding-right: 10px;}
.ml03 {margin-left: 3px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.mb03 {margin-bottom: 3px;}
.mb05 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mt03 {margin-top: 3px;}
.ml15 {margin-left: 15px;}
.mr15 {margin-right: 15px;}

/* ------------------------------------- フォントサイズ設定*/
.txtLarge {
	font-size: 18px;
}
.txtMiddle {
	font-size: 16px;
}
.txtSmiddle {
	font-size: 12px;
	line-height: 16px;
}
.txtSmall {
	font-size: 10px;
	line-height: 13px;
}

/* ------------------------------------- ページ先頭へのリンク*/
#pageTop {
	text-align: right;
	float: right;
	width: 620px;
	padding: 0px 72px 15px 0px;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
}

/* ------------------------------------- テーブル背景・境界線*/
.darkBlueBold {
	font-weight: bold;
	color: #091a4b;
}
.tBorder1 {
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 30px;
}
.tBorder2 {
	border-bottom: 1px solid #b2b2b2;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tBorder3 {
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.tBorder4 {
	border-bottom: 1px solid #b2b2b2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.tBg1 {
	background: #f5f5f5;
	padding: 3px 30px 3px 10px;
}
.tBg2 {
	padding: 3px 0px 3px 10px;
	background: #ffffff;
}
.tBg3 {
	background: #b2b2b2;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
}
.tBg4 {
	background: #b2b2b2;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
}
.tBg5 {
	background: #f5f5f5;
	padding: 5px 10px 3px 10px;
}
.tBg6 {
	padding: 5px 0px 5px 0px;
}

/* ------------------------------------- ポートフォリオ部分*/
#pageTitle2 {
	margin: 0px;
	padding: 5px 55px 20px 0px;
	width: 637px;
	text-align: left;
	float: right;
}
#headTitle {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 620px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-right-style: none;
	border-left-style: none;
}
#headNo {
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	width: 55px;
	color: #FFFFFF;
	background: #3f6193;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	float: left;
}
#headNoP {
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	width: 55px;
	color: #FFFFFF;
	background: #3f6193;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	float: left;
}
#headNoC {
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	width: 55px;
	color: #FFFFFF;
	background: #008a8a;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	float: left;
}
#headNoS {
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	width: 55px;
	color: #FFFFFF;
	background: #a76640;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	float: left;
}
#headNoR {
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	width: 55px;
	color: #FFFFFF;
	background: #a59266;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	float: left;
}
#headName {
	text-align: left;
	margin: 0px;
	padding: 7px 0px 7px 20px;
	width: 530px;
	float: left;
}
#headName h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
#leftBox {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 340px;
	float: left;
}
#rightBox {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 270px;
	float: right;
}
#mapBox {
	text-align: left;
	margin: 0px;
	padding: 18px 0px 5px;
	width: 640px;
	float: none;
}
.w {color: #FFFFFF}

/* ------------------------------------- ポートフォリオのテーブル背景・境界線*/
.ptBg1 {
	background: #3f6193;
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.ptBg2 {
	background: #3f6193;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
.ptBg1P {
	background: #3f6193;
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.ptBg2P {
	background: #3f6193;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
.ptBg1C {
	background: #008a8a;
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.ptBg2C {
	background: #008a8a;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
.ptBg1S {
	background: #a76640;
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.ptBg2S {
	background: #a76640;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
.ptBg1R {
	background: #a59266;
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.ptBg2R {
	background: #a59266;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
.ptBg3 {
	background: #deefff;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
.ptBg3P {
	background: #deefff;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
.ptBg3P-2 {
	background: #deefff;
	padding: 8px 4px 8px 4px;
}
.ptBg3C {
	background: #deffef;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
.ptBg3S {
	background: #f5d7af;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
.ptBg3S-2 {
	background: #f5d7af;
}
.ptBg3R {
	background: #efeada;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
.ptBg3R-2 {
	background: #efeada;
	padding: 2px 0px 2px 0px;
}
.ptBg3R-2 {
	background: #efeada;
	padding: 8px 4px 8px 4px;
}
.ptBg4 {
	background: #f5f5f5;
	padding: 2px 10px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
.ptBg5 {
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

#on {background:#dfe6ff;}
}
