@charset "UTF-8";

/* CSS Information
	Last Editor: Naoko Kobayashi;
	Editors: Naoko Kobayashi;
	Last Modified: 2009/07/14;
	Guideline: non;
 */

/* ******************************************
 * Table of Contents
 *
 * メイン
 * コンタクト
 * IE6/7ハック
*
 * ******************************************
 */


/* メイン */
#main {
	position: absolute;
	top: 132px;
	width: 930px;
	height: 581px;
	margin-left: 50px;
	padding: 28px 30px 0 40px;
	background:
		#ffffff
		url(../images/inq/bg.jpg)
		left
		top
		no-repeat;
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
	float: left;
}
#main h1 {
	position: absolute;
	top: 30px;
}
#main-inner {
	position: relative;
	float: right;
}

/* コンタクト */
#contact {
	width: 490px;
	height: 548px;
	margin-bottom: 30px;
	background:
		url(../images/inq/bg_contact.gif)
		left
		top
		no-repeat;
}
#contact p#title {
	position: relative;
	top: 2px;
	left: 2px;
}
#contact p#text {
	margin: 10px 0 0 20px;
}
#contact table {
	width: 450px;
	margin: 18px 0 0 18px;
}
#contact table td {
	padding: 8px 4px;
	background:
		url(../images/line.gif)
		repeat-x
		bottom;
}
.input_style{
	width: 300px;
}
.tc{ margin-top: 10px; text-align: center;}
.item {
	display: block;
	width: 120px;
	padding-left: 12px;
	color: #ff0600;
	background:
		url(../images/arrow.gif)
		left
		top
		no-repeat;
}
#contact p#post {
	float: left;
}
#contact p#pref {
	float: right;
}
#contact form p input#text01 {
	clear: both;
	width: 300px;
	margin: 5px 0 5px 0;
	border: 1px solid #a5acb2;
	padding: 1px;
	color: #993300;
	font-size: 12px;
}
#contact form p input#text02 {
	width: 40px;
	margin: 5px 0 5px 0;
	border: 1px solid #a5acb2;
	padding: 1px;
	color: #993300;
	font-size: 12px;
}
#contact form p #text03 {
	width: 300px;
	height: 100px;
	margin: 5px 0 5px 0;
	border: 1px solid #a5acb2;
	padding: 1px;
	color: #993300;
	font-size: 12px;
}
#contact form p input#text01:focus,
#contact form p input#text02:focus,
#contact form p textarea:focus, {
	background: #ffffcc;
}
select {
	width: 150px;
	margin: 0 0 5px 0;
}
input.button {
	margin: 10px 0 0 230px;
}


/* IE6/7ハック */
*html #contact form p input#text01,
*html #contact form p input#text02,
*html #contact form p #text03,
*html select {
	margin: 4px 0 4px 0;
}
*html  #main {
	margin-left: 0;
}
*:first-child+html #contact form p input#text01,
*:first-child+html #contact form p input#text02,
*:first-child+html #contact form p #text03,
*:first-child+html select {
	margin: 4px 0 4px 0;
}
*:first-child+html #main {
	margin-left: 0;
}

