@charset "utf-8";

/*--------------------------------------------------
	basic
--------------------------------------------------*/
body {
	background-color: #FFFBE8;
	font-size: 11px;
	font-family: Tahoma,sans-serif,"MS UI Gothic", "qMmpS Pro W3","OSAKA";
	color: #53595B;
	padding:0px;
	margin:0px;
	text-align: center;
}

html { overflow-y: scroll; }

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,tr,form {
	margin:0; padding:0; font-size:100%;
}

img { border: 0; }  

/*-----link-----*/
a:link { color: #53595B; text-decoration: none; }
a:visited { color: #53595B; text-decoration: none; }
a:hover { color: #53595B; text-decoration: underline; }
a:active { color: #53595B; text-decoration: none; }

a { /**/overflow: hidden;/**/ }

/*-----color-----*/
.pink { color: #D7AA93; }

/*--------------------------------------------------
	container to center the layout
--------------------------------------------------*/
#container {
	width: 820px;
	margin: 20px auto 10px auto;
}

/*-----banner for logo-----*/
#banner {
	text-align: left;
}

h1 {
	line-height: 100%;
	float: left;
}

.language {
	height: 45px;
	text-align: right;
}
.language img {
	margin-top: 14px;
}

/*-----pageLink-----*/
ul#pageLink {
	margin: 17px 0 7px 0;
	height: 15px;
	width: 100%;
	list-style: none;
	display: block;
}
ul#pageLink li {
	height: 15px;
	list-style: none;
	float: left;
}

/*--------------------------------------------------
	main
--------------------------------------------------*/
#main {
	clear: both;
	background-color: #FFF;
	width: 820px;
	height: 468px;
	text-align: left;
}

/*--------------------------------------------------
	pageContents
--------------------------------------------------*/
#pageContents {
	clear: both;
	width: 818px;
	background: url(../image/page/ttl_back.gif) repeat-y top left;
	background-color: #FFF;
	border: 1px solid #B2B1AD;
	text-align: left;
	
}

#ttl {
	margin-right: 40px;
	padding: 216px 0;
	width: 220px;
	text-align: center;
	float: left;
	
}
#contents {
	padding-top: 35px;
	width: 518px;
	float: left;
}

/*-----[contact]-----*/
.waku-1 {
	margin: 10px 0 12px 0;
	padding: 7px 0;
	background-color: #B2B2B2;
	text-align: center;
	color: #FFF;
}

table#formArea {
	width: 100%;
	border-collapse:collapse;
}
#formArea th {
	padding: 8px 0 8px 15px;
	background: url(../contact/image/point.gif) no-repeat left center;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
}
#formArea td {
	padding: 8px 0;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
}

input { width: 314px; }
select { margin-bottom: 5px; width: 100%; }
textarea { width: 314px; }

/*-----[company][privacypolicy]-----*/
table#txtArea {
	width: 100%;
	font-size: 100%;
	border-collapse:collapse;
}
#txtArea th {
	padding: 8px 0;
	text-align: left;
	color: #CA9385;
	border-bottom: 1px solid #E5E5E5;
}
#txtArea td {
	padding: 8px 0;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
}

.map {
	background: url(../sitemap/image/arrow.gif) no-repeat left center;
	padding: 3px 0;
	padding-left: 17px;
}

/*-----[sitemap]-----*/
ul.arrow-b {
	list-style: none;
	display: block;
}
ul.arrow-b li {
	background: url(../sitemap/image/arrow-b.gif) no-repeat left center;
	font-weight: bold;
	padding: 3px 0;
	padding-left: 17px;
}

ul.arrow {
	margin-top: 15px;
	padding-top: 15px;
	list-style: none;
	display: block;
	border-top: 1px solid #E5E5E5;
}
ul.arrow li {
	background: url(../sitemap/image/arrow.gif) no-repeat left center;
	padding: 3px 0;
	padding-left: 17px;
}

/*--------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 820px;
	text-align: left;
	font-size: 90%;
}

#footer ul {
	list-style: none;
	display: block;
}
#footer ul li {
	padding-right: 19px;
	float: left;
}
address {
	text-align: right;
	font-style: normal;
}