@charset "UTF-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 75%;
	line-height: 1.6;
	font-family: "ms p gothic", "MS UI Gothic";
}
hr {
	display: none;
}
/* linkstyle
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #006666;
}
a:visited {
	color: #006666;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
#wrapper {
	width: 760px;
	background-color: #FFFFFF;
	margin: 0px auto;
}
#header {
	height: 52px;
	width: 760px;
	background-image: url(../image/header_bg.gif);
	margin-bottom: 7px;
}
#header img {
	margin-top: 5px;
	margin-left: 15px;
	float: left;
}
#header ul li a {
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 15px;
}
#header ul li a:hover {
	color: #FFFFFF;
}
#header ul li {
	float: right;
	margin-right: 15px;
	display: inline;
	margin-top: 25px;
	background-image: url(../image/header_dot.gif);
	width: 65px;
	text-align: right;
}
a:active {
	color: #FF0000;
}
#mainContents .leftContents   /* basic layout
------------------------------*/
   {
	width: 563px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 10px 10px 0px;
	clear: left;
	float: left;
}
.leftContents   dd  {
	padding-top: 10px;
	padding-bottom: 15px;
}
#mainContents .rightContents    {
	width: 166px;
	clear: right;
	float: right;
}
.rightContents p {
	line-height: 1;
	color: #666666;
	margin: 1.5px;
}
.rightContents table {
	font-size: medium;
}
#mainContents .topimage {
	width: 558px;
	clear: left;
	float: left;
}
.space {
	border-bottom: 1px dotted #999999;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.houselink img {
	padding-top: 3px;
	padding-bottom: 3px;
}
.under {
	clear: left;
	float: left;
	width: 585px;
	background-image: url(../image/under.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#footer {
	float: left;
	width: 750px;
	border-top: 1px dotted #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 10px 5px 5px;
	margin-top: 10px;
}
#footer table {
	float: left;
}
#footer  p {
	clear: right;
	float: right;
	background-color: #FFFFFF;
	background-image: url(../image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

