﻿/*■□■□■□共通ＣＳＳの読み込み□■□■□■*/
@import url("/pc/css/common.css");
@import url("/pc/css/form/all.css");

/* 説明文マージン設定 */
#lead {
	height: 106px;
	width: 438px;
	background-image: url(../../form/image/bg.gif);
	background-repeat: no-repeat;
	margin-left: 30px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#lead p {
	margin-bottom: 7px;
}
.red {
	color: #FF0000;
}
#content {
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 15px;
}
#entryform {
	margin-bottom: 60px;
}
#titile {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-indent: 10px;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #0000CC;
	margin-bottom: 15px;
}#content p {
	margin-left: 17px;
	margin-bottom: 10px;
}

