@charset "utf-8";
.input     {
	clear: left;
	float: left;
	margin-top: 5px;
	background-color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
/* CSS Document */
#container {
	width: 980px;
	background-color:#000000;
	-moz-border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:auto;
	-moz-box-shadow: 5px #cccccc;
}
#header {
	height: 150px;
	width: 980px;
	color: #FFFFFF;
	background-color: #000000;
}
#header img {
	float: left;
	clear: both;
	margin-top: 25px;
	margin-left: 25px;
}
#login {
	clear: none;
	float: left;
	height: auto;
	width: auto;
	margin-left: 55px;
	margin-top: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#container #header #login a {
	clear: none;
	float: left;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
#login img {
	float: left;
	clear: left;
}








#navi_horz  {
	float: right;
	height: 50px;
	width: 700px;
	clear: none;
	font-size: 16px;
	margin-top: 100px;
}
#navi a  {
	float: right;
	height: 50px;
	width: 138px;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/navi-a.png);
	text-align: center;
	vertical-align: middle;
	margin-left: 2px;
	font-weight: bold;
}
#navi a:hover  {
	float: right;
	height: 50px;
	width: 138px;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(img/navi-a-hover.png);
	text-align: center;
	vertical-align: middle;
	margin-left: 2px;
	font-weight: bold;
	color: #FF00FF;
}
#banner {
	height: 250px;
	width: 980px;
	clear: both;
	float: left;
	background-image: url(img/banner.png);
}

#sidebar {
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-left: 10px;
	-moz-border-radius: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #999999;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
}
#content {
	width: 765px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	-moz-border-radius: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #999999;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}

#footer {
	background-color: #000000;
	height: 50px;
	width: 980px;
	margin-top: 10px;
	clear: both;
	float: none;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	float: right;
	margin-right: 10px;
}

#clear {
	clear: both;
}
