@charset "UTF-8";

div.page-tit {
	height: 25px;
	margin: 7px 0 0;
	padding: 5px 5px 0;
	background: url(/commons/tit-back.png) no-repeat;
}
div.page-tit h3 {
	width: 300px;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
div.categ {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 25px;
}
div.categ h4 {
	background: url(/commons/arrow-cross.png) 0 3px no-repeat;
	padding-left: 13px;
	margin: 10px 0;
	color: #960;
	font-weight: bold;
	font-size: 100%;
}
dl#enter dt {
	float: left;
	width: 130px;
	margin-bottom: 15px;
	font-size: 120%;
}
dl#enter dd {
	margin-bottom: 15px;
}
dl#enter dd input, dl#enter dd textarea, dl#enter dd select {
	font-size: 100%;
	background: #F1F1ED;
}
dl#enter dt {
	float: left;
	width: 170px;
	margin-bottom: 15px;
	font-size: 100%;
}

dl#send {
	clear: both;
	border-top: #999 dotted 1px;
	padding-top: 15px;
}
dl#send dt {
	float: left;
	width: 350px;
	margin-bottom: 15px;
	font-size: 100%;
	margin-right: 20px;
}
p.mail {
	clear: both;
	float: right;
	padding-top: 10px;
	padding-left: 13px;
	background: url(/commons/ico-mail.png) 0px 13px no-repeat;
	font-size: 83%;
	text-align: right;
}
input#contact-send {
	font-size: 83%;
	background: #cc0000;
	color: #fff;
	border: #999 solid 1px;
}
