/* CSS Document */

@charset "UTF-8";
 
  a:link {
	color: #009999;
	text-decoration: underline;
   }


 a:visited {
	color: #0066cc;
	text-decoration: underline;
   }

 a:hover {
   color: #660099;
   text-decoration: underline;
   }
 a:active: {
   color: #333366;
   text-decoration: underline;
   }
   
 #container {
	font: 0.9em/170% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #003366;
	margin: 50px auto;
	height: auto;
	width: 750px;
 }  
 
 h1 {
	font-size: 3em;
 }
 
 #nav1 {
	padding: 30px 20px;
	float: left;
	height: 3600px;
	width: 230px;
	margin-top: 20px;
	border: 10px solid #336699;
 }
 
 #nav2 {
	padding: 30px 20px;
	height: 3600px;
	width: 410px;
	border-top: 10px solid #336699;
	border-right: 10px solid #336699;
	border-bottom: 10px solid #336699;
	float: right;
	margin-top: 20px;
	font-size: 0.8em;
 }
 
 .work {
	padding-top: 15px;
	padding-bottom: 15px;
 }
 
 ul {
	list-style: square;
 }
