@charset "UTF-8";
/* CSS Document */
body {
margin:0px;
padding:0px;
background-color:#FEFEFE;
overflow:hidden;
}
#box01 {
width:100%;
height:275px;
border-right:1px dotted #00AEEF;
border-left:1px dotted #00AEEF;
background-color:#FFFFFF;
}
#box02 {
width:100%;
height:900px;
display:block;
float:left;
margin:0px 0px 0px 0px;
}
#box03 {
width:100%;
height:100%;
margin:822px 0 0 0;
padding:100px 0 0 0;
border-right:1px dotted #00AEEF;
border-top:1px dotted #00AEEF;
background-color:#FFFFFF;
}
.menu01 {
width:100%;
height:100px;
border-left:1px dotted #FFFFFF;
font-family:"Courier New", Courier, mono;
font-size:100%;
color:#222222;
text-decoration:none;
}
.menu01 a {
width:100%;
height:100px;
padding:0px;
display:block;
font-family:"Courier New", Courier, mono;
font-size:4em;
color:#222222;
text-decoration:none;
text-align:left;
border-bottom:1px dotted #222222;
}
.menu01 a:hover {
width:100%;
height:100px;
padding:0 0 0 1px;
margin:0 0 0 -1px;
text-decoration:none;
background:#CCC;
color:#2CBCF1;
}
#logo {
width:100%;
height:200px;
margin:0px;
background-image:url(../img/logo_i.png);
}
#logo a {
width:10%;
height:200px;
text-decoration:none;
display:block;
background-image:url(../img/logo_i.png);
}
#logo a:hover {
width:100%;
height:200px;
display:block;
text-decoration:none;
background-image:url(../img/logoh_i.png);
}
#openhouse {
width:480px;
height:30px;
margin:0 0 0 0;
padding:0 0 5px 0;
font-size:15px;
font-family:"Courier New", Courier, mono;
text-align:right;
color:#ffffff;
}
html>body #photo {
	width:200px;
	height:30px;
	float:left;
	font-family:"Courier New", Courier, mono;
	color:#FFF;
}
* html #photo {
	width:200px;
	height:30px;
	float:left;
	font-family:"Courier New", Courier, mono;
	color:#FFF;
}
img {
border:0px;
text-decoration:none;
}
.c18 {
font-family:"Courier New", Courier, mono;
font-size:1.5em;
color:#0072FF;
text-align:center;
margin:0 0 0 5px;
}
.c19 {
font-family:"Courier New", Courier, mono;
font-size:1.5em;
color:#0072FF;
margin:0 0 0 15px;
}
a:link {
color: #333333;
text-decoration:boder;
}
a:visited {
color: #333333;
text-decoration:none;
}
a:hover {
color:#2CBCF1;
}
<!--box01 bg-img-->
background-image:url(../img/outsaid2.jpg);
background-position:bottom;
background-repeat:y-repeat;
