@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2012/4/17
 */
.boxContact01 {
	border:#e1e2e2 solid 1px;
	background-color:#f7f8f8;
	width:860px;
	padding:20px;
}
.grayContact{
	color:#3E3A39;
}
.lineContact01{
	background:url(../img/line_contact01.gif) left bottom repeat-x;
	padding-bottom:30px;
	margin-bottom:30px;
}
table.tabContact01{
	width:100%;
	color:#3E3A39;
}
	table.tabContact01 td span{
		margin-left:10px;
		color:#E60012 !important;
		font-weight:bold;
	}
	table.tabContact01 td input{
		width:97%;
		height:1.5em;
		line-height:1.5em;
	}
	table.tabContact01 td textarea{
		width:97%;
		height:175px;
	}
	table.tabContact01 td{
		padding:10px 15px;
		text-align:left;
		vertical-align:middle;
	}
	table.tabContact01 tr.grayTab td{
		background-color:#f4f0ea;
	}
.boxContact02{
	background-color:#f4f0ea;
}
	.boxContact02 .boxContact02In{
		background:url(../img/line_contact02.gif) left bottom repeat-x;
	}
		.boxContact02 .boxContact02In .boxContact02Bg{
			background:url(../img/line_contact02.gif) left top repeat-x;
			padding:20px 10px;
			text-align:center;
		}










