@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
}
a:link{
	color: #CC3333;
	text-decoration: none;
}
a:visited{
	color: #333399;
	text-decoration: none;
}
.thrColFixHdr #container { 
	width: 900px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.thrColFixHdr #header { 
	background: #FFFFFF; 
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: right; 
		vertical-align: bottom;
} 
.thrColFixHdr #header img {
	margin: 28px 0px 0px 0px;	
	}

.thrColFixHdr #mainContent {
	margin: 0; /* この div エレメントの右マージンと左マージンにより、ページの両側に 2 つのサイドバーが設定されます。#sidebar1 div と #sidebar2 div に含まれるコンテンツの量に関係なく、列のスペースは維持されます。サイドバーのコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	width: 900px;

	background-image:url(../img/public/bg2.jpg);
	background-repeat: no-repeat;	
} 
.thrColFixHdr #left {
	float: left;
	margin: 0; /* この div エレメントの右マージンと左マージンにより、ページの両側に 2 つのサイドバーが設定されます。#sidebar1 div と #sidebar2 div に含まれるコンテンツの量に関係なく、列のスペースは維持されます。サイドバーのコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	width: 300px;
	height:628px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
} 
.thrColFixHdr #right {
	
	margin: 0; /* この div エレメントの右マージンと左マージンにより、ページの両側に 2 つのサイドバーが設定されます。#sidebar1 div と #sidebar2 div に含まれるコンテンツの量に関係なく、列のスペースは維持されます。サイドバーのコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	width: 595px;
	height:0px;
	border: 1px solid #000000;
	
} 
.thrColFixHdr #title {
	width: 449px;
	margin-top: 113px;
	margin-right: 148px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #menu {
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	width: 150px;
	height:540px;
	text-align: left;
	margin-top: 101px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 112px;
	float: left;
	display: inline;
}
.thrColFixHdr #menu ul{
list-style-type:none;
	list-style-position:outside;
}
.thrColFixHdr #menu li{
margin: 10px  ;

}
.thrColFixHdr #content {
	width: 402px;
	text-align:justify;
	line-height:1.7em;
	float: right;
	margin-top: 0px;
	margin-right: 191px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
} 

.thrColFixHdr #content h4 {
	font-size: x-small;	
} 


		
.thrColFixHdr #small {
	font-size: x-small;	
} 

.thrColFixHdr #lng {
	padding: 0; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	text-align: left;
	width: 143px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #footer {
	padding: 0; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	margin: 0;
	width: 900px;
	height:55px;
	background-image: url(../img/public/footer.gif);
	background-position: center bottom;
}
.thrColFixHdr #footer img {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: 35px;
}
ul {
	
	list-style-type:none;
	list-style-position:outside;
} 
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.small{
	font-size: x-small;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
