@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#message {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #message {
	height: 500px;
}

#message a {
	text-decoration: underline;
}


/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

#message div.message-Lt {
	width: 140px;
	float: left;
}

#message div.message-Rt {
	width: 410px;
	float: right;
}

#message div.message-Rt h4{
	font-weight: bold;
	line-height: 1.2em;
}

#message div.message-wrap {
	margin-bottom: 30px;
	padding-bottom: 26px;
	background: url(../../shared/images/common_bg_002.gif) left bottom repeat-x;
}

