@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 32px;
}
a:link {
	color: #FF8000;
}
a:visited {
	color: #FF8000;
}
a:hover {
	color: #FFC184;
	text-decoration: none;
}

.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0;
	text-align: left;
	background-image: url(../image/backimage.png);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #container #header #menuback {
	background-image: url(../image/menu_back.png);
	background-repeat: no-repeat;
	height: 525px;
	width: 272px;
	clear: both;
	float: left;
	position: absolute;
	left: 30px;
	top: 112px;

    behavior: expression(IEPNGFIX.fix(this));
}
.twoColFixLtHdr #container #header #sub_menu {
	height: 100px;
	width: 600px;
	position: relative;
	top: 70px;
	left: 380px;
}
.twoColFixLtHdr #container #header #sub_submenu {
	width: 250px;
	left: 700px;
	position: relative;
	top: 40px;
}
.twoColFixLtHdr #container #header #sub_menu div {
	width: 125px;
	float: left;
	margin-right: 20px;
}
.twoColFixLtHdr  #container  #header  #title {
	height: 128px;
	width: 383px;
	top: 130px;
	left: 300px;

    behavior: expression(IEPNGFIX.fix(this));
	position: relative;
}


.twoColFixLtHdr #header {
	background-image: url(../image/header.png);
	height: 308px;
	width: 1000px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
h1 {
	font-size: 24px;
	font-weight: bold;
	background-color: #FF8000;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 220px;
	height: 350px;
	position: relative;
	left: 60px;
	top: -110px;
	padding: 0px;
}

.twoColFixLtHdr #container #banner {
	height: 213px;
	width: 175px;
	position: relative;
	left: 30px;
	top: 0px;
	background-image: url(../image/banner_back_s.png);
	background-repeat: no-repeat;


    behavior: expression(IEPNGFIX.fix(this));
	float: left;
	clear: left;
	padding-top: 100px;
	padding-left: 50px;
	padding-right: 50px;
}
.twoColFixLtHdr #container #banner_front {
	height: 190px;
	width: 175px;
	float: left;
	clear: left;
	position: relative;
	left: 80px;
	top: -220px;
}



.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 310px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 30px;
} 
.twoColFixLtHdr #container #mainContent table {
	border-collapse: collapse;
	table-layout:fixed;
	border: 1px solid #999999;
}

.twoColFixLtHdr #footer {
	background-image: url(../image/footer_2.png);
	height: 313px;
	width: 1000px;
	background-repeat: no-repeat;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.table_space {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

