.write_message {
	text-indent: -999px;
	width: 110px;
	background-image: url(../images/bar/write_message.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	background-position: left top;
	float: right;
	margin-right: 100px;
	margin-bottom: 10px;
}
*html .write_message {
	margin-right: 50px;
}
.write_message:hover {
	background-position: left -42px;
	background-repeat: no-repeat;
}

.message_L {
	float: left;
	width: 80px;
	display: block;
	line-height: 1.5em;
}
.message_L em {
	font-style: normal;
	padding-right: 10px;
	float: right;
}


.message_L_r {
	float: left;
	width: 100px;
	display: block;
	line-height: 1.5em;
	text-transform: capitalize;
	margin-top: 10px;
}
.message_L_r em {
	font-style: normal;
	float: right;
	padding-right: 10px;
	padding-top: 8px;
	color: #9E643A;
}
.message_R {
	float: right;
	width: 330px;
	line-height: 1.5em;
	margin-right: 100px;
}
.message_R_r {
	width: 330px;
	line-height: 1.5em;
	background-image: url(../images/bar/message_ex.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: right;
	margin-top: 10px;
	margin-right: 110px;
}
* html .message_R {
	margin-right: 0px;
	padding-right: 100px;
}
* html .message_R_r {
	margin-right: 0px;
	padding-right: 110px;
}
.message_R_r span {
	background-image: url(../images/bar/message_top.gif);
	display: block;
	width: 300px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 15px;
	color: #9E643A;
}
.message_R_r strong {
	background-image: url(../images/bar/message_down.gif);
	display: block;
	height: 9px;
	width: 330px;
	background-position: left bottom;
	background-repeat: no-repeat;
}


.gotop {
	width: 445px;
	display: block;
	height: 28px;
	clear: both;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4DBB2;
}

.gotop a {
	background-image: url(../images/bar/gotop.gif);
	height: 18px;
	display: block;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: right;
	width: 66px;
	float: right;
	margin-top: 10px;

}
.line_hight {
	display: block;
	clear: both;
	height: 2px;
}
