﻿* {
	margin: 0;
	padding: 0;
}
body {
	font-family: sans-serif;
	font-size: 11px;
}
img {
	border: none;
}
#header {
	display: none;
}
#tabmenu {
	display: none;
}
p.navi {
 	display: none;
}
#article {
	width: 100%;
}
#article-top {
	display: none;
}
#article-bottom {
	display: none;
}
#article-middle {
	width: 100%;
	margin-left: 20px;
	font-size: 13px;
	padding-top: 16px;
	border: #000;
}
.article h2 {
	font-size: 15px;
	border-bottom: solid 1px #999;
	font-weight: bold;
	margin: 8px 0 4px 0;
	padding: 0px;
}
table.article {
	width: 640px;
}
table.images {
	width: 640px;
	margin-top: 8px;
}
table.spec {
	width: 640px;
	border-collapse: collapse;
	border: solid 1px #333;
	margin-top: 14px;
	margin-bottom: 14px;
}
table.spec tr th{
	background: #99CC99;
	color: #006600;
	border: solid 1px #333;
	font-weight: normal;
	text-align: center;
	padding: 2px;
}
table.spec tr td {
	border: solid 1px #333;
}
table.spec tr.no-print {
	display: none;
}
#toolbox {
	display: none;
}
span.price { 
	padding-left: 1em;
	color: #cc0000;
}
.pagetop {
	display: none;
}#footer {
	display: none;
}
.gmap {
	float: left;
	width : 390px; 
	height : 240px;
}
.gmapbox {
	width : 640px; 
	height : 240px;
}
div.tool {
	display: none;	
	float: left;
	width: 220px;
	font-size: 13px;
	margin-top: 8px;
	margin-left: 40px;
	margin-bottom: 16px;
}
h2.tooltitle {
	font-size: 13px;
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
}
div.memo {
	float: left;
	margin-left: 15px;
}

#sticker {
	display: none;
}
p.control {
	display: none;
}



/* For checksheet.php */


div.contents-inner {
	padding-left: 0;
}
table.check {
	width: 560px;
}
.w100 { width: 100px; }
.w560 { width: 460px; }
.w360 { width: 260px; }
p.local { display: none; }

