
/* 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;
	background: #FFFFFF;
	text-align: left;
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	letter-spacing: normal;
	padding-bottom: 20px;
}
#header {
	height: 25px;
	width: 640px;
	border-bottom: 1px solid #006666;
	position: relative;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#contents {
	height: auto;
	width: 650px;
	padding-top: 10px;
	position: relative;
	padding-bottom: 20px;
	overflow: auto;
}
h1 {
	padding-bottom: 5px;
	border-bottom: 1px solid #006699;
	margin-top: 50px;
	margin-bottom: 30px;
}
.pictures {
	text-align: left;
	float: left;
	height: auto;
	width: 350px;
	padding-bottom: 20px;
	position: relative;
}
.details {
	text-align: left;
	float: right;
	height: auto;
	width: 300px;
	border-bottom: 1px solid #006666;
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
	overflow: auto;
}
h2 {
	font-size: 1.2em;
}
.caption {
	list-style: none outside;
	padding-top: 10px;
}
.close {
	text-align: center;
	position: relative;
	padding-top: 10px;
	height: 25px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
ul {
	list-style: square outside;
	position: relative;
	padding-left: 20px;
	padding-bottom: 20px;
	overflow: auto;
}
.style1 {
	color: #006666;
}

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