@charset "utf-8";

#mail-form{ 
width: 620px; height:700px; 
}


/*----------------------------------------
 explain
----------------------------------------*/

#explain p {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 160%;
	text-align: center;
	font-size: 108%;
}
#explain .number {
	font-size: 123.1%;
	font-weight: bold;
	color: #669933;
}
.info-attention {
	line-height: 250%;
	background-image: url(../contact/images/marker_gray.gif);
}
/*----------------------------------------
 info-area
----------------------------------------*/

#mail-area {
	width:620px;
	height:750px;
	margin:20px auto;
}
.mail-focus {
	margin: 0 auto;
}
#mail-text-area {
	border:1px #e3e3e3 solid;
	width:280px;
	height:100px;
	overflow:auto;
	margin:0 auto;
	padding:5px;
}
/* ------------------------------
共通項目
------------------------------ */
.btn-parts span, .btn-parts label {
	display: block;
	float:left;
}
.btn-parts label {
	padding-right: 20px;
}
.InputHidden {
	display:none;
}
/* ------------------------------

 form

------------------------------ */
fieldset {
	border: 1px solid #EFEFEF;
	margin: 2px 0px 20px 0px;
	padding: 5px 10px;
}
/* ------------------------------
見出し/フォーム部品を内包するdiv
------------------------------ */
div.sub-group {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 7px 15px;
	clear: both;
	font-size:14px;
	color: #F6F6F6;
	font-weight:bold;
}


	
div.even {
	
}
div.last {
	border-bottom-style: none;
}
/* ------------------------------
 項目の見出し
------------------------------ */
.label-txt {
	width: 125px;
	color: #F6F6F6;
	font-weight:bold;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 15px;
	display: block;
	float: left;
	font-size: 15px;
}
textarea {
	font-size: 14px;
	line-height: 170%;
}
/* ------------------------------
 テキストフィールド,select要素
------------------------------ */
input.txt-field, select {
	color: #666666;
	background-color: #F9F9F9;
	border: 1px solid #999999;
}
input.txt-field:focus, select:focus {
	color: #333333;
	background-color: #FFFFCC;
	border-color: #330000;
}
/* ------------------------------
 btn
------------------------------ */

#btn-box {
	text-align: center;
	padding-bottom: 40px;
}
#btn-box .formbutton {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999 url(../contact/images/formbg.gif) repeat-x left top;
	color:#666;
	font-weight:bold;
	margin: 0px 5px;
	width: 90px;
	height: 28px;
	padding: 1px 2px;
}
