﻿@charset "utf-8";

@import "base.css";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #eeeeee;
}
#container {
	width: 800px;
	margin: 50px 10px 10px 10px;
	padding: 5px 50px 50px 50px;
	/*margin: 0 auto;*/
	text-align: left;
	float: center;
	background-color: #ffffff;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	width: 800px;
	height: 100px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: url(../img/header-logo.jpg);
	background-repeat: no-repeat;
}
#header #logo a {
	width: 285px;
	height: 80px;
	display: block;
	text-indent: -9999px;
	float: left;
	overflow:hidden;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#content {
	width: 800px;
	/*top: 350px;*/
	padding-top: 30px;
}
#main {
	width: 590px;
	float: left;
	margin-right: 20px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	width: 800px;
	height: 5px;
	font-size: 9px;
	margin-top: 100px;
	color: #666666;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer #address {
	float: left;
	margin-top: 8px;
}
#footer #copyright {
	float: right;
	margin-top: 8px;
	font-size: 1.4em;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#lis {
	width: 800px;
	height: 24px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 100px;
	background-repeat: no-repeat;
}
#lis ul {
	height: 20px;
	list-style-position: outside;
	list-style-type: disc;
}
#lis li {
	margin-right: 30px;
	float: left;
}
#lis a {
	float: left;
	height: 20px;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h1 {
	font-size: 300%;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
