/*文字コードを指定*/
@charset "UTF-8";

*{
 margin: 0;
 padding: 0;
 }

a:link {
   color: #009999;
   text-decoration: none;
   }


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

 a:hover {
   color: #660099;
   text-decoration: underline;
   }
    


#container {
	font: 0.9em/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	letter-spacing: normal;
	text-align: left;
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#container #header {
	height: auto;
	width: 780px;
}

#container #header #globalnav {
	padding-bottom: 15px;
}

#container #header #globalnav h2 {
	height: 0px;
	overflow: hidden;
}
#minitabs {
	margin: 0px;
	padding: 5px 0px 20px;
	border-bottom: 1px solid #336699;
	border-top: 1px solid #336699;
}

#minitabs li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}


#minitabs a {
	float: left;
	line-height: 10px;
	font-weight: bold;
	font-size: 1em;
	color: #009999;
	text-decoration: none;
	height: auto;
	width: 107px;
	position: relative;
	text-align: center;
	padding: 4px 10px 4px 10px;	
}

#minitabs a.active, #minitabs a:hover {
	padding-bottom: 1px;
	border-bottom: 4px solid #00ccff;
	color: #363;
}

#minitabs a:hover {
color: #660099
}


#contents {
	padding: 30px;
	height: auto;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #336699;
	margin-top: 30px;
}
#contents h1 {
	text-align: right;
	margin: 0px 0px 0px 50px;
}

#contents h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#photos {
	float: left;
	width: 300px;
	margin: 0px 2em 1em 0px;
}

#past {
	text-align: right;
	margin-top: 30px;
	clear: left;
}
img {
	margin: 0px;
}

#footer {
	margin-top: 30px;
}

address {
    text-align: center;
}

h3 {
	margin-top: 40px;
}

dl {
	border: 1px solid #CCCCCC;
	padding: 0px 10px 10px;
	font-size: 0.8em;
	margin: 0px 0px 15px;
}

dt {
	line-height: 150%;
	float: left;
	width: 4em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

dd {
	line-height: 150%;
	padding: 5px 0px 5px 4em;
	border-bottom: 1px solid #CCCCCC;
}
