﻿@charset "UTF-8";


#cat h2.cat_contact {
	background: url(../img/cat_contact.gif) no-repeat;
}

table.contact {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-top: 2px solid #c6c6cd;
	border-bottom: 2px solid #c6c6cd;
	border-collapse: collapse;
	background: url(../img/table_bg.gif);
}

table.contact td {
	width: 65%;
	color: #333333;
	text-align: left;
	padding: 7px 10px 7px 10px;
	background: url(../../common/img/border_bg.gif) #ffffff repeat-x 0 bottom;
}

table.contact td.t {
	width: 35%;
	border-right: 1px solid #c3c3c5;
	background: url(../../common/img/border_bg.gif) repeat-x 0 bottom;
}

table.contact select {
	width: 120px;
}

table.contact input {
	margin-top: 2px;
}

table.contact input.t, table.contact textarea {
	width: 300px;
}

table.contact .subtxt {
	font-size: 75%;
	color: #ec1e08;
}

span.bold {
	font-weight: bold;
	color: #ec1e08;
}

.notice {
	height: 100px;
	overflow-y: scroll;
	text-align: left;
	margin: 0px 1px 0px 1px;
	padding: 15px;
	border: 1px solid #c6c6cd;
	margin: 20px 0px 20px 0px;
}
