body  {
	margin: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	background-image: url(images/bak_sea.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F3F5F7;
}
.twoColFixLtHdr #container {
	width: 950px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header { 
background-image: url(images/head.jpg);
	height: 200px;
	padding-top: 0;
	padding-bottom: 0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 75px;
	padding-bottom: 30px;
	padding-left: 620px;
	font-size: 20px;
	color: #FFF;
	text-align: right;
	padding-right: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 230px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 5px;
	
}
.twoColFixLtHdr #mainContent {
	width: 650px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	/*float: right;*/
	margin-left: 265px;
	margin-top: 25px;
	padding-top: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.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;
}
.twoColFixLtHdr #main_menu {
	width: 950px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 47px;
	margin-top: 0px;
	padding: 0px;
}
a img,hover,visited,active {
       border-width:0;
}
a:link {
	text-decoration: underline;
	color: #36F;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #C63;
}
.twoColFixLtHdr #header p {
	padding-top: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 20px;
	line-height: 100%;
}
.small {
	font-size: small;
	color: #933;
}
.twoColFixLtHdr #mainContent h1 {
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 0;
	font-size: 22px;
	/*width: 630px;*/
	height: 42px;
	padding-left: 20px;
	background-image: url(images/h1bar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.twoColFixLtHdr #mainContent h2 {
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 0;
	font-size: 24px;
	/*width: 630px;*/
	height: 35px;
	padding-left: 70px;
	background-image: url(images/h2bar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	letter-spacing: 5px;
}
.twoColFixLtHdr #mainContent h3 {
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 15px;
	font-size: 20px;
	/*width: 630px;*/
	height: 35px;
	padding-left: 30px;
	background-image: url(images/h3bar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.icon{
	margin-right: 5px;
}
.red{
	color: #F00;
}
