* { margin : 0 ; padding : 0 ; }

html{
	height:100%;
}

body {
	background-image: url("../images/kabe.gif");
	height:100%;
	width : 100% ;
}

#container {
	width:750px;
	position : relative;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#header {
	width : 750px;
	height : 100px;
	text-align: left;
	background-image: url("../images/head.jpg");
	background-repeat: no-repeat;
}

#header2 {
	width : 750px;
	height : 100px;
	text-align: left;
	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
}

#top {
	width:730px;
	height:260px;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
}

#top2 {
	width:730px;
	height:150px;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
}

#main {
	position:relative;
	width:550px;
	height : 100%;
	overflow: hidden;
	min-height: 100%;
	padding-bottom:30px;
}

#main2 {
	position:relative;
	width:735px;
	height : 100%;
	overflow: hidden;
	min-height: 100%;
	padding-bottom:30px;
}

#navi{
	position:absolute;
	right :0;
	top: 370px;
	width:200px;
	overflow: hidden;
	background-color: #eeeeee;
}

#navi2{
	position:absolute;
	right :0;
	top: 290px;
	width:200px;
	overflow: hidden;
	background-color: #eeeeee;
}

#footer{
	position:absolute;
	bottom:0px;
	height:30px;
	width:750px; 
	background-color:#ccffff;
	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;
} 
