
@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: 0.8em/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	background: #FFFFFF;
	text-align: left;
	height: auto;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	list-style: square outside;
	padding-bottom: 10px;
	overflow: auto;
	border-bottom: 1px solid #006666;
}
h1 {
	border-bottom: 1px solid #006666;
	padding-bottom: 5px;
	height: auto;
	width: 700px;
}
#pictures {
	text-align: left;
	height: auto;
	width: 700px;
	position: relative;
	overflow: auto;
	margin-top: 30px;
}
#main {
	text-align: left;
	float: left;
	height: auto;
	width: 370px;
	position: relative;
	overflow: auto;
}
 #sub {
	text-align: right;
	float: right;
	height: auto;
	width: 180px;
	position: relative;
	overflow: auto;
}
ul {
	list-style: square outside;
	margin-top: 20px;
}
dl {
    list-style: square outside;
	margin-top: 20;
}
dt {
   font-size: 1 em;
   font-weight: bold;
}
dd {
   margin-left: 15px;
} 

#container #spec {
	text-align: left;
	float: left;
	height: auto;
	width: 700px;
	list-style: square outside;
	position: relative;
	overflow: auto;
	padding-top: 15px;
}
#footer {
	clear: both;
	margin-top: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #006699;
	padding-top: 30px;
 }
.style1 {
	color: #006666;
}

