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

#container {
	text-align: left;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 20px;
	color: #003366;
	font: 0.8em/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 40px;
}
h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 10px solid #006699;
	padding-left: 10px;
}
#header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.process {
	height: 200px;
	width: 700px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-top: 1px solid #CCCC66;
	clear: left;
}
.photos {
	float: left;
	height: 200px;
	width: 350px;
}

.photos p {
	padding-bottom: 7px;
}

.assistnav {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.caption {
	float: right;
	width: 428px;
}
#footer {
	text-align: left;
	margin-top: 30px;
	clear: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #006699;
}
