/* CSS Document */

@charset "UTF-8";

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

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

 a:hover {
   color: #660099;
   text-decoration: underline;
   }
 a:active: {
   color: #333366;
   text-decoration: underline;
   }
   
 img {
	border: none;
  }   

#container {
	font: normal 0.8em/140% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	background: #FFFFFF;
	text-align: left;
	padding: 20px 10px 10px;
	height: auto;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	list-style: square outside;
	position: relative;
}
#container .pictures {
	text-align: center;
	padding-top: 15px;
}
h1 {
	width: auto;
	border-bottom: 1px solid #006666;
	bottom: 5px;
	font-size: 1.6em;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#caption {
	margin-top: 20px;
}
.style1 {
	color: #006666;
}

dl {
	margin-left: 40px;
}

dl dt {
    float: left;
	width: 6em;
	padding: 4px 0 4px 1em;
	text-indent: 1em;
	line-height: 150%;
 }
 
dl dd {
    padding: 4px 0 4px 9em;
	border-bottom: 1px solid #cccc99;
	line-height: 150%;
 }

#footer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #006699;
	padding-top: 30px;
 }

