@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(../images/netsupa/bgtest.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.twoColFixLt #container {
	width: 800px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 150px;
	height: 620px;
	font-size: 12px;
	line-height: 25px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLt     #sidebar1     #左ナビ a {
	text-decoration: none;
	border-bottom-color: #FFFFFF;
	padding-left: 0px;
	color: #FFFFFF;
}
.twoColFixLt    #sidebar1    #左ナビ ul {
	text-decoration: none;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt      #sidebar1      #左ナビ li {
	text-decoration: none;
	border-bottom-color: #FFFFFF;
	padding-left: 0px;
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-indent: 10px;
}
.twoColFixLt       #sidebar1      #左ナビ  li a:hover {
	border-bottom-color: #FFFFFF;
	padding-left: 0px;
	background-color: #99CC00;
	display: block;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	font-size: 12px;
	line-height: 20px;
} 
.twoColFixLt  #mainContent2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding: 10px;
	font-size: 20px;
	line-height: 18px;
} 
div#content   h2 {
	background-image: url(../images/netsupa/title02.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 31px;
	font-size: 18px;
				}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-size: 12px;
}
.style1 {font-size: 12px}
.style2 {
	font-size: 18px;
	font-weight: bold;

