@charset "utf-8";
/* CSS Document */

/* CONTENTS

	1. OrderForm
	2. Guide
	3. sitemap
	4.
	5.
	
												Last Up Date 2011.10.31
-------------------------------------------------------------------------- */





/* ========================================================================
	1. OrderForm
=========================================================================== */
.tblContact {
	width: 620px;
	margin: 0 auto 20px;
	border-top: 1px solid #CCC;
	font-size: 12px;
}
.tblContact th {
	width: 1%;
	white-space: nowrap;
	padding: 5px 30px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	line-height: 1.4em;
}
.tblContact td {
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
	line-height: 1.4em;
}

.tblContact input,
.tblContact textarea {
	padding: 3px;
}





/* finish
--------------------------------------------------*/
.boxContact_fin {
	width: 540px;
	padding: 20px;
	margin: 0 auto 40px;
	border: 1px solid #CCC;
}

.boxContact_fin p {
	margin: 0 0 1em;
}





.tblCompany {
	width: 620px;
	margin: 0 auto 20px;
	border-top: 1px solid #CCC;
	font-size: 12px;
}
.tblCompany th {
	width: 1%;
	white-space: nowrap;
	padding: 5px 30px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
	background-color: #F2F2F2;
	line-height: 1.4em;
}
.tblCompany td {
	padding: 5px 20px;
	border-bottom: 1px solid #CCC;
	line-height: 1.4em;
}









/* ========================================================================
	2. Guide
=========================================================================== */

.tableGuide {
	width: 640px;
	margin: 0 auto 40px;
	border: 1px solid #CCC;
	font-size: 12px;
}

.tableGuide th {
	padding: 10px;
	width: 200px;
	white-space: nowrap;
	border-bottom: 1px solid #CCC;
	background-color: #EEE;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.4em;
}
.tableGuide th span {
	display: block;
	width: 150px;
	margin: 20px 0 0;
	font-size: 12px;
	font-weight: normal;
}


.tableGuide td {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}



/* ========================================================================
	3. sitemap
=========================================================================== */
.sitemap {
	width: 600px;
	margin: 0 auto 40px;
	overflow: hidden;
}

.sitemap p {
	width: 100px;
}

.sitemap ul {
	margin: -1.5em 0 0 10em;
	color: #CCC;
}

.sitemap ul li span {
	color: #333;
}






