
/* 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/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 20px;
}
#caption {
	list-style: url(none) none outside;
	top: 20px;
	position: relative;
}
ul {
	color: #003366;
	list-style: square outside;
	left: 70px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#pictures {
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 10px;
	text-align: center;
}
 h1 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #006699;
	line-height: 170%;
  }

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

.style1 {
	color: #006666;
}
.style3 {
	font-size: 14px;
}

