﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
	color: #0066CC;
	text-decoration: none;
} 

a:visited {
	color: #993399;
	text-decoration: none;
} 

a:hover {
	color: #CC3333;
} 

a:active {
	color: #CC0066; 
} 

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

h1 {
	margin: 0px;
	/* float: left; */
	padding-top: 5px;
	padding-bottom: auto;

}

h2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 40px;
	font-size: 20px;
}

h3 {
	font-size: 16px;
	color: #F93;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	text-align: left;
}

img {
	vertical-align: bottom;
	border: 0px;

}
a:hover img {
	opacity: 0.8; /* Opera・Safari */
	-moz-opacity:0.8; /* Firefox */
	filter: alpha(opacity=80); /* IE */
	zoom: 1; /* IE */
}

/*ページ構成*/
body {
	height: 100%;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #630;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF7FA;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#system_main {
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#system_main2 {
	text-align: center;
	width: 100%;
	height: auto;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height: 200px;
	width: 900px;
	margin: 0px auto;
}

#header p {
	margin: 0px;
	float: right;
	padding-right: 0px;
	padding-top: 10px;
}


#menu {
	height: 100px;
	width: 500px;
	text-align: center;
	padding-right: 0px;
	margin-top: -100px;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	padding: 0px;
	height: 100px;
	width: 480px;
	margin: 0px;
}

#menu li {
	list-style-type: none;
	padding-top: 5px;
	padding-right: auto;
	float: left;
	height: 100px;
	margin: 0px;
}

#menu1 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 100px;
	background-image: url(images/menu1.png);
	padding-top: 100px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

#menu1 a:hover {
    background-position: 0 -100px;
}

#menu1 a#nowHere {
		background:url(images/menu1.png) no-repeat 0 -100px;
	}
	
#menu2 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 100px;
	background-image: url(images/menu2.png);
	padding-top: 100px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

#menu2 a:hover {
    background-position: 0 -100px;
}

#menu2 a#nowHere {
		background:url(images/menu2.png) no-repeat 0 -100px;
	}

#menu3 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 100px;
	background-image: url(images/menu3.png);
	padding-top: 100px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

#menu3 a:hover {
    background-position: 0 -100px;
}

#menu3 a#nowHere {
		background:url(images/menu3.png) no-repeat 0 -100px;
	}

#menu4 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 100px;
	background-image: url(images/menu4.png);
	padding-top: 100px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

#menu4 a:hover {
    background-position: 0 -100px;
}

#menu4 a#nowHere {
		background:url(images/menu4.png) no-repeat 0 -100px;
	}
	
#contents {
	text-align: center;
	width: 900px;
	height: auto;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFF;
	padding-bottom: 20px;
	border-radius: 15px;
	box-shadow: 3px 3px 8px #CCC;
}

#footer {
	width: 100%;
	height: 50px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p{
	font-size: 12px;
	color: #630;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.pagetop {
	text-align: right;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.pagetop a {
	text-align: right;
	background-color: #F93;
	font-size: 14px;
	color: #FFFFFF;
	border: solid 4px #FF7B00;
	border-radius:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.pagetop a:hover {
	color: #fff;
	background-color: #FDA9DC;
} 

#top {
	text-align: center;
	width: 420px;
	padding-top: 50px;
	padding-left: 450px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 260px;
	background-image: url(images/top_photo.png);
	background-repeat: no-repeat;
}

/*
#top img{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:-20px;
}
*/

#map {
	width: 350px;
	border: 4px solid #FFCCE0;
	border-radius: 10px;
}
iframe {
	width: 350px;
	height: 230px;
	border-width: 0px;
	border-radius: 10px;
}


/* outline */
#outline {
	text-align: center;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#outline p {
	text-align: left;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 80px;
}

#outline img {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#outline table {
	/* text-align: center; */
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	margin-bottom:5px;
	border: 3px solid #4497D1;
	border-collapse: collapse;
	width: 90%;
}

#outline table tr th {
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	color: #295572;
	background-color:#C0F1F1;
	border: 1px solid #4497D1;
}

#outline table tr td {
	border: 1px solid #4497D1;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.left2 {
	text-align: left;
	padding-left: 50px;
}

#floormap img {
	margin: 10px;
}
/* outline */




#people {
	text-align: center;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

p.staff{
	text-align: left;
	font-size: 14px;
	color: #663300;
	padding-left: 50px;
}

#people table {
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	margin-bottom:5px;
	border: 3px solid #4497D1;
	border-collapse: collapse;
	width: 90%;
}

#people  table tr th {
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	color: #295572;
	background-color: #C0F1F1;
	border: 1px solid #4497D1;
}

#people  table tr td {
	border: 1px solid #4497D1;
}




/* daily */
#daily {
	text-align: center;
	width: 900px;
	/* padding: 0px; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	/* margin-left: auto; */
}

#daily img{
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}

#daily p{
	text-align: left;
	margin-left: 100px;
	margin-right: 100px;
}

#other table {
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:5px;
	border: 3px solid #B4EEFF;
	border-collapse: collapse;
	width: 90%;
}

#other table tr th {
	white-space: nowrap;
	padding: 10px;
	vertical-align: top;
	color: #41565B;
	background-color: #EAFAFF;
	border: 1px solid #B4EEFF;
}

#other  table tr td {
	border: 1px solid #B4EEFF;
	text-align: left;
	padding: 10px;
	color: #41565B;
}

p.bold {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E09100; 
}
/* daily */




/* event */
#event {
	text-align: center;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#event img{
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
