@charset "utf-8";
/* CSS Document */
body{
	font:12px/18px;
	margin:0;
	background-image:url(../pic/logo.jpg);
	background-repeat:no-repeat;
	background-position:-5px 5px;
	}
#header{
	background:none;
	width:900px;
	margin:0px auto;
	}
#footer {
    background:#FF0000;
	position:relative;
	width:100%;
	margin:0 auto;
	}
.title {
    margin:20px;
    font-size:16px;
	}
a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
h2{
	margin:0;
	padding:20px;
	color:#FF9900;
	}
li {
   color:#996600;
   }
p{
	padding:20px;
	text-indent:2em;	
	margin:0;
	}
#subMenu {
    position:absolute;
	left:0px;
	top:360px;
	}
#container {
	position: relative;
	width:100%;
	margin:0 auto;
	margin-top:100px;
	border-left:solid 1px #5e8eab;
	border-right:solid 1px #5e8eab;
	}
#navi {
	width: 20%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content {
    padding-left:50px;
    margin-right: 200px;
	margin-left: 200px;
	border-left:dotted 1px #5e8eab;
	border-right:dotted 1px #5e8eab;
	font-size:14px;
	}
#side {	
	width: 15%;
	position: absolute;
	right: 0px;
	top: 0px;
	}
#innerMenu {
    position:relative;
    width:500px;
	margin-left:220px;
	}
.News {
    font-size:1.5em;
    color:#FF0000;
	}
.title {
    font-size:2em;
	}
