@charset "utf-8";

* {
	margin:0px;
	padding:0px;
}

              a:link {color:#000; text-decoration:none;}
              a:visited {color:#000; text-decoration:none;}
              a:active {color:#000; text-decoration:none;}
              a:hover {color:#000; text-decoration:underline;}
			  a {color:#000; text-decoration:none;}

.content {
	margin-left:auto;
	margin-right:auto;
	width:750px;
}

ul {
margin-left:20px;
}

.head {
	background-image:url(lalala.png);
	background-repeat:no-repeat;
	width:750px;
	height:180px;
}

.table-header {
	font-weight:bold;
	}

.navi {
	widows:750px;
	height:18px;
	background-color:#999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	padding:3px;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}

.box {
	background-color:#CCC;
	color:#C00;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:4px;
}

.txt {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	padding:4px;
}

h1 {
	font-size:18px;
#	font-style:oblique;
	font-family:"Arial Black", Gadget, sans-serif;
	padding:3px;
	color:#008000;
}

h3 {
	font-style:oblique;
	font-family:"Arial Black", Gadget, sans-serif;
	padding:1px;
	color:#C00;
}

.footer {
	background-color:#999;
	font-family:Verdana, Courier, monospace;
	font-size:11px;
	width:750px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-top-color:#666;
	border-top-style:solid;
	border-bottom-color:#666;
	border-bottom-style:solid;
	border-top-width: thin;
	border-bottom-width: thin;
}
