﻿body{
	color: #fdf5e6;
	margin: 0;
	padding: 80px 0 0px 0;
	font:12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	/* for IE7 */
	*+html body {
	font-family:'メイリオ', '';
	font-size:75%;
	}
	
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}
* html body{
	overflow: hidden;
} 
div#headerArea {
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #000000;
	color: #fff;
}
div#footerArea {
	position: fixed !important;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #000000;
	color: #fff;
}
* html div#contentsArea{
	height: 100%;
	overflow: auto;
}
a img {
    border-style:none;
}

	
