@charset "utf-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
}
html{
    height:100%;
	background: #FDFCF8;
	background-attachment:fixed; 
}
body{
    height:100%;
	font-family: Baskerville,Palatino,Times,Georgia;
	color: #4c4541;
}
a {
	color: #e76da0;
	text-decoration: none;
	overflow: hidden;
}

a:hover {
	color: #f03f79;
}

img {
	border: none;
}

*html div#container{
    height:100%;
	background: url(../img/copyright.gif) 22px 65px no-repeat;
}

div#container{
    width: 100%;
    margin: 0px auto;
    position:relative;
    min-height: 100%;
	font-size: 77%;
}
body > #container {
        height: auto;
}

#container_inner {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 60px;
	line-height: 155%;
}
*html #container_inner {
	width: 850px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*?_*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/******************位置固定*******************/
#footer{
	position:absolute;
	height: 60px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	bottom: 0px;
}
#footer_inner {
	width: 800px;
	margin: 0 auto;
}
#footer #footer_inner #pagetop {
	float: right;
	margin-top: 24px;
}
#footer #footer_inner #copyright {
	float: right;
	margin: 28px 13px 0 0;
}


/******************header*******************/
#header {
	height: 60px;
	margin-bottom: 67px;
}
#header #top_logo {
	float: left;
	margin-top: 17px;
}
#header #main_menu {
	float: right;
	margin-top: 33px;
}
#header #main_menu li {
	float: left;
}

/******************menu*******************/
#contents #menu {
	width: 223px;
	float: left;
}
#contents #menu h1 {
	margin-bottom: 56px;
}

/******************main*******************/
#contents #main {
	width: 577px;
	float: right;
	padding-top: 5px;
}


/******************トップページ*******************/
#top_contents {
	margin: 0 auto;
	padding-top: 70px;
	width: 840px;
}
#header {
	height: 60px;
	margin-bottom: 67px;
}
#top_contents #top_logo {
	float: left;
	margin-top: 17px;
	margin-bottom: 16px;
}
#top_contents #main_menu {
	float: right;
	margin-top: 33px;
}
#top_contents #main_menu li {
	float: left;
}

#top_footer {
	width: 840px;
	text-align: right;
	margin: 10px auto;
}

