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

body {
	margin:0;
	background:#1a3b3b url(../img/bg_body.gif) repeat-x;
	font-family:'ヒラギノ丸ゴ Pro W3', 'Hiragino Maru Gothic Pro, Me', 'osaka', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif ;
	font-size:0.75em;
	line-height:150%;
	color:#001a1e;
	}
	
img {
	border:0;
	vertical-align:bottom;
	}
	
ul {
	margin:0;
	padding:0;
	}
	
li {
	margin:0;
	padding:0;
	}
	
p {
	margin:0;
	padding:0;
	}
	
form {
	margin:0;
	padding:0;
	}
	
a {
	color:#006666;
	text-decoration:none;
	}
	
a:hover {
	color:#003333;
	text-decoration:none;
	background-color:transparent;
	}

.clear {
	clear:both;
	}

/* layout */

#wrapper {
	width:930px;
	padding:0;
	margin:0 auto;
	background: url(../img/bg_wrapper.gif) top left repeat-y;
	clear:both;
	}
	
#main {
	width:930px;
	padding:0;
	background: url(../img/bg_main.gif) top left no-repeat;
	}

#navi {
	margin:0 auto;
	width:930px;
	}
	
#navi li {
	float:left;
	display:block;
	list-style:none;
	height:32px;
	}

#navi li.navi01 img { background:url(../img/navi01.gif) top left no-repeat;}
#navi li.navi02 img { background:url(../img/navi02.gif) top left no-repeat;}
#navi li.navi03 img { background:url(../img/navi03.gif) top left no-repeat;}
#navi li.navi04 img { background:url(../img/navi04.gif) top left no-repeat;}
#navi li.navi05 img { background:url(../img/navi05.gif) top left no-repeat;}
#navi li.navi06 img { background:url(../img/navi06.gif) top left no-repeat;}

#navi li.navi01 a:hover img { background:url(../img/navi01.gif) bottom left no-repeat;}
#navi li.navi02 a:hover img { background:url(../img/navi02.gif) bottom left no-repeat;}
#navi li.navi03 a:hover img { background:url(../img/navi03.gif) bottom left no-repeat;}
#navi li.navi04 a:hover img { background:url(../img/navi04.gif) bottom left no-repeat;}
#navi li.navi05 a:hover img { background:url(../img/navi05.gif) bottom left no-repeat;}
#navi li.navi06 a:hover img { background:url(../img/navi06.gif) bottom left no-repeat;}

#leftSide {
	float:left;
	width:660px;
	margin:0;
	padding:0 0 0 25px;
	}	
	
#rightSide {
	float:right;
	width:184px;
	margin:18px 0 0 0;
	padding:0 25px 0 0;
	}
	
#bread {
	color:#454545;
	font-size:0.85em;
	height:20px;
	margin:2px 0 20px 10px;
	}
	
#bread a {
	color:#454545;
	text-decoration:none;
	}
	
#bread  a:hover {
	color:#006666;
	text-decoration:none;
	}

#topNews {
	background:url(../img/topnews_bg.gif) top left repeat-y;
	margin:0 0 3px 0;
	}
	
#topNews li {
	width:152px;
	padding:15px 10px 10px 10px;
	margin:0 auto;
	color:#002e68;
	list-style:none;
	background:url(../img/topnews_head.gif) top left no-repeat;
	}
	
#topNews .topNewsTitle {
	background:url(../img/headline01.gif) left center no-repeat;
	padding:0 0 0 10px;
	font-weight:bold;
	color:#00595c;
	}
	
#topNews a {
	color:#002e68;
	text-decoration:none;
	}
	
#topNews a:hover {
	color:#0066cc;
	text-decoration:none;
	}

#banBox li {
	list-style:none;
	}
	
.ban01 img { background:url(../img/ban01.gif) top left no-repeat; }
.ban02 img { background:url(../img/ban02.gif) top left no-repeat; }
.ban03 img { background:url(../img/ban03.gif) top left no-repeat; }
.ban04 img { background:url(../img/ban05.gif) top left no-repeat; }

.ban01 a:hover img { background:url(../img/ban01.gif) bottom left no-repeat; }
.ban02 a:hover img { background:url(../img/ban02.gif) bottom left no-repeat; }
.ban03 a:hover img { background:url(../img/ban03.gif) bottom left no-repeat; }
.ban04 a:hover img { background:url(../img/ban05.gif) bottom left no-repeat; }

