@charset "shift_jis";
html body {
	height:100%;
}
html {
	overflow-y:scroll;
}
* html body {
	overflow-y:hidden;
}
* html div#container {
	height:100%;
	overflow-y:scroll;
}
body {
	background-color: #FFF;
	background-image: url(../img_cmn/contents_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font: 12px/15px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
#header {
	background-image: url(../img_cmn/hd_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
	position: fixed;
	_position : absolute; /* WIN IE6用 */
	top: 0;
	z-index: 1000;
	height: 145px;
	padding-top: 10px;
}
#container {


}
#container .center {
	width: 860px;
	padding-bottom: 70px;
}
#container #left {
	float: left;
	width: 150px;
	margin-top: 165px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#container #right {
	margin-top: 165px;
	float: left;
	width: 695px;
	margin-bottom: 10px;
}
#ftmenu  {
	text-align: center;
	width: 860px;
	font-size: 10px;
	line-height: 12px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #cfd9f0;
	margin-bottom: 5px;
}
#ftmenu LI {
	display: inline;
	margin-right: 15px;
	text-decoration: none;
	border-left: 1px solid #999999;
	padding-left: 15px;
}
#ftmenu #m00 {
	border-right: 1px solid #999999;
	margin-right: 0px;
	padding-right: 15px;
}
#footer {
	clear: both;
	background-image: url(../img_cmn/ft_bg.png);
	background-position: center top;
	color: #CCCCCC;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 0px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 800;
	height: 60px;
	background-repeat: repeat-x;
	padding-top: 10px;
}
* html #footer {
	position: expression('absolute');
	bottom: expression(documentElement.scrollTop + 0 + 'px');
}
#footer .center {
	width: 880px;
}
#footer #copyright {
	text-align: left;
	height: 40px;
}
#footer #copyright .txt1 {
	background-image: url(../img_cmn/copyright.png);
	height: 27px;
	width: 382px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 16px;
	float: left;
	margin-top: 7px;
}
#footer #copyright .txt1 A {
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
}
#footer #copyright IMG {
	float: right;
}
