@charset "shift-jis";

/******************************************************
 * INNER CONETENT
 */

#content .inner_content {
	width: 850px;
	margin: 0 auto;
}

/******************************************************
 * CONTACT
 */

#contact {
	margin-bottom: 50px;
}
#contact h2 {
	margin-bottom: 20px;
}
#contact p {
	font-size: 130%;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px;
}
#contact p span {
	color: #f00;
	font-weight: bold;
}
#contact table {
	width: 100%;
	border: 3px solid #ccc;
	border-collapse: collapse;
}
#contact th,
#contact td {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 130%;
}
#contact th {
	background: #f2f2f2;
	text-align: right;
	width: 120px;
}
#c_form label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 120px;
	padding-right: 10px;
	position: relative;
}
#c_form label span {
	color: #f00;
	position: absolute;
	right: 0;
}
#c_form input,
#c_form textarea {
	font-size: 100%;
	padding: 3px 5px;
}
#c_name,
#c_mail,
#c_tel {
	width: 250px;
}
#c_zip {
	width: 100px;
}
#c_addr,
#c_comment {
	width: 400px;
}
#c_comment {
	height: 150px;
}
#c_form .button {
	padding-left: 140px;
}
#contact a {
	background: url(../common/arrow.gif) 0 50% no-repeat;
	padding-left: 15px;
}
