/* CSS Document */

@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: 0.8em/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	letter-spacing: normal;
	text-align: left;
	margin: 30px auto 20px;
	height: auto;
	width: 670px;
}
#container #footer {
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: right;
}
#container #pictures {
	float: left;
	height: auto;
	width: 370px;
}
#container #comment {
	float: right;
	height: auto;
	width: 290px;
}
#container h1 {
	border-bottom: 2px solid #336699;
	padding-bottom: 5px;
}

