﻿#primary {
	width : 100%;
	background-image : url(ptitleimg.jpg);
	background-repeat : no-repeat;
	background-position : center top;
	background-size : cover;
}

#fbbox {
	position : relative;
	width : 1000px;
	height : 400px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 60px;
}

dl#greeting {
	position : absolute;
	width : 450px;
	top : 0;
	left : 0;
}

dl#greeting dt {
	padding-top : 5px;
	font-size : 150%;
	text-align : center;
	line-height : 1.5em;
	margin-bottom : 30px;
	font-family: ryo-gothic-plusn, sans-serif;
	font-style: normal;
	font-weight: 500;
}

dl#greeting dd {
	line-height : 1.7em;
}

.fb-page {
	margin-left : 500px;
}