﻿@charset "utf-8";
@import "../../common/css/common.css";
/************************************************
	type:Form style
	date:2009/08/21
************************************************/


/**************************************************
	Form Style
**************************************************/

.content .capture{
	margin-bottom:25px;
	padding-bottom:25px;
	background:url(../../common/images/decorated_line.jpg) no-repeat left bottom;
}
.content .capture p{
	margin:0 0 20px 55px;
	padding:10px 20px;
	border:1px #7f7f7f solid;
	background:#000000;
}
.content table{
	width:530px;
	margin-left:55px;
	border-bottom:1px #373737 solid;
	border-right:1px #373737 solid;
}
.content table td{
	margin:0;
	border-top:1px #373737 solid;
	border-left:1px #373737 solid;
}
.content table .t_left{
	background:#090909;
	color:#18ff00;
	text-align:center;
	vertical-align:top;
}
.content table .t_right{
	padding:10px 15px;
	background:#c2c2c2;
	color:#000000;
}
.content table span{
	margin-left:5px;
	color:#ff0000;
}
.button{
	padding-top:10px;
	text-align:center;
}


/** Error Page Style **/
.content .capture p.err_area{
	margin:0 0 20px 55px;
	padding:10px 20px;
	color:#ffff00;
	border:1px #7f7f7f solid;
	background:#000000;
}


/** Thanks Page Style **/
.content .capture p.thanks_area{
	margin:0;
	padding:10px 20px;
	border:1px #7f7f7f solid;
	background:#000000;
}


/** IME Mode Style **/
.name,
.comment{
	ime-mode:active;/* 初期値を日本語入力モードに（IE,Firefox3のみ対応） */
}
.tel,
.mail{
	ime-mode:disabled;/* 強制英数字入力モードに（IE,Firefox3のみ対応） */
}
