@charset "Shift_JIS";

html{overflow-y:scroll;}

/* 全ての要素の余白をゼロに指定 */

* {
  padding: 0;
  margin: 0;
}



/* ■ボディ */

html, body {
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-arrow-color: #cccccc;
	background-color: #ffffff;
	text-align: center;
	font-family: ＭＳ Ｐゴシック;
	margin-top: 0px;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}

/* ■リンク */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* ■テキスト */

h1{
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	font-weight: lighter;
	padding: 25px 20px 0 0;
}

h2{
	font-size:12px;
	text-align:left;
}

h3{
	font-size:10px;
	text-align:left;
}

.news {
	width: 540px;
	height: 270px;
	overflow: auto;
}

.link {
	width: 240px;
	height: 220px;
	overflow: hidden;
}

.info{
	font-size: 12px;
	background-image: url(images/top/arrow.gif);
	background-repeat: no-repeat;
	padding: 4px 0 0 22px;
	margin: 5px 10px 0 35px;
}

.bana{
	font-size: 12px;
	padding: 4px 0 0 20px;
	margin: 4px 35px 0 0;
}
.count{
	font-size:12px;
	padding-left:180px;
}
address{
	color: #66cccc;
	font-size: 12px;
	font-style: normal;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

/*■コンテナ*/

#container {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	background: #ffffff;
}

/*■ヘッダー*/

#header {
	background-image: url(images/top/header.jpg) ;
	background-repeat: no-repeat;
	width: 800px;
	height: 60px;
	position: relative;
}

/*■左コンテンツ*/

#left-content {
	float: left;
	width: 550px;
	height: 270px;
	display: inline;
	background-image: url(images/top/left.jpg) ;
}


/*■右コンテンツ*/

#right-content {
	float: right;
	width: 250px;
	height: 270px;
	display: inline;
	background-image: url(images/top/right.jpg) ;
}

/*■フッター*/

#footer-navi {
	clear: both;
	text-align: center;
	width: 800px;
	height: 20px;
	background: url(images/top/navi.jpg) no-repeat;
}

#footer {
	text-align: center;
	width: 800px;
	height: 50px;
	background: url(images/top/footer.jpg) no-repeat;
}

/* ■メインナビ */

#navi{
	width: 800px;
	height: 40px; 
}

ul#menu_top{
    list-style:none;
    width: 800px;
}

ul#menu_top li{
    list-style:none;
    float:left;
}

ul#menu_top a{
    display:block;
    height: 40px;
    text-indent:-200px;
    overflow:hidden;
}

a.facilities{
    width: 160px;
    background-image:url(images/top/link/link_01.jpg);
}
a:hover.facilities{
    width: 160px;
    background-position:0px -40px;
}

a.information{
    width: 160px;
    background-image:url(images/top/link/link_02.jpg);
}
a:hover.information{
    width: 160px;
    background-position:0px -40px;
}

a.home{
    width: 160px;
    background-image:url(images/top/link/link_03.jpg);
}
a:hover.home{
    width: 160px;
    background-position:0px -40px;
}

a.access{
    width: 160px;
    background-image:url(images/top/link/link_04.jpg);
}
a:hover.access{
    width: 160px;
    background-position:0px -40px;
}

a.contact{
    width: 160px;
    background-image:url(images/top/link/link_05.jpg);
}
a:hover.contact{
    width: 160px;
    background-position:0px -40px;
}

/* ■サブナビ */

.menu{
	width: 470px;  
	color: #888888;
	font-size: 10px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

.menu ul,.menu li{
	text-align: center;
        margin: 0;
	padding: 0;
	list-style: none;
}

.menu li{
	float:left;
}

