html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family:"メイリオ", Meiryo, "verdana", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
.clearfix:after {
  content: ".";  
  display: block;  
  clear: both;
  height: 0.1px;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a{
	color: #65a85d;;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family:"メイリオ", Meiryo, "verdana", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, sans-serif;
	/*letter-spacing:-1px;*/
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 2.4em;
	line-height:1.0;
	color: #333;
	padding:3px 0 3px 5px;
	border-left:4px solid #78BA43;
}

h2 {
	/*padding-top: 10px;*/
	font-weight:100;
	font-size:1.2em;
	line-height:1.0;
	color: #555;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 10px auto 0;
	text-align: left;
	border:1px solid #ddd;
	
}
div#container {
	padding: 15px;
	position:relative;
}

div#contact{
	position:absolute;
	top:15px;
	right:15px;
}


div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 0 0 10px;
	line-height:1.4;
	text-align: center;
}

div#pageMove{
	width:900px;
	margin: 0 auto;
	padding-top:10px;
	background: url(../images/bg_container.gif) top center no-repeat;
	clear:both;
	font-size:1.0;
}

.go_before{
	margin-left:10px;
	float:left;	
	line-height:1.0;
}

.go_next{
	margin-right:10px;
	float:right;
	line-height:1.0;
}

#close_btn {
	float: right;
	position: fixed;
	width: 41px;
	height: 32px;
	bottom: 20%;
	right: 0;
	background: transparent url(../images/close_btn.gif) top left no-repeat;
}
#close_btn span {
	display: none;
}
