@charset "UTF-8";

/* 2009/07/01 作成
----------------------------------------------------------------*/		

/*formhead
----------------------------------------------------------------*/
#formhead {
	width:600px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
#formhead h3 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	border-bottom:solid 3px #DDD;
	padding:0 3px;
	margin-bottom:15px;
	margin-top:10px;
	}
	
/*mailForm
----------------------------------------------------------------*/
#mailform {
	width:600px;
	margin:0 auto 25px auto;
	padding:0;
	text-align:left;
	}
	
#mailform table {
	width:600px;
	border:1px solid #DDD;
	border-spacing:1px; 
	}
	
#mailform th {
	width:27%;
	padding:8px 10px;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	}
#mailform td {
	width:73%;
	line-height:20px;
	padding:8px 8px 8px 45px;
	}		

#mailform fieldset {
	border:0;
	}
		
#mailform input {
	margin:0 5px 0 0;
	padding:0;
	}	

#mailform textarea {
	width:99%;
	}

/*　送信ボタン　*/
#mailform .submitbtn {
	text-align:center;
	padding:10px 0 0 0;
	margin:0px;
	}
/*　サブミット用　*/
#mailform .submitbtn .onebtn {
	text-align:center;
	border:0px;
	width:220px;
	padding:0 155px;
	}
#mailform .submitbtn table {
	text-align:center;
	border:0px;
	width:440px;
	margin:0 50px;
	}
#mailform .submitbtn td {
	width:220px;
	padding:0px;
	margin:0px auto;
	border:0px;
	text-align:center;
	}
#mailform .submitbtn input.subbtn {
	font-weight:bold;
	font-size:14px;
	line-height:25px;
	color:#fff;
	display:block;
	margin:0 10px;
	padding:0;
	border:0px;
	width:200px;
	height:25px;
	cursor:pointer;
	background-image:url(../images/submit_btn.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
/*　リンク用　*/
.submitbtn a{
	font-weight:bold;
	font-size:14px;
	line-height:25px;
	color:#fff;	
	text-align:center;
	text-decoration:none;
	display:block;
	margin:0 auto;
	width:200px;
	height:25px;
	cursor:pointer;
	background-image:url(../images/submit_btn.gif);
	background-position:top;
	background-repeat:no-repeat;
}	
.submitbtn a:hover{
	text-decoration:none;
}	

	
/*　例文　*/
#mailform .sample {
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	color:#654d46;
	padding:5px 0 0 0;
	}
	
/*　例文　*/
#mailform .comment {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#654d46;
	padding:0 0 3px 0;
	}
	
/*　テーブル背景色　*/	
#mailform .bg1 {
	background-color:#e3efff;
	}
#mailform .bg2 {
	background-color:#f3f8ff;
	}	

/*　必須/任意アイコン　*/
#mailform .need {
	background-image:url(../images/icon_type_01.gif);
	background-repeat:no-repeat;
	background-position:8px 10px;
	}
#mailform .notneed {
	background-image:url(../images/icon_type_02.gif);
	background-repeat:no-repeat;
	background-position:8px 10px;
	}
#mailform .pass {
	background-image:url(../images/icon_type_03.gif);
	background-repeat:no-repeat;
	background-position:8px 10px;
	}
	
/*　送信確認用　*/
#sendmail{
	width:500px;
	height:300px;
	padding:19px;
	text-align:left;
	margin:0 auto 20px auto;
	overflow:scroll;
	overflow-x:hidden;
	background-color:#F6F4ED;
	border:1px solid ##DDD;
	}
		
#mailform .none {
	}
	
/*　入力確認文字　*/
#mailform .confirm_txt {
	font-size:13px;
	font-weight:bold;
}

#mailform li {
	float:left;
	}
/*　罫線　*/
#mailform td hr {
	border:dotted 1px #fff;
	margin:8px 0;
	padding:0;
	}	
	
/*　エラー表示　*/	
#mailform .error {
	background-color:#fdd1c9;
	border:solid 1px #e67373;
	}	
	
#mailform .error .sample {
	font-weight:bold;
	color:#CC0000;
	}
	
#mailform .errormes {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#fff;
	background-color:#cc3333;
	padding:3px 5px;
	margin-bottom:5px;
	}
	
/*　エラー表示任意　*/	
#mailform .alert {
	background-color:#faff99;
	border:solid 1px #e3ea8e;
	}
#mailform .alert .errormes {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#333;
	background-color:#ffe20f;
	padding:3px 5px;
	margin-bottom:5px;
	}		
#mailform .alert .pass {
	background-image:url(../images/icon_type_04.gif);
	background-repeat:no-repeat;
	background-position:8px 10px;
	}			
	
/*step
----------------------------------------------------------------*/
#step {
	width:600px;
	margin:0 auto 15px auto;
	padding:0;
	text-align:left;
	}
#step table {
	width:600px;
	border-spacing:1px;
	border:1px solid #DDD;
	}
#step th {
	width:30%;
	text-align:center;
	padding:3px 5px;
	font-size:12px;
	font-weight:bold;
	}
#step td {
	width:5%;
	text-align:center;
	padding:0;
	background-image:url(../images/step_arw.gif);
	background-repeat:no-repeat;
	background-position:center;
	}
#step .nowpos {
	color:#FFF;
	background-color:#4b669a;
	}
#step .nextpos {
	color:#555555;
	background-color:#fff;
	}
#step .pastpos {
	color:#555555;
	background-color:#fff;
	}		