.detailBox {
	margin:0 20px 40px 20px;
	}
	

/* header */

#header {
	width:890px;
	padding:0 15px 0 25px;
	margin:0 auto;
	background: url(../img/bg_header.jpg) top left no-repeat;
	}

#header .headerTab img { background:url(../img/tab.gif) top left no-repeat;}
#header .headerTab a:hover img { background:url(../img/tab.gif) bottom left no-repeat;}

h1 {
	font-size:100%;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding:2px 0 0 0;
	text-align:right;
	}

/* footer */

#footerNavi {
	margin:40px 15px 20px 15px;
	background:url(../img/line_footer.gif) top left no-repeat;
	padding:20px 5px 0 15px;
	clear:both;
	color:#72787c;
	font-size:0.9em;
	}

#footerNavi .right img {
	margin:0 5px 0 0;
	}
	
#footerNavi a {
	color:#72787c;
	text-decoration:none;
	}
	
#footerNavi a:hover {
	color:#003333;
	text-decoration:none;
	}
	
#footer {
	width:880px;
	background: url(../img/bg_footer.gif) top left repeat-x;
	clear:both;
	color:#72787c;
	font-size:0.9em;
	margin:0 auto;
	padding:10px 15px;
	line-height:125%;
	}
	
#footer .left {
	width:440px;
	}
	
#footer .right {
	text-align:right;
	width:440px;
	}
	
#footer img {
	float:left;
	margin:0 15px 0 0;
	}
	

/* top */

#topAuction {
	margin:20px 0 0 0;
	}
	
#topAuction p {
	margin:10px 20px;
	}
	
#topAuction ol {
	margin:10px 30px;
	padding:0;
	}
	
#topAuction ol li {
	list-style-type:1;
	list-style-position:inside;
	}
	
#topAuction .right {
	margin:20px 0 0 0;
	}
	
.btnDetail img { background: url(../img/btn_detail.gif) top left no-repeat;}
.btnDetail a:hover img { background: url(../img/btn_detail.gif) bottom left no-repeat;}


/* contact */

#contactTable {
	width:644px;
	background:url(../img/bg_contact.gif) top left repeat-y;
	border-collapse:collapse;
	color:#4e4e4e;
	}

#contactTable th,#contactTable td {
	padding:5px 5px 5px 15px;
	border-bottom:#e7e7e7 1px solid;
	text-align:left;
	vertical-align:top;
	}
	
#contactTable th {
	width:150px;
	}
	
#contactTable .noBorder {
	border:none;
	}
	
#contactTable p {
	margin:10px 0 5px 15px;
	}

.btnBox {
	margin:20px 0 0 0;
	text-align:center;
	}
	
#contactTable th span {
	color:#990000;
	font-size:0.85em;
	}
	
#contactTable td span {
	color:#25727d;
	font-size:0.85em;
	}
	
.thankyouText {
	margin:0 0 15px 10px;
	padding:0;
	}

#contactTable label {
	font-size:90%;
	padding:1px 3px;
	background:#CC0000;
	color:#FFFFFF;
	margin:0 0 0 5px;
	}


/* news */

.newsColumnBox {
	margin:0 0 60px 0;
	padding:15px 10px 10px 10px;
	border:#eaeaea 1px solid;
	background:url(../img/news_head.gif) top repeat-x;
	}

.newsColumnBox h3 {
	margin:0;
	padding:0;
	font-size:100%;
	color:#00595c;
	background:url(../images/i_top1.jpg) left 2px no-repeat;
	float:left;
	width:500px;
	}

.newsColumnBox .newsColumnDate {
	font-size:11px;
	text-align:right;
	margin:2px 0 0 0;
	padding:0;
	float:right;
	width:120px;
	}

.newsColumnTitle {
	border-bottom:#e9e9e9 3px solid;
	padding:0 5px 5px 5px;
	margin:0 0 0 0;
	}

.newsColumnBody {
	margin:0;
	padding:10px 5px 0 5px;
	} 

.newsImg {
	display:block;
	margin:10px 0;
	border:#000000 1px solid;
	} 


/* policy */

