@charset "UTF-8";
/* 共通 */
body {
	width: 945px;
	margin: 0 auto;	
}
h1#logo {
	padding: 30px 0 0 50px;
}
#header {
	height: 161px;
	background: url(../img/header_img.jpg) left top no-repeat;
}
	#header .tell {
		right: 260px;
	}
	#header .contact {
		right: 85px;
	}
ul#globalNav {
	margin-left: 87px;
}
#primaryArea {
	margin-left: 27px;	
}
#secondaryArea {
	margin-right: 27px;
}
table {
	width: 606px;
}
th {
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}
td {
	padding: 5px;
}
#result table th {
	background-color: #DBA387;	
}
#about table th {
	background-color: #67BBC7;	
}
#factory table th {
	background-color: #DB8787;	
}
#about table th,
#about table td {
	padding: 10px 0 10px 15px;
}
#factory table td {
	padding: 5px 30px 5px 20px;
}


.map {
	margin-top: 15px;
}
.map span a {
	color: #999999;
	display: block;
}
#pagetop {
	text-align: right;
	margin-top: 10px;
}
/* プライバシーポリシー
---------------------------------------------*/	
#privacy{
	width: 600px;
	font-size: 110%;
	line-height: 190%;

}#privacy span{
	font-weight: bold;
}
/* お問合せ
---------------------------------------------*/	
#contact{
	float: left;
	padding-bottom: 10px;
	margin: 0;
	background-color: #FFF;
}
#contact form {
	padding: 10px 0 0 0;
}
#contact table caption {
	width: 500px;
	text-align: left;
	padding-bottom: 15px;
}
#contact table {
	width: 600px;
	border-spacing: 0;
	border-right: 1px solid #BEBEBE;
	border-top: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
}
#contact table th {
	background-color: #F5F5F5;
	color: #000000;
	font-weight: normal;
	border-right: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
	width: 130px;
	text-align: center;
	padding: 10px 10px;
}
#contact table td {
	border-bottom: 1px solid #BFBFBF;
	padding: 5px;
}
#contact textarea {
	width: 350px;
	height: 120px;
}
#formbtn {
	padding: 10px 0 0 0;
	text-align: center;
}
#formbtn li {
	display: inline;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #7F9DB9;
	background-color: #FFF;
	padding: 2px;
}
.text1,.text2,.text3 {
	width: 230px;
}

.big {
	font-size: 130%;
	font-weight: bold;
	background-color: #E8E8D0;
	padding: 5px 0;
}