
/* CSS Document */


@charset "UTF-8";
 
  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;
	word-spacing: normal;
	height: auto;
	width: 700px;
	position: relative;
	border-bottom: 1px solid #006699;
	margin: 50px auto;
}
#caption {
	top: 60px;
	height: auto;
	width: 280px;
	padding-left: 20px;
	float: right;
	position: relative;
}
#pictures {
	float: left;
	height: auto;
	width: 350px;
}
#details {
	text-align: left;
	float: right;
	height: auto;
	width: 300px;
	padding-top: 10px;

}
#header {
	text-align: left;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.4em;
	margin-top: 300px;
}
h1 {
	border-bottom: 1px solid #006699;
	padding-bottom: 7px;
	margin-bottom: 15px;
}
#size {
	font-size: 0.8em;
}
.font {
	color: #006666;
}
.style1 {
	color: #006666;
}
.close {
	font-style: normal;
	text-align: center;
}
ul {
	list-style: square outside;
}

#footer {
	clear: both;
	padding-top: 50px;
 }
