@charset "utf-8";

form {
	padding:18px 0 0 18px;
}

#dl_1 {
	margin:0 0 15px 0;
}

#dl_1 dt {
	width:136px;
	height:20px;
	color:#fff;
	text-align:center;
	line-height:20px;
	background:#0fa0dc;
	padding:;
	margin:0 7px 8px 0;
	float:left;
}

#dl_1 dd {
	width:417px;
	height:20px;
	padding:;
	margin:0 0 8px 0;
	float:left;
}

#dl_1 dt.cel_1 {
	height:125px;
	line-height:125px;
}

#dl_1 dd.cel_1 {
	height:125px;
}

#dl_1 dt.cel_2 {
	height:50px;
	line-height:50px;
}

#dl_1 dd.cel_2 {
	height:50px;
}

#dl_1 dd ul {
	font-size:12px;
	list-style:none;
}

#dl_1 dd ul li {
	width:170px;
	height:18px;
	overflow:hidden;
	float:left;
}

#dl_1 dd input.type_text {
	width:250px;
	height:18px;
	border:1px solid #0fa0dc;
	margin:0 3px 0 0;
}

#dl_1 dd input.type_radio {
	margin:0 3px 0 0;
	position:relative;
	top:2px;
}

#dl_2 {
	margin:0 0 15px 0;
}

#dl_2 dt {
	background:url(../images/entry/eye_catch.gif) no-repeat 0 1px;
	padding:0 0 5px 15px;
}

#dl_2 dd textarea {
	width:560px;
	height:155px;
	font-size:13px;
	border:1px solid #0fa0dc;
}

#submit_area {
	text-align:center;
	margin:0 0 15px 0;
}

#submit_area p .submit {
	width:150px;
	height:26px;
	border:none;
	background:url(../images/entry/submit.gif) no-repeat;
	cursor:pointer;
}


/* IE6 Hack */
* html #dl_1 dd ul {
	position:relative;
	top:-4px;
}

* html #dl_1 dd input.type_radio {
	margin:0;
	position:relative;
	top:1px;
}

/* IE7 Hack */
*:first-child+html #dl_1 dd ul {
	position:relative;
	top:-4px;
}

*:first-child+html #dl_1 dd input.type_radio {
	margin:0;
	position:relative;
	top:1px;
}



