@charset "utf-8";
/* CSS Document */

* {
	text-decoration:none;
	padding:0px;
	margin:0px;
}

body {
	margin:0 auto;
	background-image: url(../perimg/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* clearfix */
/* reference */
/* http://blog.d-spica.com/entry/070307clearfix.html */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* clearfix end */

/* BG control */
#wrapper {
	background-image: url(../perimg/bg_bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height:300px;
	width:100%;
}
body > #wrapper {
  height: auto;
  min-height: 100%;
}
html,body{
  height: 100%;
}

/* contents START */

#contentswrapper {
	width:960px;
	margin:0 auto;
	position: relative;
	background-color:#ffffff;
}
/* topcontents */
#topcontents {
}





/* footer */
#footer {
	clear:both;
	background-image: url(../perimg/underline_footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#footer p {
	text-align: right;
	font-size:12px;
	padding:3em 1em 1em 0;
}

/* absolutehead */
#absolutehead {
	background-color:ffffff;
	height:1em;
}

/*
#absolutehead {
	position: absolute;
	height: 1em;
	width:16em;
	bottom: 1em;
	right: 1em;
}
*/
#absolutehead li {
	float:left;
	list-style:none;
	margin-left:1em;
	font-size:12px;
}

