@charset "UTF-8";

/* ボディに関するCSS
--------------------------------------------------------------------------------*/
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #666;
	font-size: 80%;
	line-height: 100%;
	text-align:cecter;
background: url('http://www.mame-vin.jp/library/bg3.jpg') no-repeat;

}


#wrapper{
margin-left: auto;
margin-right: auto;
width: 840px;
height: 790px;  
background:#fff;

text-align: left;

}

img {
	border: none;

}
/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#head-pic {
    position: relative;
    left: 5px;  
    top: 20px;
	width: 200px;
	height: 70px;  
	z-index: 2;  
	margin: 10 0 0 0 ;

}

#top5box {
    position: relative;
    top: -120px;
        left: 180px;  
background-color: #fff;
	width: 500px;
	height:75px;  
	border-width: 1px;
	border-style: dashed;
	borde-color: #999;
	padding: 2px 5px;
	line-height: 1.1;
	
}



#head-HP {
    position: relative;
    left: 700px;  
    top: -50px;
	width: 170px;
	height: 70px;  
	z-index: 2;  
	margin: 0 0 0 0 ;
}



#g-map {
    position: relative;
    left: 5px;  
    top: -110px;
	width: 440px;
	height: 305px;  
	z-index: 2;  
}


#pic {
	position: relative;
	left: 455px;  
    top: -415px;
	width: 350px;
	height: 282px;
	padding: 10px 15px 15px ;
	overflow-y: scroll;
	overflow-x: hidden;
	border-width: 1px;
	border-style: dashed;
	borde-color: #999;

}




#main2 {
    position: relative;
    left: 5px;  
    top: -400px;
	width: 830px;
	height: 300px;  
	z-index: 2;  
	font-size: 120%;
	padding: 4px 0px 4px 0px;
	border-width: 1px;
	border-style: dashed;
	borde-color: #999;

	overflow-y: scroll;
	overflow-x: hidden;



}

table { width:900px; margin-bottom:0px;}
table.tab2 { table-layout:fixed; }
td {  padding:3px; }
th { white-space: nowrap;}




/* フッター */
#mt-foot {
	position: relative;
	left: 5px;
	width: 812px;
	height: 15px;
    top: -390px;
	text-align: right;
	padding: 5px 10px;
background:#053800;
	color: #fff;


}


p {
	margin-top: 0px;
}



/* フッターに関するCSS
--------------------------------------------------------------------------------*/
#credit {
	margin-top: 5px;
}

