@charset "utf-8";

body {
  color: #333333;
  font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
  font-size: 12px;
  line-height: 1.8em;
	margin:0;
	padding:0;
}
img { border:0 none;}
h1, h2, h3, h4, h5, h6,
ul,ol,li,dl,dt,dd {
	font-size: 100%;
	margin:0;
	padding:0;
  font-weight: normal;
}
.twoColLiqLtHdr #container { 
	padding-bottom: 20px;
	position: relative;
	width: 100%;
}
.h1_head {
  background: none repeat scroll 0 0 #EEEEEE;
}
.h1_head h1 {
  margin: 0 auto;
  width: 900px;
} 
.twoColLiqLtHdr #header {
	background-image:url(../img/header_img.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:108px;
	margin:0 auto;
	position: relative;
}
.twoColLiqLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}

.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 228px;
	padding: 15px 0;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

.twoColLiqLtHdr #mainBg {
	width: 900px;
	margin:0 auto;
}
.twoColLiqLtHdr #mainContent {
  float: right;
  margin: 15px 0 0;
  width: 660px;
}
.twoColLiqLtHdr #footer {
	position:relative; 
	width:900px;
	background:url(../img/footer_bg.jpg) repeat;
	}
.twoColLiqLtHdr #footer p {
	margin: 0;
	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;
}
#logo {
	text-indent:-9999px;
	float: left;
	width: 290px;
	height:40px;
	margin-top:0px;
	margin-left:10px;
	display: inline
}
#logo a {
	display:block;
	text-decoration:none;
	width:290px;
	height:120px;
}
.hed_contact {
	text-indent:-9999px;
	width: 141px;
	height:28px;
	margin-top:74px;
	float:right;
	margin-right:260px;
}
.hed_contact a {
	display:block;
	text-decoration:none;
	width:100%;
	height:100%;
}
