@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(img/header-bg.gif) repeat-y top center;
}


div.centerbox01 {
	width:800px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-30px;
	margin-left:-400px;
	background:#669933;
}

#header {
	width:770px;
	margin:auto;
}

.contents {
	width:100%;
	height:80px;
	margin-top:330px;
	border-top:#CCC solid 1px;
	
}

#container {
        position:absolute;
        width:800px;
        height:110px;
        left: 50%;
        top: 50%;
        margin-left: -400px;
        margin-top: -55px;
}

#main {
	width:100%;
	height:110px;
	background:url(img/line.gif) repeat-x left top;
	position:absolute;
        left: 50%;
        top: 50%;
        margin-left: -50%;
        margin-top: -55px;
}

#houseBox a,
#flowerBox a {
	font-size:11px;
	color:#999999;
}
#houseBox a:visited,
#flowerBox a:visited {
	font-size:11px;
	color:#333;
}



#houseBox {
	width:20%;
	height:50px;
	position:absolute;
        left: 75%;
        top: 90%;
        margin-left: -50%;
        margin-top: -55px;
}

#flowerBox {
	width:20%;
	height:50px;
	position:absolute;
        left: 105%;
        top: 90%;
        margin-left: -50%;
        margin-top: -55px;
}
