@charset "utf-8";
html {
    transform-origin: top left;
    transform: scale(1); }
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	font-family: "メイリオ", Osaka, "ヒラギノ丸ゴ Pro W3";
	font-size: 90%;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 898px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #999;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
    display:inline-block;
    background-color: white;
} 
.twoColFixLtHdr #header {
	height: 150px;
	width: 898px;
	margin: 0;
	padding: 0;

} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 {
margin: 0px;
	padding: 0px;
	width: 180px;
	height: 100%;
    display:inline-block;

}
.twoColFixLtHdr #mainContent {
	width: 720px;
	padding: 0;
	margin: 0;
	height: 846%;


} 
.twoColFixLtHdr #mainContent2 {
	width: 720px;
	padding: 0;
	margin: 0;
	height: 846%;
    background-image:url(images/1_r2_c2-0126.png);
    background-repeat: no-repeat;
        	display:inline-block;

} 
.twoColFixLtHdr #container #mainContent h1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 120%;
	color: #FFF;
	background-image: url(images/h1bg.png);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #mainContent2 h1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 25px;
	margin-left: 30px;
	margin-top: 340px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 120%;
	color: #FFF;
	background-image: url(images/h1bg.png);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #mainContent h2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 120%;
	background-color: #1E489D;
	color: #FFF;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 110%;
	margin-right: 25px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #1E489D;
	border-left-color: #1E489D;
	padding-left: 5px;
}
.twoColFixLtHdr #container #mainContent h4 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E489D;
	margin-right: 25px;
	margin-left: 25px;
}

.twoColFixLtHdr #container #mainContent p {
	font-size: 100%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 150%;
}
.twoColFixLtHdr #container #mainContent2 p {
	font-size: 100%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 35px;
	line-height: 150%;
}

.twoColFixLtHdr #footer {
	width: 900px;
	height: 24px;
	padding: 0;
	margin: 0px;
	clear: both;
            	display:inline-block;

} 
.twoColFixLtHdr #footer p {
	padding: 0px;
	margin: 0;
	font-size: 90%;
	text-align: center;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 0px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #sidebar1 #top {
	position: absolute;
	top: 150px;
    margin: 0;
    padding: 0;
	display:inline-block;
}
.twoColFixLtHdr #container #sidebar1 #gaiyo {
	position: absolute;
	top: 200px;
    margin: 0;
    padding: 0;
    	display:inline-block;

}
.twoColFixLtHdr #container #sidebar1 #pro {
	position: absolute;
	top: 250px;
    margin: 0;
    padding: 0;
    	display:inline-block;

}

.twoColFixLtHdr #container #sidebar1 #zizen {
	position: absolute;
	top: 300px;
    margin: 0;
    padding: 0;
    	display:inline-block;

}

.twoColFixLtHdr #container #sidebar1 #kaijo {
	position: absolute;
	top: 350px;
    margin: 0;
    padding: 0;
    	display:inline-block;

}

.twoColFixLtHdr #container #sidebar1 #link {
	position: absolute;
	top: 400px;
    margin: 0;
    padding: 0;
    	display:inline-block;

}



.twoColFixLtHdr #container #sidebar1 #yohaku {
	position: absolute;
	top: 450px;
margin: 0;
    padding: 0;
	display:inline-block;
}
.twoColFixLtHdr #container #mainContent #mainimage {
margin-left: 0;
    padding: 0;
    display:inline-block;
}
.twoColFixLtHdr #container #mainContent li {
	font-size: 100%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.red {
	color: #F00;
}
.white {
	color: #FFF;
}
#apDiv1 {
	position: absolute;
	top: 559px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 0px;
	height: 250px;
	z-index: 10;
	display: inline-block;
	width: 720px;
	text-align: center;
	left: 681px;
	/*left: 620px;*/
}
table{text-align: 
}
.singleline {
background-image:url("images/redline.png");
background-repeat:repeat-x;
background-position: center;
    z-index: 1;
}
