body {
	margin: 0px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.7;
	padding: 0px;
	text-align: center;
	letter-spacing: 1px;
}
img{
	border: none;
}
body,div,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,blockquote{
	margin: 0;
	padding: 0;
}
a:link{ color: #FFF; }
a:visited{ color: #FFF; }
a:hover{ color: #cc0000; }
a {
	text-decoration: none;
}
em {
	visibility: hidden;
	font-size: 9px;
	text-decoration: underline;
}
/* ////////////////////clearFix//////////////////// */

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}


#header-wrap {
	position: fixed;
	top: 0;
	left:0;
	overflow: auto;
	width: 100%;
	z-index: 2;
}

#header {
	width: 950px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1;
	background-image: url(../image-page/page_hader.gif);
	background-repeat: repeat-x;
}
#container {
	width: 950px;
	font-size: 1.4em;
	overflow: auto;
	z-index: 1;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}

#content {
	float: left;
	width: 625px;
	z-index: 1;
}
#content_area {
	padding: 0px;
	width: 950px;
	z-index: 3;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #00FF99;
	text-align: left;
}

#top_comment_img  {
	position: fixed;
	z-index: 3;
	width: 950px;
	text-align: right;
	bottom: 0px;
	margin-bottom: 150px;
}
#footer-wrap {
	position: fixed;
	bottom: 0;
	left:0;
	
	width: 100%;
	z-index: 2;
}

#footer {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
