﻿@charset "utf-8";


/* 工房情報 */
div#data {
	width: 650px; height: 280px;
	margin: 0px auto 50px;
	padding-top: 0px;
}
table#adress {
	width: 380px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
}
table#adress th {
	width: 100px;
	padding: 5px;
	white-space: nowrap;
	border: 1px solid #C0C0C0;
	background-color: #EEEEEE;
}
table#adress td {
	padding: 5px;
	text-align: left;
	border: 1px solid #C0C0C0;
}
.map {
	margin-right: 20px;
	margin-left: 10px;
	float: left;
}

/* リンク・お知らせ */
table.rink {
	width: 750px;
	margin: 0px auto 60px;
	border-collapse: collapse;
}
table.rink th {
	width: 150px;
	padding: 5px;
	white-space: nowrap;
	border: 1px solid #C0C0C0;
	background-color: #EEEEEE;
}
table.rink td {
	width: 600px;
	padding: 5px;
	text-align: left;
	border: 1px solid #C0C0C0;
}
h2#news {
	margin-top: 60px;
}

/* 製品カテゴリーリンク*/
div#grid {
	width: 828px; height: 520px;
	margin-right: auto;
	margin-left: auto;
}
div.box {
	width: 404px; height: 235px;
	margin: 5px;
	float: left;
}
h2.categoryl {
	height: 30px;
	padding-left: 20px;
	font-weight: normal;
	text-align: left;
}
h2.categoryr {
	height: 30px;
	padding-right: 20px;
	font-weight: normal;
	text-align: right;
}
#grid img {
	border-width: 0px;
}
#grid a img {
	border: thin solid #999900;
}
#grid a:hover img {
	box-shadow: 5px 5px 5px #C0C0C0;
	border: thin solid #FF9933;
}
