@charset "UTF-8";
/* ********************
 *
 * minobi
 *
 * ********************
*/

/* ALL LINE
-------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	}
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #f6f4cd url(../image/bg5.jpg) repeat-x;
	color: #333333;
	letter-spacing:0pt;
	text-align: center;
	font-size: 12px;
	font-family:
		Verdana,
		Arial,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	}
#contents {
	width:630px;
	height:630px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-315px;
	margin-left:-315px;
	}
/* past ------------------
#contents {
	width: 600px;
	padding-top: 10px;
	padding-bottom: 50px;
	margin: auto;
	}
 */
img {
	border: none;
	}

/* contents
-------------------------------------------- */
#mainbg {
	background-image:url("../image/mi_main.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	
	height: 450px;
	width: 100%;
	zoom: 1; /* 印刷バグ解決 */
	}

#mainbg2 {
	height: 450px;
	width: 100%;
	zoom: 1; /* 印刷バグ解決 */
	}
	
#info {
	position: absolute;
	top: 285px;
	left: 380px;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1pt;
	text-align: left;
	}
#googlemap {
	position: absolute;
	width: 80px;
	height: 25px;
	top: 374px;
	left: 380px;
	}
#googlemap a {
	display:block;
	height: 25px;
	width: 80px;
	}

/* Appearance 
-------------------------------------------- */
#top-png {
	background: url(../image/back01.png) no-repeat left bottom;
	height: 15px;
	width: 630px;
	_background-image: none;

	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/back01.png',sizingMethod='scale');
	}
#right-png {
	background: url(../image/back03.png) no-repeat left bottom;
	height: 600px;
	width: 15px;
	_background-image: none;

	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/back03.png',sizingMethod='scale');
	}
#bottom-png {
	background: url(../image/back04.png) no-repeat left bottom;
	height: 15px;
	width: 630px;
	_background-image: none;

	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/back04.png',sizingMethod='scale');
	}
#left-png {
	background: url(../image/back02.png) no-repeat left bottom;
	height: 600px;
	width: 15px;
	_background-image: none;

	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/back02.png',sizingMethod='scale');
	}

div#footer{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	left: 0px;
	overflow: hidden;
}
#footer p {
	margin-right: 10px;
}
.hidden {
	display: none;
}

