@charset "UTF-8";
@import url(main.css);

#contentsBox{
	padding-top:15px;
}

#leftcolum{
	float:left;
	width:699px;
	min-height:400px;
}

#rightcolum{
	width:225px;
	float:right;
}

#leftcolum .entryBox{
	margin-left:30px;
	margin-top:15px;
}

#leftcolum .entryTitle h3{
	background:url(../images/title_line.gif) no-repeat left bottom;
	padding-bottom:3px;
	padding-left:32px;
	margin-bottom:2px;
	font-size:108%;
	margin-top:15px;
}

#leftcolum .entryTitle .title{
	margin-left:32px;
}

#leftcolum .entryBox dl dt{
	clear:both;
	float:left;
	width:80px;
	padding:1px 0 3px 3px;
}

#leftcolum .entryBox dl dd{
	padding:1px 0 3px 0;
	margin-left:83px;
}

#leftcolum .entryBox dl dd img{
	vertical-align:middle;
	margin-left:10px;
}


#leftcolum h2.report{
	margin-top:30px;
}

#leftcolum .detailEntryBox{
	margin-left:30px;
	margin-top:15px;
	background:url(../images/bg_second.gif) left top;
	border:1px solid #f0eeee;
	padding:10px 15px;
}

.time{
	margin-top:10px;
}

.contact{
	margin:10px 0 20px 0;
}

#leftcolum .formArea{
	margin-left:30px;
	margin-top:15px;
}

#leftcolum .formArea .fTitle{
	margin-bottom:3px;
}

#leftcolum .formArea table{
	width:100%;
	border-right:1px solid #8b8b8b;
	border-top:1px solid #8b8b8b;
}

#leftcolum .formArea table th{
	width:150px;
	border-left:1px solid #8b8b8b;
	border-bottom:1px solid #8b8b8b;
	padding:3px;
}


#leftcolum .formArea table th p{
	background:url(../images/ico_cross.gif) no-repeat left center;
	padding-left:12px;
}

#leftcolum .formArea table textarea{
	width:450px;
}

#leftcolum .formArea table input{
	width:450px;
}

#leftcolum .formArea table input.tel{
	width:170px;
}

#leftcolum .formArea table td{
	border-left:1px solid #8b8b8b;
	border-bottom:1px solid #8b8b8b;
	padding:3px;
}

.sendForm{
	text-align:center;
	margin-top:5px;
}

.error{
	color:#e1002a;
}