#main_contents {
	width: 900px;
	overflow: hidden;
	clear: both;
}


#main_contents #left_contents {
	width: 640px;
	float: left;
	overflow: hidden;
}

#left_contents .title {
	width: 620px;
	margin-bottom: 25px;
}

#left_contents .note {
	width: 570px;
	margin-left: 17px;
	margin-bottom: 24px;
}

#left_contents #err_msg {
	width: 570px;
	margin-left: 17px;
	margin-bottom: 16px;
	color: #FF0000;
	font-weight: bold;
}

#left_contents #form_contents {
	width: 590px;
	margin-left: 17px;
	margin-bottom: 20px;
	overflow: hidden;
}

#form_contents .form_box {
	width: 590px;
	margin-bottom: 8px;
	overflow: hidden;
}

#form_contents .form_box .title_contents {
	width: 130px;
	/*padding-top: 6px;*/
	float: left;
}

#form_contents .form_box .data_contents {
	width: 450px;
	float: left;
}

#form_contents .form_box .data_contents input {
	width: 248px; /* 250 - 1 - 1 */
	height: 20px; /* 22  - 1 - 1 */
	border: 1px solid #E6E6E6;
}

#form_contents .form_box .data_contents textarea {
	width: 448px; /* 450 - 1 - 1 */
	height: 178px; /* 180  - 1 - 1 */
	border: 1px solid #E6E6E6;
}

#left_contents #btn_contents {
	width: 580px;
	margin-left: 17px;
	text-align: right;
}

#left_contents #btn_contents img{
	cursor: pointer;
}

#main_contents #right_contents {
	width: 260px;
	float: left;
	overflow: hidden;
}

#local-navi .contents{
	width: 248px;
	padding: 0 6px 27px;
	overflow: hidden;
}

#local-navi .contents .title{
	width: 248px;
	margin-bottom: 17px;
	overflow: hidden;
}

#local-navi .contents .link{
	width: 222px;
	margin-left: 26px;
	overflow: hidden;
}
