@charset "UTF-8";

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


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

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

#container {
	font: normal 0.8em/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	text-align: left;
	height: auto;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	list-style: square outside;
	position: relative;
	padding-bottom: 30px;
}
#detail {
	text-align: left;
	float: right;
	height: auto;
	width: 290px;
	padding-top: 10px;
}
ul {
	list-style: square outside;
}
#pictures {
	text-align: right;
	float: left;
	height: auto;
	width: 350px;
	padding-top: 10px;
}
h1 {
	font-size: 1.6em;
	border-bottom: 2px solid #336699;
	position: relative;
	padding: 5px;
	height: auto;
	width: 670px;
}
.style1 {
	color: #006666;
}
#footer {
	text-align: right;
	color: #009999;
	clear: both;
	padding-top: 30px;
}
