@charset "UTF-8";

/* 全体構造
---------------------------------------------------- */
*{
  margin:0;
  padding:0;
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #ffffff;
}
#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 {
/*	background: transparent url(../images/back.gif) no-repeat left top;*/
}

/* ヘッダ
---------------------------------------------------- */

#header {
	width: 800px;
	height: 75px;
	background: transparent url(../images/common_header.gif) no-repeat left top;
}


#header .logo {
	margin: 0 0 0 10px;
	float: left;
}

#header .title_sub {
	font-size: 1.0em;
	padding: 10px 10px 0 0;
	text-align: right;
	vertical-align: bottom;
	font-size: 0.9em;
}


/* 中
---------------------------------------------------- */
#contentsCenter {
	width: 800px;
}

#contentsCenter p{
	margin: 5px 30px 20px; 30px;
	font-size: 0.9em;
}

#contentsCenter h1{
	margin: 10px 0 0 30px;
	height: 44px;
	padding: 0 0 0 10px;
	background: transparent url(../images/back_h2.gif) no-repeat left top;
}

/* フッタ
---------------------------------------------------- */
#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;
}