@charset "Shift_JIS";


/*--------------------------------------------------------
  トップページメッセージ
--------------------------------------------------------*/
.topPageTitle {
	background:url(../common/pagesabtitle_bg.png) no-repeat top left;
	padding-left:50px;
	height:43px;
	line-height:43px;
	text-align:left;
	font-size:1.6em;
	color:#4DB312;
}
.hpb-layoutset-01 #message {
	background:url(../top/comment_bg.jpg) no-repeat top left;
	width:620px;
	height:300px;
	padding:30px 0 0 0;
	margin:0;
}
.hpb-layoutset-01 #message p {
	width:500px;
	margin:0;
	padding:0;
	font-size:1.1em;
	line-height:180%;
	font-weight:normal;
	color:#333;
}
/*--------------------------------------------------------
facebook LikeBox
--------------------------------------------------------*/
.fb-area {
	width:auto;
	padding:5px 25px;
	margin-top:10px;
	background:#eeffe2 url(../common/bg_dotte.png) repeat;
	border:#b3e490 8px solid;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	text-align:center;
}
