@charset "UTF-8";

/* 全体構造
---------------------------------------------------- */
*{
  margin:0;
  padding:0;
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #ffffff;
    font: normal normal normal 10pt/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;

}
#wrapper {
  width: 800px;
  margin:auto;
  text-align: left;
  background: #ffffff;
}
.invisible{
  position:absolute;
  left:-999px;
}
a {
  text-decoration: underline;
  color: #ff7400;
}
img {
	border: 0;
}

/* コンテンツ
---------------------------------------------------- */
#contents {
}

/* ヘッダ
---------------------------------------------------- */

#header {
	width: 800px;
	height: 288px;
	background: transparent url(../images/back_top.gif) no-repeat left top;
}

#header .cont {
	padding: 30px 0 0 10px;
	font-size: 0.8em;
}


#header .logo {
	margin: 5px 0 0 10px;
	float: left;
}

#header .title {
	margin-top: 30px;
	margin-right: 20px;
	text-align: right;
}

#header .title_sub {
	font-size: 1.4em;
	margin-top: 0px;
	margin-right: 20px;
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
}


/* 中
---------------------------------------------------- */
#contentsCenter {
	width: 800px;
	background: transparent url(../images/back_center.gif) repeat-y left top;
}

#contentsCenter p{
	margin: 0 30px 0 130px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#contentsCenter h2{
	margin: 0 0 0 100px;
	height: 44px;
	padding: 0 0 0 10px;
	background: transparent url(../images/back_h2.gif) no-repeat left top;
}

#contentsCenter h3{
	margin: 0 0 0 120px;
}

#contentsCenter .contentsBox {
	margin: 0 30px 0 130px;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* フッタ
---------------------------------------------------- */
#footerBlock {
	width: 800px;
	height: 329px;
	background: transparent url(../images/back_footer.gif) no-repeat left top;

}
#footerBlock p{
	margin: 0 30px 0 130px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#footer {
	width: 800px;
	height: 22px;
	background: transparent url(../images/common_footer.jpg) no-repeat left top;

}

#footerBody {
  width:800px;
  text-align: right;
}
#footerBody p {
	padding: 2px 10px 0 0;
	font-size: 0.9em;
}
#footerBody a {
  color: #ffffff;
}




/* 広告
---------------------------------------------------- */
#topAbs {
	margin-top: 10px;
	text-align:center;
}
