@charset "shift-jis";
@import "../lib/config.css";

body{
font-size:small;
}


/*　基本設定　*/
	#mail * {
		color: #333;
		font-style: normal;
		font-weight: normal;
		line-height: 1.5em;
		margin: 0;
		padding: 0;
		}
	#mail {
		font-size: 100%;
		text-align: center;
		}
	#mail table,#mail .etxt {
		margin: 0 auto;
		}

/*　見出し　*/
	#mail h2 {
		font-size: 110%;
		font-weight: bold;
		padding: 20px 0 20px 0;
		}

/*　段落　*/
	#mail p {
		margin-bottom: 1em;;
		}

/*　小さい文字　*/
	#mail small {
		font-size: 80%;
		}

/*　強調　*/
	#mail strong {
		color: #f00;
		font-weight: bold;
		}
	#mail em {
		color: #f00;
		font-size: 80%;
		padding-left:5px;
		}

/*　フォーム成形用テーブル　*/
	#mail #form_table th {
		vertical-align: top;
		text-align: left;
		height:2.65em;
		padding-top:3px;
		}
	#mail #form_table th label {
		margin-right: 5px;
		}
	#mail #form_table td {
		text-align: left;
		padding-bottom: 0.5em;
		padding-right: 5px;
		}
	#mail #form_table td.haba {
		width: 260px;
		}
	#mail #form_table td.buttonarea {
		text-align: center;
		}

/*　入力フォーム各パーツ　*/
	#subj,#comm,.ex{
		padding: 2px;
		border:1px solid;
		line-height: normal;
		font-size: small;
		}
	#comm {
		margin-top: 5px;
		padding-top: 4px;
		line-height: 1.4;
		}
	#mail input.button1,#mail input.button2,
	#mail input.button3,#mail input.button4 {
		background:url(./button.gif) no-repeat;
		width:86px;
		height:19px;
		border:none;
		font-size:12px;
		padding:0px;
  		cursor:pointer;
		line-height: normal;
		margin: 0.5em 5px 1em 5px;
		}
	#mail input.button1:focus,#mail input.button2:focus,
	#mail input.button3:focus,#mail input.button4:focus {
		background:url(./button2.gif) no-repeat;
		}
/*
	#mail input.button1 {
		background:url(./go_button_g.gif) no-repeat;
		width:150px;
		height:22px;
		padding-right:10px;
		}
	#mail input.button2 {
		background:url(./back_button_g.gif) no-repeat;
		width:100px;
		height:22px;
		padding-left:10px;
		}
	#mail input.button3 {
		display:none;
		}
	#mail input.button4 {
		background:url(./home_button_g.gif) no-repeat;
		width:150px;
		height:22px;
		}
*/

/*　プレビュー画面のテーブル　*/
	#mail table#check_table  {
		margin-bottom: 1em;
		border-collapse: collapse;
		}
	#check_table th,#check_table td {
		text-align: left;
		border: 1px solid #333;
		padding: 3px 4px 1px 4px;
		vertical-align: top;
		}
	#check_table th {
		font-weight: bold;
		}
	#check_table td {
		width: 30em;
		}
	#check_table td.mes {
		padding-bottom: 1em;
		}
	#pre #check_table #display {
		display:none;
		}

/*　リスト(エラーページで適用されます)　*/
	#error .errorlist {
		list-style:none;
		margin:0;
		padding:0;
		}
	#error .errorlist li {
		font-size: 100%;
		margin:0;
		padding:0 0 1em 0;
		}

/*　返信希望テキスト　*/
	#mail .etxt {
		width:400px;
		text-align: left;
		line-height: 1.5em;
		}
	.restxt {
		display:none;
		}
	.res .restxt {
		display:block;
		width:400px;
		text-align: left;
		line-height: 1.5em;
		}

/*　著作権表示の表示位置　*/
	address#copy {
		text-align: center;
		display: none;
		}
