@charset "shift_jis";
@import url("default.css");
/* ===============================================

file name  : contact.css
style info : contact専用

================================================== */
body {background-color:#FFFFFF; color:#000000; font-size:14px;}

div {
	width:717px;
	background: #FFFFFF url(../vena_img/contact_bg.gif) no-repeat center top;
	margin:10px auto;
}

h1 {
	width:92px;
	margin:0px auto;
	padding:26px 0;
}

dl {
	overflow:hidden;
	margin-bottom:31px;
}

dl dt {
	width:250px;
	float:left;
	text-align:right;
	margin-right:10px;
}

dl dd {
	width:300px;
	float:left;
}

p {
	text-align:center;
}

p.cyaption {
	margin: 0px auto 20px;
	padding: 10px 20px;
	width: 400px;
	line-height: 100%;
	text-align: left;
	border: 1px solid #CCC;
}

p.check {
	margin-bottom:20px;
}

p.thanks {
	padding-top:175px;
}

div form input.text-field {
	width:225px;
}

div form textarea#contact_content {
	width:295px;
	height:100px;
}
