@charset "UTF-8";

/*---------------------------------------------------------------

2008 10/1作成

----------------------------------------------------------------*/

/*初期設定
----------------------------------------------------------------*/

*{
  margin:0;
  padding:0;
	font-family:
	"ＭＳ Ｐゴシック",'Hiragino Kaku Gothic Pro',Osaka,sans-serif;	
  
}
body {
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	font-size:12px;	
	line-height:20px;
	font-weight:100;	
	}
td,th{
	color: #333333;
	font-size:12px;
	line-height:20px;
	font-family:
	"ＭＳ Ｐゴシック",'Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:0;
	font-weight:100;
	}
form {
	margin:0;
	padding:0;
	}	
select,input {
	margin:0 5px 0 0;
	padding:0;
	vertical-align:top;
	}
option{
    padding-right:1em;
    }    		
textarea{
	resize:none;
	width:99%;
	vertical-align:top;	
	}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	}
ul,li {
	list-style:none;
	margin:0;
	padding:0;
	}	

a{
	color:#3366CC;
	text-decoration:none;	
	}
a:hover{
	color:#FF9900;
	text-decoration:none;
	}	

.clear {
	clear:both;
	}
	
.red{	color:#f00;	}
		

/*formhead
----------------------------------------------------------------*/
#formhead {
	width:650px;
	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:650px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
	
#mailform table {
	width:650px;
	border:1px solid #DDD;
	border-spacing:1px; 
	}
	
#mailform th {
	width:25%;
	padding:8px 10px;
	font-size:13px;
	font-weight:bold;
	color:#776284;
	}
#mailform td {
	width:75%;
	line-height:20px;
	padding:8px 8px 8px 8px;
	}		

#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:350px;
	padding:0 0 0 225px;
	}
	*/
/*　サブミット用　*/
#mailform .submitbtn .onebtn {
	text-align:center;
	border:0px;
	width:220px;
	padding:0;
	margin:0 auto;
	}	
	/*
#mailform .submitbtn table {
	text-align:center;
	border:0px;
	width:650px;
	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 auto;
	padding:0;
	border:0px;
	width:200px;
	height:25px;
	cursor:pointer;
	background-image:url(../images/submit_btn.gif);
	background-position:top;
	background-repeat:no-repeat;
	}	*/
#mailform .submitbtn table {
	text-align:center;
	border:0px;
	width:440px;
	margin:0 auto;
	}
#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;
	}	

/*　リンク用　*/
#mailform .submitbtn a{
	font-weight:bold;
	font-size:14px;
	line-height:25px;
	color:#fff;	
	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;
}	
#mailform .submitbtn a:hover{
	font-weight:bold;
	font-size:14px;
	line-height:25px;
	color:#fff;	
	display:block;
	margin:0 auto;
	width:200px;
	height:25px;
	cursor:pointer;
	background-image:url(../images/submit_btn_on.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}	

	
/*　例文　*/
#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:#F7F2FA;
	}
#mailform .bg2 {
	background-color:#FDFAFF;
	}	

/*　必須/任意アイコン　*/
/*
#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:auto;
	height:300px;
	padding:20px;
	text-align:left;
	margin:10px auto 20px auto;
	overflow:scroll;
	overflow-x:hidden;
	background-color:#fafafa;
	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:#FCF7FF;
	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:#AF83CA;
	padding:3px 5px;
	margin-bottom:5px;
	}
	
/*　エラー表示任意　*/	
#mailform .alert {
	background-color:#FCF7FF;
	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:540px;
	margin:0 auto 15px auto;
	padding:0;
	text-align:left;
	}
#step table {
	width:540px;
	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:#654d46;
	}
#step .nextpos {
	color:#654d46;
	background-color:#fff;
	}
#step .pastpos {
	color:#654d46;
	background-color:#fff;
	}		