@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	background-color: #F8F4E3;
}
#wrapper {
	background-color: #F0F1ED;
	width: 860px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 100px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
h2 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
p a{
	color: #2074B3;
}
p a:hover{
	color: #F77D4E;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.clear {
	clear: both;
}
#logo {
	float: left;
	margin-top: 10px;
}
#tel {
	float: right;
}
#header p {
	float: right;
	background-image: url(img/head_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 20px;
}
#header p a{
	text-decoration: none;
	color: #000000;
}
#header p a:hover{
	text-decoration: none;
	color: #FF6600;
}
#menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 42px;
	padding-left: 8px;
}
#menu li {
	float: left;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 2px;
}
#search {
	height: 34px;
	background-image: url(img/search_bg.jpg);
	background-repeat: no-repeat;
	width: 707px;
	margin-top: 5px;
	margin-right: 6px;
	margin-left: 8px;
	margin-bottom: 5px;
	padding-left: 138px;
}
#search li{
	float: left;
	margin-top: 6px;
	margin-right: 5px;
}
#submenu {
	margin-right: 5px;
	margin-left: 5px;
}
#submenu li{
	float: left;
}
#cont {
	float: left;
	width: 618px;
	padding-top: 10px;
	padding-left: 10px;
}
#banner {
	float: right;
	width: 210px;
	padding-top: 10px;
	padding-right: 8px;
}

.box {
	width: 620px;
	background-image: url(img/box_bg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	padding-top: 10px;
}

.box2 {
	width: 840px;
	background-image: url(img/box_bg2.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	padding-top: 0px;
}

.boxbanner {
	width: 618px;
	margin-bottom: 10px;
	padding-top: 0px;
}

#index_buy {
	float: left;
	width: 360px;
	padding-left: 1px;
}
#index_sell {
	float: right;
	width: 247px;
	padding-right: 1px;
}
.box_list{
	margin-left: 20px;
	width: 150px;
}
#index_buy .box_list li {
	background-image: url(img/square_green.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	text-indent: 25px;
	margin-bottom: 10px;
}
.box_list li a{
	color: #2074B3;
}
.box_list li a:hover{
	color: #F77D4E;
}
#index_sell .box_list li {
	background-image: url(img/square_orange.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	text-indent: 25px;
	margin-bottom: 10px;
}
#bn_link {
	background-image: url(img/bn_box_body.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

#condition {
	background-image: url(img/bn_box_body.jpg);
	background-repeat: repeat-y;

}

#condition .title {
	background:#ECECEC none repeat scroll 0 0;
	border:1px solid #D5D5D5;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	margin: 0 5px;
}

#condition .info {
	margin: 5px 10px 0px;
}

.bn {
	margin-bottom: 10px;
}
#bn_link li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	height: 60px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 560px center;
	padding-top: 12px;
}
#footer p {
	float: left;
	background-image: url(img/arrow_orange.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 15px;
}
#footer p a{
	text-decoration: none;
	color: #000000;
}
#footer p a:hover{
	text-decoration: none;
	color: #FF6600;
}
.box h3 {
	padding-left: 1px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.box h4 {
	padding-left: 1px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: both;
}
.box .list {
	background-image: url(img/arrow_orange.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	margin-right: 20px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.cont_bn_buy {
	float: left;
}
.cont_bn_sell {
	float: right;
}
#pankuzu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#sitemap_list{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
}
#sitemap_list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}
#sitemap_list li a{
	color: #000000;
	text-decoration: none;
}
#sitemap_list li a:hover{
	color: #F89230;
	text-decoration: underline;
}
.list_top {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-image: url(img/icon_list_top.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 25px;
}
.list_down {
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(img/icon_list_down.gif);
	margin-left: 10px;
	text-indent: 25px;
}
.back_top {
	float: right;
	text-indent: 20px;
	margin-right: 5px;
}
#link p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.red {
	color: #FF3300;
}
.form_table {
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.form_table2 {
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.form_table th ,.form_table2 th {
	font-weight: normal;
	background-color: #F0F1ED;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.form_table td ,.form_table2 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.form_table td span ,.form_table2 td span {
	font-size: 10px;
	color: #666666;
}
.form_text {
	padding: 10px;
}
#cont .box h5 {
	margin: 0px;
	padding: 0px;
}
.box .policy {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box p {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
dl.policy {
	height:300px;
	overflow:auto;
	margin:0 15px;
	padding:3px;
	background-color:#F4F4F4;
	border: 1px solid #999999;
}

dl.policy dt { 
margin:3px 3px 5px; padding:2px 4px; border:1px solid #000; background-color:#FABE82; font-weight:bold;
}
dl.policy dd { margin:3px 3px 8px; padding:2px 4px; border:1px solid #666; background-color:#EBEBEB; font-size:12px; 
}
.sig {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
#access_map {
	height: 450px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.left_box {
	float: left;
	width: 240px;
}
.left_box2 {
	float: left;
	width: 240px;
	padding:5px;
}
.right_box {
	float: right;
	padding: 5px;
}
.com_table {
	margin: 10px;
}

.copyright{
	margin:auto;
	padding: 0px;
	list-style:none;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
.copyright a{
	color:#000000;
	text-decoration:none;
}

