@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4;
	font-size:0.8em;
	background-color: #FFFFFF;
}
body a {
	color: #6E5231;
	text-decoration: none;
}
body a:hover {
	color: #E7B7B1;
	text-decoration: underline;
}

.oneColFixCtr #container {
	width: 780px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFFFFF;
	background-image: url(images/topbg_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 550px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}
#container #mainContent .pinfo {
	position: absolute;
	left: 63px;
	top: 315px;
	color: #FF0000;
	width: 650px;
	text-align: center;
}

/* main menu */
ul#menu{
	list-style:none;
	width:184px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul#menu li{
	list-style:none;
	float:left;
	width:92px;
}
ul#menu a{
	display:block;
	width:92px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(images/botan.gif);
	background-repeat: no-repeat;
}
a.snews {
	background-position:0px 0px;
}
a:hover.snews {
    background-position:0px -50px;
}

a.smenu {
	background-position:-92px 0px;
}
a:hover.smenu {
    background-position:-92px -50px;
}

a.school {
    background-position:-184px 0px;
}
a:hover.school {
    background-position:-184px -50px;
}

a.shop {
    background-position:-276px 0px;
}
a:hover.shop {
    background-position:-276px -50px;
}
a.map {
    background-position:-368px 0px;
}
a:hover.map {
    background-position:-368px -50px;
}

