﻿* {
	margin: 0;
	padding: 0;
}

body {
background: #666666;
font-family: "メイリオ", meiryo, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #362e19;
}
a:hover {
text-decoration: underline;
color: #4a3c19;
}

div.clear
{
clear:both;
}
div.clear hr
{
display:none;
height:0px;
}

#wrap {
margin: 20px auto;
width: 1000px;
}


#header {
background: #666666 url(images/header.jpg) no-repeat;
height: 200px;
}
#header h1 { 
font-size: 34px;
letter-spacing: -1px;
padding: 70px 0 10px 40px;
color: #fff;
line-height:160%;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #EFECE0;
padding: 20px 0 0 40px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 40px;
line-height: 40px;
background: #666666 url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 18px;
color: #aaa;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

#content {
background: #666666 url(images/content.jpg) repeat-y;
padding: 10px;
line-height:160%;
}

.left {
float: right;
width: 730px;
text-align: justify;
padding: 10px;
font-size: 14px;
background: #fff;
border-right: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;

}
.left h2 {
font-size: 20px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
text-decoration: underline;
}

.right {
float: left;
width: 200px;
background: #fff;
padding: 10px;
border-left: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.right h2 {
height: 24px;
line-height: 24px;
color: #000;
font-size: 17px;
padding-left: 10px;

}
.right ul {
padding: 10px 0 15px 30px;
list-style-type: square;
}
.right ul li a {
font-weight: 100;
font-size: 12px;
}
.right ul li a:hover {

}

#bottom {
background: #d4ccae url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
clear:both;
text-align: center;
font-size: 11px;
}


h1.toptitle,
h2.toptitle
{
font-size:13px;
line-height:90%;
}

#content h1,
#content h2
{
font-weight:bold;

font-size:120%;
border-bottom:1px solid red;
}
#content p
{
margin-bottom:40px;
}

/* ----yougo-----*/
dt
{
	font-weight:bold;
	border-bottom:1px solid #999999;
	padding-bottom:2px;
	font-size:120%;

}
dd.yougo
{
	margin-top:3px;
	margin-bottom:5px;
	margin-left:0;
}
dd.point
{
	margin-top:3px;
	background:#FFFFCC url('../images/check.gif') no-repeat 0 2px;
	padding:2px 0 2px 45px;
	margin-left: 0;
}
dd.back
{
	text-align:right;
	margin-bottom:30px;
}
dd.back a span
{
	font-size:110%;
	font-weight:bold;
}

#content h1,#content h2,#content h3
{
margin-bottom:15px;
}

/*marquee*/
.topnewsmarquee{
	width: 420px;
	float: right;
	clear: right;
}

marquee {
background:#cccccc;
width:400px;
}

.topnewsmarquee marquee a{
 color:#000000;
}


/*rating*/
.ratingStar
{
border:1px solid red;

}

.filledRatingStar,
.filledRatingStar,
.emptyRatingStar,
savedRatingStar
{
border:1px solid red;
width:10px;height:10px;
zoom:1;
display:block;
}

.filledRatingStar
{
background:red;
}

/*業者評価テーブル*/
div.gyousyalist table.
div.gyousyadetail table
{
width:100%;
}
div.gyousyalist table th,
div.gyousyadetail table th
{
background:#FF9999;
text-align:center;
}
div.gyousyalist table th,
div.gyousyalist table td,
div.gyousyadetail table th,
div.gyousyadetail table td
{
padding: 5px 10px;
border:1px solid #cccccc;
}

/*本紹介*/
#inner div.float-l div.left
{
	float:left;
	width:47%;
	margin-bottom:10px;
}
#inner div.float-l div.right
{
	float:right;
	width:47%;
	margin-bottom:10px;
}

/*table format*/
#inner div.float-l table
{
cellpadding:0;
width:100%;
border:1px solid #cccccc;
}