/* CSS Document */

/*****トップページレイアウト部分*****/

/***** メニュー領域 *****/

#mNavi{
	width:800px;
	height:53px;
	background-image: url(../img/main-b.jpg);
	background-repeat: repeat-y;
	background-position: center;
	float: left;
}

#mNavi ul{
	margin:0px;
	padding:0px;
	list-style: none;
}

#mNavi li{
	width: 160px;
	float:left;
	margin:0px;
	padding:0px;
}

/***** メイン要素 *****/

/* メイン収納領域 */
div#container{
	width: 800px;
	background-image: url(../img/main-b.jpg);
	background-repeat: repeat-y;
	margin:0px;
	padding:0px;
	background-position: 197px;
	float: left;
}

/* メイン表示領域 */
div#primary{
	float: left;
	width: 406px;
	margin: 0px;
	background-image: url(../img/main-b.jpg);
	background-repeat: repeat-y;
}

/* 左カラム表示領域 */
div#left{
	width:197px;
	float: left;
	margin: 0px;
}

/***** 要素 *****/

/* メインコンテンツ領域 */
#mainC{
	width:371px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
.mainCTitle{
	width:371px;
	margin: 0px;
}
.mainCCont{
	background-image: url(../img/topm-b.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px;
	margin: 0px;
	text-align: center;
}
.mainCFoot{
	width:371px;
	margin: 0px;
	float: right;
	height: 13px;
	background-color: #FFFFFF;
}

/* メインコンテンツ領域 */

.line01 {
	background-image: url(../img/line-dot.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 96%;
}


/* 右カラム表示領域 */
div#right{
	width:197px;
	float: right;
	margin: 0px;
}

/* 施設案内表示 */

.photo01 {
	margin-bottom: 5px;
	margin-left: 2px;
}

/* 右カラム、バナー表示 */

#bun {
	margin-bottom: 5px;
	margin-left: 2px;
	text-align: center;
}

/* 更新情報表示 */
.line01 {
	background-image: url(../img/line-dot.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 90%;
}

.pageTop{
	position: relative;
	text-align: right;
	margin-right: 50px;
	width: 500px;
}
