@charset "UTF-8";

/*****************************************
				Header
*****************************************/
html {
	height: auto;
}
body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
}
#container {
	width: auto;
	min-height: auto;
	_height: auto;
}
#mainVisual {
	width: 100%;
}
#wrapper,
#main,
#mainContents,
.contentsCalendar {
	margin: 0;
	padding: 0;
	width: auto;
	background: none; 
}
#contents,
.contentsCalendar {
	margin: 0;
	width: auto;
	background: none; 
}
#main {
	overflow: visible;
}
#wrapper,
#mainContents {
	float: none;
}
#footer {
	width: 100%;
	background-attachment: scroll;
	overflow: visible;
}
#header { position: relative; }
#pageTop { display: none;}
#copyright { font-size: 60%;}
#mihoVill p { font-size: 60%;}
#footerLogo { background-size:80% auto;}
#footerOpen {font-size: 88%;}
#footerClose {font-size: 88%;}