@charset "utf-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
}
html{
	display: table;
	width: 100%;
	height: 100%;
	background: #FDFCF8;
	background-attachment:fixed; 
}
body{
	font-family: ヒラギノ明朝 Pro W3, ＭＳ Ｐゴシック;
	color: #4c4541;
	display: table-cell;
	vertical-align: middle;
}

#blockCentering {
	background: url(images/bg.png) left top no-repeat;
	text-align: left;
	margin: 0 auto;
	width: 840px;
}

/* for WIN IE */
.win.ie body {
	text-align: center;
	height: 100%;
}

.win.ie #blockCentering {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}

.win.ie #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
/* over here */
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;
  /**/
}



/******************トップページ*******************/
#top_contents {
	margin: 0 auto;
	width: 840px;
}
#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;
}

