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

#container {
	font: 0.8em/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	text-align: left;
	height: auto;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#container #head {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-top: thin ridge #336699;
	border-bottom: thin inset #336699;
	padding-top: 15px;
	padding-bottom: 15px;
}
#container ul {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	position: relative;
	line-height: 120px;
	color: #009999;
	height: auto;
	width: 400px;
}

#container #contents {
	padding: 20px;
	height: auto;
	width: 660px;
	border: 10px solid #336699;
	margin: 20px auto;
}

h2 {
	border-top: #ECECEC;
	border-bottom: 1px dashed #336699;
}

#container #navi {
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #336699;
	height: auto;
	width: 350px;
	text-align: center;
}

#container #footer {
	height: auto;
	width: 600px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

#container #footer address {
	color: #333333;
	text-align: right;
}
img {
	border: none;
  }

