* { margin : 0 ; padding : 0 ; }

html{
	height:100%;
}

body {

	height:100%;
	width : 100% ;
}

#container {
	width:800px;
	position : relative;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	background-color:#ffffff;
	border-style: solid;
	border-width: 1px;
	border-color:#87ceeb;
}

#header {
	width : 800px;
	height : 100px;
	text-align: left;
	background-image: url("../images/head.jpg");
	background-repeat: no-repeat;
}

#header2 {
	width : 800px;
	height : 100px;
	text-align: left;
	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
}

#top {
	width:800px;
	height:200px;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
}

#top2 {
	width:800px;
	height:50px;
	text-decoration: none;
}

#main {
	position : relative;
	margin-top: 5px;
	margin-left: 185px;
	width: 600px;
	height: 100%;
	overflow: hidden;
	min-height: 100%;

}

#main2 {
	position : relative;
	margin-left: 185px;
	width:600px;
	height : 100%;
	overflow: hidden;
	min-height: 100%;
}

#navi{
	position:absolute;
	left: 0;
	top: 310px;
	width:180px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color:#87ceeb;

}

#navi2{
	position:absolute;
	left: 0;
	top: 160px;
	width:180px;
	overflow: hidden;
	background-color: #eeeeee;
}

#footer{
	position:absolute;
	bottom:0px;
	height:30px;
	width:800px; 
	background-color:#87ceeb;
	text-align: center;
	font-size:small;
	border-top-style: solid;
	border-top-width: 1px;
}

#footerMenu {
	text-align:center;
}

#footerMenu ul {
	display:inline;
	border-left:1px solid #000000;
}

#footerMenu li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #000000;
} 
