/* CSS Document */

@charset "UTF-8";

*{
 margin: 0;
 padding: 0;
 }
 
  a:link {
	color: #009999;
	text-decoration: underline;
   }


 a:visited {
	color: #0066cc;
	text-decoration: underline;
   }

 a:hover {
   color: #660099;
   text-decoration: underline;
   }
 a:active: {
   color: #333366;
   text-decoration: underline;
   }
   
 img {
	border: 5px solid #FFFFFF;
  }
  
#container {
	font: 0.9em/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	margin: 50px auto 30px;
	height: auto;
	width: 650px;
}     

#thumbs {
	background: #ffffff;
	padding: 20px 15px 20px 25px;
	height: 408px;
	width: 330px;
	float: right;
	border: 10px solid #CCCC99;
	margin-right: 10px;
}

#nav {
	background: #cccc99;
	height: 398px;
	width: 200px;
	border: 10px solid #336699;
	padding: 20px 10px 30px;
	margin-left: 10px;
}

#subnav {
	margin-top: 30px;
}

h1 {
	margin-top: 40px;
	margin-right: auto;
	padding-bottom: 10px;
	width: 630px;
	margin-left: auto;
	border-bottom: 1px solid #006666;
	text-indent: 10px;
}

h2 {
	color: #336699;
	font-size: 1.1em;
	margin: 0px 10px 30px 20px;
	padding: 0px;
}

ul {
	font-size: 1em;
	list-style: none;
	line-height: 250%;
	text-align: left;
	padding-left: 0px;
}

address {
	text-align: center;
	clear: right;
	padding-bottom: 15px;
	font-size: 0.7em;
	color: #003366;
	padding-top: 15px;
}

