/*文字コードを指定*/
@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/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	text-align: left;
	height: auto;
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	letter-spacing: 1px;
}
#container .exercise {
	height: auto;
	width: 650px;
	position: relative;
	overflow: auto;
}
.caption {
	float: right;
	height: auto;
	width: 280px;
	position: relative;
	overflow: auto;
}
.pictures {
	float: left;
	height: auto;
	width: 350px;
	padding-left: 5px;
	padding-right: 10px;
	position: relative;
	overflow: auto;
}
address {
	text-align: center;
}
h1 {
	height: auto;
	width: 630px;
	border: 1px solid #006666;
	padding: 5px 10px;
}
h2 {
	height: auto;
	width: 630px;
	border-bottom: 1px solid #006666;
	padding: 30px 10px 2px;
}
#archive {
	color: #0099CC;
	text-align: center;
	height: auto;
	width: 650px;
	padding-top: 50px;
	padding-bottom: 10px;
	overflow: auto;
	position: relative;
}
address {
	font-size: 0.7em;
	color: #003366;
	text-align: center;
	width: 650px;
	padding-bottom: 50px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
body {
}
#assist-nav {
	height: auto;
	width: 650px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
}

#container .exercise .caption .note {
	font-size: 0.8em;
}

