@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: center;
	line-height: 135%;
}

input, textarea {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

form, ul, ol, li, img {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style-type: none;
	white-space: nowrap;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

table {
	border: 0;
}

th {
	padding: 0;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}

td {
	padding: 0;
	vertical-align: top;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	color: #07c;
	text-decoration: underline;
}

.clearer {
	clear: both;
	display: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	border: 0;
}

.header {
	width: 92%;
	padding: 0 4% 0 4%;
	border-top: 5px solid #333;
}

.header h1 {
	float: left;
	padding: 15px 0 15px 0;
}

.header ul {
	float: right;
	padding: 15px 0 15px 0;
}

.header ul a:link, .header ul a:visited, .header ul a:active {
	color: #333;
	font-size: 12px;
}

.footer {
	padding: 40px;
	font-size: 12px;
	text-align: center;
}

.footerlink {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #eee;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.footerlink a:link, .footerlink a:visited, .footerlink a:active {
	margin: 0 10px 0 10px;
	color: #333;
}

.footerlink img {
	margin-right: 5px;
	vertical-align: top;
}

.control {
	width: 92%;
	height: 36px;
	clear: both;
	padding: 0 4% 0 4%;
	background-image: url(../images/control.gif);
	background-repeat: repeat-x;
}

.control li {
	float: left;
}

.control a:link, .control a:visited, .control a:active {
	display: block;
}

.control a:hover {
	background-image: url(../images/controlcurrent.gif);
	background-repeat: repeat-x;
}

.container {
	width: 800px;
	clear: both;
	padding: 40px 0 40px 0;
	margin: 0 auto 0 auto;
	text-align: left;
}

.topcaption {
	padding-bottom: 40px;
}

.topcaption h2 {
	float: left;
	padding: 100px 100px 50px 30px;
}

.topcontainer {
	clear: both;
}

.topproductwrapper {
	width: 799px;
	float:left;
	margin-bottom: 40px;
	padding-left: 1px;
	background-image: url(../images/topcontainer.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #999;
}

.topproduct {
	width: 226px;
	float: left;
	padding: 20px 20px 20px 20px;
}

.topproduct h2 {
	padding-bottom: 10px;
	font-size: 16px;
}

.topproduct h2 a:link, .topproduct h2 a:visited, .topproduct h2 a:active {
	color: #333;
}

.topproduct h2 a:hover {
	color: #07c;
	text-decoration: none;
}

h2.newscaption {
	clear: both;
	padding: 8px 10px 7px 10px;
	font-size: 18px;
	border-top: 2px solid #666;
	border-bottom: 1px solid #999;
}

.news dt {
	clear: both;
	float: left;
	padding: 8px 10px 7px 10px;
	white-space: nowrap;
}

.news dd {
	padding: 8px 10px 7px 10px;
	border-bottom: 1px solid #ddd;
}

.wrapper {
	margin: 0 4% 0 4%;
	padding: 40px 0 0 230px;
	text-align: left;
}

.content {
	width: 100%;
	float: right;
	padding-bottom: 40px;
}

.content h2 {
	margin-left: -10px;
	margin-bottom: 20px;
	padding: 8px 10px 7px 10px;
	font-size: 18px;
	border-top: 2px solid #666;
	border-bottom: 1px solid #999;
}

.content h3 {
	clear: both;
	margin-bottom: 10px;
	font-weight: bold;
}

.navigation {
	width: 180px;
	float: right;
	margin-left: -230px;
	padding-right: 50px;
	padding-bottom: 40px;
}

.navigation h2 {
	padding: 5px 10px 5px 10px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	background-color: #ddd;
	background-image: url(../images/navigation.gif);
	background-repeat: repeat-x;
	border: 1px solid #666;
}

.navigation ul {
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.navigation li {
	border: 1px solid #fff;
}

.navigation a:link, .navigation a:visited, .navigation a:active {
	display: block;
	padding: 5px 0 5px 0;
	color: #333;
}

.navigation a:hover {
	color: #999;
}

a.productthumbnail:link, a.productthumbnail:visited, a.productthumbnail:active {
	width: 130px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	padding: 10px;
	border: 1px solid #bbb;
}

a.productthumbnail:hover {
	border: 1px solid #07c;
}

.product {
	margin-bottom: 20px;
}

ol {
	padding: 0 0 20px 20px;
}

ol li {
	list-style-type: disc;
	white-space: normal;
}

.infomation dt {
	width: 100px;
	clear: both;
	float: left;
	padding: 8px 10px 7px 0;
	white-space: nowrap;
}

.infomation dd {
	padding: 8px 10px 7px 0;
}

.googlemaps {
	width: 400px;
	height: 300px;
	clear: both;
	margin: 20px 0 20px 0;
}

.inquiryinput {
	width: 500px;
}

.error {
	padding: 0 0 10px 0;
	color: #f00;
}

.overview h2 {
	border: 0;
}

.overview h3 {
	padding-bottom: 20px;
}

.overview p {
	padding: 0 5px 30px 5px;
}

.notation {
	width: 500px;
	margin-bottom: 20px;
}

.notation th {
	width: 120px;
	padding: 5px 10px 5px 0;
}

.notation td {
	width: 360px;
	padding: 5px 10px 5px 0;
}