@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(image/back3s.gif);
}
.twoColFixRtHdr #container {
	width: 995px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(image/back1.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 
.twoColFixRtHdr #header {
	background-color: #33AC66;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 40px;
	background-image: url(image/backhedder.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 100px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent1 {
	padding: 0;
	text-align: left;
	background-image: url(image/back3.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #mainContent2 {
	background-image: url(image/back1b.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	text-align: left;
} 
.twoColFixRtHdr #mainContent3 {
	margin-top: 0px;
	margin-right: 160px;
	margin-bottom: 0px;
	margin-left: 70px;
	padding: 0px;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 1.4em;
	color: #333333;
} 
.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 40px;
	background-color: #FFFFFF;
	background-image: url(image/back3.gif);
	background-repeat: repeat-y;
	background-position: center;
} 

a{text-decoration:none}
a:link{color:#006666}
a:visited{color:#6699CC}
a:active{color:#CC0000}
a:hover{color:#CC0000
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image_m0{
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.image_h0{
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.image_m57{
	float:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
}
.image_h57{
	float:left;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.image_m05{
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.image_h05{
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

