/* CSS Document */

@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: 30px 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: 106px;
	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: 20px 30px;
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #336699;
	margin-top: 30px;
}

#contents h1 {
	margin-top: 20px;
	padding-bottom: 50px;
}

.item {
	height: auto;
	width: 100%;
	clear: both;
}

#item {
	height: 570px;
	width: 100%;
	background: #cccc99;
	clear: both;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em;
	float: left;
	height: auto;
	width: 25%;
}

.arrow {
	text-align: center;
}

.title {
	float: left;
	height: auto;
	width: 25%;
}

.description {
	float: right;
	height: auto;
	width: 75%;
}

.description h3 {
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 10px;
}

.colour {
	color: #FF0000;
	font-size: 0.8em;
}


#footer {
	clear: both;
	padding-top: 50px;
}

address {
    text-align: center;
}


