@charset "utf-8";

/*
 Share Style 
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
}
li,dt,dl {
	line-height:160%;
}
p {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
/*
 Link Color 
----------------------------------------------------------- */
a {
	text-decoration:underline;
	color: #2B77BD;
	font-weight: bold;
}
a:hover {
	color: #FF944D;
}


/* body
---------------------------------------------------------------------------- */

body{
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

html{
	height: 100%;
}
body > .base_table {
	height: auto;
}

.base_table {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height:100%;
	height: 100%;
}

h1{
	padding: 0px;
	margin-top: 0px;
}
h2{
	padding: 0px;
	margin-top: 0px;
}
h3 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.header{
	background-image: url(../img/all/header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 119px;

}
.header_center {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	padding-left: 40px;
	padding-top: 8px;
}
.logo {
	padding-top: 20px;
	float: left;
}

.header_search {
	background-image: url(../img/all/header_search.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 42px;
}
.header_form {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
}

.footer{
	background-color: #F3F3F3;
	height: 75px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bababa;
	clear: both;
	padding-top: 10px;

}
.footer_center {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}

.footer_logo {
	height: 45px;
	width: 180px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bababa;
	padding-top: 20px;
	padding-left: 15px;
}
.footer_cr {
	height: 60px;
	padding-left: 30px;
	float: left;
	padding-bottom: 0px;
	padding-top: 5px;
}


/* ------ form ---------- */


#searchform1 {
	position: relative;
}
#form_img{
	position: absolute;
	left: 0px;
	top: 0px;


}
#keywords1	{
	width: 320px;
	height: 16px;
	border: 1px solid #2381bf;
	padding: 2px;
}
#category1	{
	margin-left: 130px;
	padding: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
#searchBtn1	{
	position: absolute;
	top: 0;
	left: 650px;
}

.main_container {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.main_left {
	width: 165px;
	padding-left: 15px;
	float: left;
}
.menu_frame {
	width: 162px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #DF5555;
}
.menu_frame01,.menu_frame02 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a7b8c7;
	border-bottom-color: #a7b8c7;
	border-left-color: #a7b8c7;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #fbfbfb;
	letter-spacing: 0em;
}
.menu_frame01 li,.menu_frame02 li{
	background-image: url(../img/all/menu/icon.gif);
	background-repeat: no-repeat;
	background-position: 13px 9px;
	padding-left: 30px;
	padding-top: 2px;
}
.menu_frame02 a{
	color: #4884bc;
}
.menu_frame02 a:hover {
	color: #FF944D;
}

.menu_frame03 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a7b8c7;
	border-bottom-color: #a7b8c7;
	border-left-color: #a7b8c7;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fbfbfb;
	letter-spacing: 0em;
}
.menu_frame03 li{
	background-image: url(../img/all/menu/icon.gif);
	background-repeat: no-repeat;
	background-position: 13px 9px;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.menu_frame03 a{
	color: #4884bc;
}
.menu_frame03 a:hover {
	color: #FF944D;
}

.menu_top {
	padding-bottom: 7px;
}
.menu_top a img{
	filter: Alpha(opacity=100);
	opacity:1.0;
}
.menu_top a:hover img{
	filter: Alpha(opacity=80);
	opacity:0.8;
}



.main_right {
	width: 165px;
	float: right;
	padding-right: 15px;
}
.main_center {
	float: left;
	width: 520px;
	padding-left: 14px;
}
.top {
	padding-bottom: 10px;
}
.top_text {
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px solid #b9bfc3;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/all/top_text.jpg);
	margin-bottom: 10px;
}
.top_text h1 {
	padding-bottom: 8px;
}

.h2_text {
	padding-top: 15px;
	padding-right: 29px;
	padding-bottom: 10px;
	padding-left: 29px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B9BFC3;
	border-right-color: #B9BFC3;
	border-bottom-color: #B9BFC3;
	border-left-color: #B9BFC3;
	margin-bottom: 10px;
}
.h2_text #top01{
	background-image: url(../img/main/top/img_frame.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2px;
	height: 100px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0em;
}

.h2_text #top02{
	background-image: url(../img/main/top/img_frame.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	letter-spacing: 0em;
}
.h2_text #top03{
	background-image: url(../img/main/top/img_frame.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2px;
	height: 100px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0em;
}

.h2_text #top04{
	background-image: url(../img/main/top/img_frame.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	letter-spacing: 0em;
}
.table_toptext {
	padding-right: 15px;
	padding-left: 15px;
	line-height: 18px;
	padding-top: 5px;
	font-size: 11px;
	color: #666666;
}
.table_toplink {
	font-size: 13px;
	padding-bottom: 5px;
}
.top_line {
	background-image: url(../img/main/top/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	letter-spacing: 0em;
	color: #666666;
}
.h3_text {
	padding-left: 10px;
	padding-right: 5px;
}
#ad-header {
	height: 110px;
	width: 500px;
	float: right;
	padding-right: 15px;
}
.main_form {
	float: left;
	width: 700px;
	padding-left: 14px;
}
.form_frame {
	float: left;
	height: 160px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.form_photo {
	float: left;
	height: 160px;
	width: 160px;
}
.form_description {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0em;
	color: #666666;
}

.form_title {
	width: 400px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.form_item {
	float: left;
	width: 400px;
	height: 160px;
}
.form_price {
	width: 140px;
	float: left;
	text-align: center;
	height: 90px;
	padding-top: 70px;
	font-size: 20px;
	color: #CC3300;
}
.imgleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}
strong {
	color: #CC3300;
}
.right_ad {
	background-color: #F5F5F5;
	padding-top: 15px;
}
.announce {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #E33900;
	background-color: #FFE1E1;
	font-size: 12px;
	line-height: 18px;
	padding-right: 15px;
	padding-left: 15px;
	width: 461px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
}
.announce a {
	color: #CC0000;
	text-decoration: underline;
}
.announce a:hover {
	color: #FF6600;
}

