@charset "utf-8";
/* 全体レイアウト */

body {
	text-align:center;
}
#container-inner {
	width:976px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
/*3カラム用*/
#wrapper {/*通常*/
	width:759px;
	float:left;
	margin-right:10px;
	clear: both;
}
#cont-main {/*通常*/
	width:540px;
	float:right;
	margin-left:10px;
	overflow: visible;
}
/*2カラム用*/
#temple88 #wrapper {/*八十八カ所辞典*/
	width:976px;
	float:left;
	margin-right:0px;
	clear: both;
}
#temple88 #cont-main {/*八十八カ所辞典*/
	width:740px;
	float:right;
	overflow: visible;
	margin-right: 18px;
}
#mapcontainer {
	text-align:left;
}
#cont-menu {
	width:190px;
	float:right;
}
#cont-88 {
	width:190px;
	float:left;
}
#ft {
	width:100%;
	clear:left;
}

