
/* 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;
   }

#container {
	font: normal 0.8em/140% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	text-align: left;
	height: auto;
	width: 700px;
	margin: 30px auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
#container #pictures {
	text-align: center;
	padding-top: 15px;
}
h1 {
	width: auto;
	border-bottom: 1px solid #006666;
	bottom: 5px;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

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

.style1 {
	color: #006666;
}
ul {
	list-style: square outside;
	margin-top: 30px;
	margin-bottom: 30px;
}