@charset "utf-8";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：08/10/02
File name ：inquiry.css
Site name：株式会社ハドル
Summary：お問合せページ用css。
Copyright：Copyright (c) 2008 HUDDLE Co,ltd. ALL RIGHTS RESERVED
-------------------------------------------------------------------------*/
#container {
	background: #fff;
}
#leftArea {
	width: 180px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
#rightArea {
	width: 600px;
	height: auto;
	margin: 0;
	padding: 0px;
	float: right;
}
h2 {
	width: 600px;
	height: 120px;
	margin: 0 0 30px;
	padding: 0px;
	text-indent: -5000px;
	background: url(../../image/inquiry_title.jpg) no-repeat left top;
}
h3 {
	width: 600px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 0 15px;
}

/* サブメニュー
===================================*/
#leftArea p {
	width: 180px;
	height: 30px;
	background: url(../../image/submenu_title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#leftArea ul {
	height: 410px;
	background: url(../../image/submenu_bk.jpg) no-repeat 0 0;
}
#leftArea li {
	margin: 0 0 0 10px;
	list-style: none;
}
#leftArea li a {
	width: 150px;
	padding: 8px 0 8px 20px;
	background: url(../../image/submenu_icon.jpg) no-repeat 6px 12px;
	border-bottom: dotted 1px #ccc;
	display: block;
}
#leftArea li a:link, 
#leftArea li a:active {
	color: #333333;
	text-decoration: none;
}
#leftArea li a:visited {
	color: #666666;	
	text-decoration: none;
}
#leftArea li a:hover {
	color: #999999;
	text-decoration: underline;
}
#leftArea li.nolink {
	width: 150px;
	padding: 8px 0 8px 20px;
	background: url(../../image/submenu_icon.jpg) no-repeat 6px 12px;
	border-bottom: dotted 1px #ccc;
	color: #999999;
}

/* お問合せ
===================================*/
.red {
	color: #D50000;
}
form table {
	width: 570px;
	margin: 25px auto 15px;
	border: solid 1px #ccc;
	border-collapse: collapse;
}
form table th,form table td {
	border: dotted 1px #ccc;
	padding: 5px 10px;
}
form table th {
	background: #E1F3D6;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.name {
	width: 200px
}
.mail {
	width: 300px;
}
.tel {
	width: 100px;
}
.address {
	width: 370px;
}
textarea {
	width: 370px;
	height: 5em;
	overflow: auto;
	font-size: 0.9em;
}

.textB {
	text-align: center;
	margin: 0 0 25px;
}
.textB input {
	margin: 0 10px;
}
.textB01 {
	text-align: center;
	margin: 0 0 5px;
}
.textC {
	background: url(../../web/image/h5icon.gif) no-repeat 0 3px;
	padding: 0 0 0 12px;
	margin: 0 0 0 5px;
}
.textD {margin: 0 0 0 4px;}

form table.inquiry {
	margin: 5px 0 15px;
}