.policy h3 {
	color:#00595c;
	}

.policy ul {
	margin:0 10px 0 10px;
	}

.policy li {
	list-style-position:inside;
	list-style-type:none;
	margin:5px 0;
	}

.policy .policyList01 li {
	margin:0;
	}

.policyFooter {
	border-top:#CCCCCC solid 1px;
	margin:30px 0;
	padding:10px 0 0 0;
	}

/* company */

.shopName {
	background:url(../img/headline02.gif) left center no-repeat;
	padding:0 0 0 15px;
	margin:0 0 10px 5px;
	font-size:130%;
	}

.companyColumnBox {
	margin:0 0 60px 0;
	padding:15px 10px 10px 10px;
	border:#eaeaea 1px solid;
	background:url(../img/news_head.gif) top repeat-x;
	}

.companyTable {
	margin:0;
	width:340px;
	border-collapse:collapse;
	float:left;
	}

.companyTable th {
	padding:2px 5px;
	text-align:left;
	vertical-align:top;
	width:120px;
	background:#f1f1f1;
	border:#ffffff 2px solid;
	}

.companyTable td {
	padding:2px 5px;
	text-align:left;
	vertical-align:top;
	border:#ffffff 2px solid;
	}

.companyImg {
	float:right;
	padding:3px;
	border:#CCCCCC 1px solid;
	margin:0 0 0 10px;
	}


/* mentenance */

.mentBox01 {
	margin:0 0 10px 0;
	background:url(../img/waku02_bg.gif) left bottom;
	color:#2e3c3c;
	}

.mentBox01 div {
	padding:0 30px 15px 32px;
	}

.mentBox01 div ul {
	list-style-position:outside;
	margin:0;
	}

.headline01 {
	border-bottom:#999999 1px solid;
	padding:0 5px 3px 5px;
	margin:5px 20px 0 20px;
	font-weight:bold;
	}

.headline02 {
	border-bottom:#999999 1px solid;
	padding:0 5px 3px 5px;
	margin:5px 0;
	font-weight:bold;
	}

.headline03 {
	background:url(../img/i_arrow01.gif) left 5px no-repeat;
	padding:0 5px 0 15px;
	margin:5px 0;
	font-weight:bold;
	font-size:120%;
	}

.mainteContent {
	margin:0;
	padding:15px 5px;
	border-bottom:#CCCCCC 1px solid;
	}

.noBoder {
	border-bottom:none;
	}

.mainteContent p {
	font-size:90%;
	}

.mainteContent a {
	color:#333333;
	}

.mainteContent a:hover {
	color:#076a79;
	}

.mentBox01 div h2 {
	color:#0085bc;
	margin:10px 0 0 0;
	padding:0;
	font-size:115%;
	}

.mentBox01 div h3 {
	color:#445b64;
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	}

.mentBox01 div .caption01 {
	font-size:90%;
	color:#797979;
	}

.mentBox01 div .list01 {
	padding:10px 0 0 0;
	}

.mentBox01 div .list01 li {
	list-style:none;
	}

.normalTable {
	margin:10px 0 10px 0;
	border-collapse:collapse;
	width:560px;
	font-size:90%;
	}

.normalTable th {
	padding:2px;
	background:#e1f1f4;
	border:#547e85 1px solid;
	font-weight:bold;
	}

.normalTable td {
	padding:2px;
	border:#547e85 1px solid;
	text-align:center;
	}

.normalTable .column70 {
	width:66px;
	}


/* common */

.link {
	background:url(../img/i_link.gif) left 3px no-repeat;
	padding:0 0 0 15px;
	margin:0 3px 0 6px;
	}

.right {
	float:right;
	}
	
.left {
	float:left;
	}

.mgnTop10 {
	margin:10px 0 0 0;
	}

.mgnBtm10 {
	margin:0 0 10px 0;
	}

.mgnBtm20 {
	margin:0 0 20px 0;
	}

.pdnTop10 {
	padding:10px 0 0 0;
	}

.decoBox01 {
	background:url(../img/waku01_middle.gif) top left repeat-y;
	width:660px;
	margin:20px 0;
	}

.decoBox01 table,.decoBox01 div{
	margin:0 8px;
	}

.decoBox02 {
	background:#eaefef;
	width:630px;
	padding:15px;
	}
