@charset "utf-8";
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #666666;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
#container  {
	width: 960px;  /* タイトル画像に合わせる */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
} 
#header  {
	background-image: url(../hp/comp/comp_images/env_indx_top.gif);
	height: 43px;
	width: 960px;
} 
#mainContent  {
	line-height: 100%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	} 
#footer  {
	padding: 0 10px 0 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#00A283;
} 
#footer p  {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	color: #FFFFFF;
	line-height: 200%;
	text-align: center;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
#container #mainContent h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 90px;
	text-align: center;
	font-weight: bolder;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FC0;
	border-bottom-color: #FC0;
	margin-top: 30px;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #mainContent h2 {
	background-color: #FCF;
	padding-left: 20px;
	line-height: 200%;
	background-repeat: no-repeat;
	background-position: 10px center;
}
#container #header h1 {
	display: none;
	text-align: right;
}
.table1 {
	line-height: 180%;
	width: 100%;
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}
.table2 {
	line-height: 150%;
	width: 100%;
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}


.table1 th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    text-align:center;
}
.table1 td{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
}
.table1 td1{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	text-align: center;
}
.table2 th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    text-align:center;
}
.table_top {
	width: 100%;
	line-height: 200%;
}
.table2 td{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	text-align: right;
}
.table2 td1{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	text-align: right;
}
.right {
	font-size: small;
	text-align: right;
}
.table1_02 {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #rinen {
	width: 700px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
	line-height: 150%;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 120px;
	padding-left: 60px;
}
.rinen {
	font-size: x-large;
	line-height: 200%;
}
#table2td2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663300;
	border-bottom-color: #663300;
	text-align: left;
}
.table3 {
	line-height: 130%;
	width: 95%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

