@charset "utf-8";
/* CSS Document */

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg2.gif);
	background-repeat: repeat;
	color: #555555;
}
a {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-width: 0px;
	border-style: none;
}
/* header
---------------------------------------*/
#header {
	background-image: url(../images/header_bg.jpg);
	height: 187px;
	z-index: 2;
	margin: auto auto 20px;
	background-repeat: repeat-x;
}
#header_contener {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 187px;
}
/* header logo
---------------------------------------*/
#header_contener img {
	border-width: 0px;
	border-style: none;
}
#header_contener img a {
	border-style: none;
	border-width: 0px;
}
#header_contener #logo {
	display: inline;
	float: left;
}

#header_contener #logo_sub {
	position: absolute;
	top: 0px;
	border-width: 0px;
	border-style: none;
	right: 0px;
}
/* header menu
---------------------------------------*/
#headermenu
{
	clear: both;
	position: absolute;
	top: 144px;
	left: 0px;
}
#headermenu li {
	display: inline;
	list-style: none;
	float: left;
}
#headermenu li a {
	background-image: url(../images/header_b_0.gif);
	background-repeat: repeat-x;
	width: 150px;
	height: 29px;
	text-align: center;
	display: block;
	border-right: 1px solid #711702;
	color: #DFD7A6;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #C40029;
	line-height: 2.0em;
	font-size: 90%;
}
#headermenu li a:hover {
	background-image: url(../images/header_b_1.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
/* content area
---------------------------------------*/
#contentarea {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
}
/* sidearea
---------------------------------------*/
#sidearea {
	float: left;
	width: 200px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#sidearea ul {
}
#sidearea ul li {
	list-style: none;
	text-align: left;
	height: 24px;
	margin-bottom: 5px;
}
#sidearea ul li a {
	height: 23px;
	display: block;
	line-height: 1.8em;
	font-size: 90%;
	width: 100%;
	background-image: url(../images/side_b_0.gif);
	background-repeat: repeat-x;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #661506;
	border-right: 1px solid #CC6600;
	border-bottom: 1px solid #663300;
	text-align: center;
}
#sidearea ul li a:hover {
	background-image: url(../images/side_b_1.gif);
	background-repeat: repeat-x;
}
#home #sidearea {
	width: 400px;
}
#sidearea #works_logo {
	margin-bottom: 15px;
}
/* index sidearea class
---------------------------------------*/
.works  {
	border-top: 1px dotted #811803;
	clear: both;
}
.worksimg {
	width: 120px;
	float: left;
	margin: 5px auto;
}
.worksimg  a img {
	border: 1px solid #851903;
	padding: 3px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.workscontents {
	font-size: 0.9em;
	line-height: 1.2em;
	font-style: normal;
	clear: none;
	width: 270px;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
}
.works  h2 {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: bold;
	background-position: left center;
	padding-left: 30px;
	margin-bottom: 5px;
}
/* mainarea
---------------------------------------*/
#mainarea {
	float: right;
	width: 610px;
	padding-left: 20px;
	border-left: 1px solid #811803;
	margin-bottom: 10px;
}
#imagepic {
	margin-bottom: 5px;
}
#mainarea h2 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 70px;
	border-top: 3px solid #A6220B;
	border-bottom: 1px dotted #811803;
	background-image: url(../images/main_index.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 15px;
}
#mainarea table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#mainarea table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#mainarea table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#mainarea table tr.odd {
	background-color: #EFEFEF;
}
#mainarea dt {
	background-image: url(../images/main_index_sub.gif);
	background-position: left center;
	padding: 5px 15px 5px 40px;
	background-repeat: no-repeat;
	font-size: 90%;
	font-weight: bold;
}
#mainarea dd {
	font-size: 90%;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
	line-height: 1.6em;
}

#mainarea #map {
	margin: 15px auto;
	padding: 3px;
	border: 1px solid #851903;
}
/* index mainarea
---------------------------------------*/
#home  #mainarea h2 {
	border-width: 0px;
	border-style: none;
	background-image: none;
	padding: 0px;
}
#home #mainarea {
	width: 388px;
}
#home #mainarea dt {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#home  #mainarea  dt a {
	background-image: url(../images/bullet2.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
	display: block;
	margin-top: 5px;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	height: 22px;
}
#home   #mainarea dd  {
	font-size: 80%;
	padding-left: 30px;
	display: block;
}
#homescout_qr {
	display: block;
	border: 1px dotted #7E1602;
	margin: 5px auto;
	padding: 3px;
}
/* footer
---------------------------------------*/
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 126px;
	position: relative;
	bottom: 0px;
	clear: both;
	width: 100%;
	right: 0px;
	margin: 20px auto 0px;
	padding-bottom: 0px;
}
#footer_contener {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	height: 116px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#footer_contener ul {
}
#footer_contener ul li {
	display: inline;
}
#footer_contener ul li a {
	font-size: 80%;
	font-weight: bold;
	background-image: url(../images/footer_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	display: block;
	text-align: left;
	float: left;
	margin-right: 15px;
	color: #990000;
	margin-bottom: 5px;
	line-height: 1.2em;
	margin-top: 3px;
	background-position: 1px;
}
#footer_contener #copy {
	clear: both;
	font-size: 80%;
	color: #999999;
}
/* etc custom style
---------------------------------------*/
#privacy_detail {
	font-size: 90%;
	padding-right: 15px;
	padding-left: 15px;
}
#saiyoupic01 {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
}
