/* 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;
  }   
  
  div#container {
	font: 0.8em/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-left: 30px;
  }
  
  h1 {
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #006699;
  }
  
 #pictures {
	float: left;
	height: auto;
	width: 370px;
	padding-top: 10px;
	padding-bottom: 10px;
 } 
 
 #description {
	float: right;
	height: auto;
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
 }
 
 #description dl dt {
 float: left;
	width: 5em;
	padding: 4px 0;
	text-indent: 1em;
	line-height: 150%;
 }
 
 #description dl dd {
 padding: 4px 0 4px 6em;
	border-bottom: 1px solid #cccc99;
	line-height: 150%;
 }
 
 
 #footer {
	clear: both;
	margin-top: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #006699;
	padding-top: 30px;
 }
 
 #caption {
	padding-top: 20px;
}

.style1 {
	color: #006666;
}
