@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLt #container {
	width: 820px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/main_back.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 170px;
	background-image: url(../images/side_back.gif);
	background-repeat: repeat;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
}
.twoColFixLt #foorer {
	float: left;
	width: 820px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	background-color: #43a61a;
}

.twoColFixLt #container #sidebar1 h3 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLt #container #sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #container #sidebar1 li {
	margin-top: 10px;
}

.twoColFixLt #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-repeat: repeat-x;
	width: 570px;
	background-color: #FFFFFF;
	margin-top: 8px;
	font-size: 90%;
	line-height: 120%;
} 
.twoColFixLt #container #mainContent h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLt #container #mainContent td {
	font-size: 100%;
}
.twoColFixLt #container #mainContent h1 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.twoColFixLt #container #mainContent h4 {
	background-color: #43A61A;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #999999;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.text-title {
	font-size: 20px;
	font-weight: bolder;
	color: #43A61A;
}
.twoColFixLt #container #mainContent h5 {
	background-color: #43A61A;
	height: auto;
	width: 530px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #999999;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
}
.twoColFixLt #container #mainContent h6 {
	background-color: #FF6600;
	height: auto;
	width: 555px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #999999;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
}

