body {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 751px;
}
#footer {
	text-align: center;
	height: 20px;
	margin-top: 10px;
}
/*ヘッダー部分のマウスオーバーイベント*/
#home {
	background-image: url(../top_img/jkk_home_over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	width: 75px;
}
#mado {
	background-image: url(../top_img/otoiawase_over.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 119px;
	display: block;
}
.mus a:hover {
	background-color: #FFFFFF;
}
.mus a:hover img {
	visibility: hidden;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
}

/*-----------------------------cssハック-------------------------------------------*/
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/


.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/


/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/