@charset "UTF-8";

.mailform_center{
	text-align: center;
}

.mailform_red{
	color: red;
}

table.mailform{
	width: 300px;
	margin: 0 auto 15px auto;
}

table.mailform th{
	/*background-color: #EEEEEE;*/
	text-align: center;
	padding: 8px 0px 0px 0px;
}

table.mailform td{
	text-align: center;
}

table.mailform td.ex{
	text-align: left;
	padding: 0;
	font-size: 12px;
	color: #666666;
}

table.mailform td.confirm{
	padding: 8px;
	line-height: 1.0;
	width: 280px;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000000;
	background-color: #FFFFCC;
	text-align: left;
}

input.text, textarea{
	background-color: #FFFFFF;
	padding: 8px;
	line-height: 1.0;
	width: 280px;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000000;
	border: 1px solid #B8B8B8;
}

select,textarea {
}

input.button_full, input.button_half {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.0;
	width: 180px;
	margin: 0 5px;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000000;
	background-color: #CCCCCC;
	background:	-moz-linear-gradient(top,#FFFFFF,#CCCCCC);
	background:	-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
	border: 1px solid #B8B8B8;
	cursor: pointer;
}

input.button_full {
	width: 280px;
	font-size: 16px;
}

input.button_half {
	width: 120px;
	font-size: 14px;
}

input.button_mini {
	font-size: 12px;
}

input:hover, textarea:hover {
	background-color: #FF9999;
	background:	-moz-linear-gradient(top,#FFFFFF,#DDDDDD);
	background:	-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
}

div.box{
	border: 2px solid #999999;
	width: 300px;
	margin: 0 auto 15px auto;
}

/* msg ****************************************************/

	table.msg_main{
		font-weight: bold;
		letter-spacing: +2px;
		margin: 10px 10px 10px 10px;
		padding: 0px;
		background-image:url(../images/msg_bg.gif);
	}

	table.msg_main td.img{
		width: 30px;
		text-align: center;
	}

	table.msg_main td.img img{
		width: 20px;
		height: auto;
	}

	table.msg_main td.msg{
		color: #ff0000;
		padding: 10px 10px 10px 5px;
	}

	table.msg_err{
		margin: 0px 0px 5px 0px;
	}

	table.msg_err td{
		font-size: 11px;
		color: white;
		border: 1px solid #ff0000;
		background-color: #ff1111;
		padding: 3px 5px 3px 5px;
		margin: 0px;
	}

	div.msg{
		font-size: 14px;
		margin: 0px 10px 15px 10px;
		padding: 10px;
		border: 1px solid #FFFFFF;
	}
