/*──────────────────────────────────────*/
/* 全体 */
/*──────────────────────────────────────*/
#page-container {
	width:900px;
	margin:0 auto;
}
/*──────────────────────────────────────*/
/* ヘッダー */
/*──────────────────────────────────────*/
#header-container {
	width:900px;
	padding-bottom:8px;
	/*height:120px;*/
	background-color:#e7e7e7;
	/*
	background:url(../image/bg_header.png);
	background-repeat:no-repeat;
	*/
}
/* マウスオーバー時に画像を半透明にする */
.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*──────────────────────────────────────*/
/* フッター */
/*──────────────────────────────────────*/
#footer-container {
	width:900px;
	height:50px;
	background:url(../image/bg_footer.png);
	background-repeat:no-repeat;
}
/*──────────────────────────────────────*/
/* ナビゲーション */
/*──────────────────────────────────────*/
#navbar-container {
	mnargin-top:8px;
	width:900px;
	height:35px;
	background:url(../image/bg_navbar.png);
	background-repeat:repeat-x;
}
#navbar-container ul {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 50%;
}
#navbar-container li {
	display: inline;
	float: left;
	height: 35px;
	position: relative;
	right: 50%;
	border: solid #aaaaaa;
	border-width: 0px 1px;
	margin: 0px 0px 0px -1px;
}
#navbar-container a {
	display: block;
	float: left;
	height: 35px;
	padding: 0 10px;
	font-size: 12px;
	color: #356a9f;
	text-decoration: none;
	line-height: 35px;
}
#navbar-container a:hover, #navbar-container .current-page {
	background: url(../image/bg_navbar_on.png);
	background-repeat: repeat-x;
	color: #356a9f;
}
#navbar-container .highlight-page {
	background: url(../image/bg_navbar_highlight.png);
	background-repeat: repeat-x;
	color: #356a9f;
}
#navbar-container .highlight-page a {
	color: #ffffff;
}
#navbar-container .highlight-page a:hover {
	color: #356a9f;
}
/*──────────────────────────────────────*/
/* ショートカット */
/*──────────────────────────────────────*/
.shortcut-menu {
	width: 640px;
	/*margin-left: 1px;	/* liの左マージンは-1なので、これで0にする */
}
.shortcut-menu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	/*
	left: 50%;
	*/
}
.shortcut-menu li {
	display: inline;
	float: left;
	width: 126px;
	height: 40px;
	position: relative;
	/*
	right: 50%;
	*/
	border: solid #aaaaaa;
	border-width: 0px 0px 1px 1px;
	margin: 0px;
	text-align: center;
	background-color:#d5eaea;
	background:url(../image/bg_shortcut.png);
	background-repeat:repeat-x;
}
.shortcut-menu li.last {
	display: inline;
	float: left;
	width: 126px;
	height: 40px;
	position: relative;
	/*
	right: 50%;
	*/
	border: solid #aaaaaa;
	border-width: 0px 1px 1px 1px;
	margin: 0px;
	text-align: center;
	background-color:#d5eaea;
	background:url(../image/bg_shortcut.png);
	background-repeat:repeat-x;
}
.shortcut-menu a.one-line {
	display: block;
	float: left;
	width: 122px;
	height: 40px;
	padding: 0 2px;
	font-size: 12px;
	color: #1d558d;
	text-decoration: none;
	line-height: 40px;
}
.shortcut-menu a.two-line {
	display: block;
	float: left;
	width: 122px;
	height: 35px;
	padding: 5px 2px 0px 2px;
	font-size: 12px;
	color: #1d558d;
	text-decoration: none;
	line-height: 16px;
}
.shortcut-menu a:hover {
	/*background: url(../image/bg_navbar_on_36px.png);*/
	background: url(../image/bg_navbar_on_40px.png);
	background-repeat: repeat-x;
	color: #356a9f;
}
/*──────────────────────────────────────*/
/* 本体 */
/*──────────────────────────────────────*/
#body-container {
	clear:both;
	width:640px;
	padding:50px 130px 50px 130px;
	background:url(../image/bg_page.png);
	background-repeat:repeat-y;
}
.contents-block {
	padding-left:10px;
	border-style:solid;
	border-color:#e9e9e9;
	border-width:0px 0px 0px 10px;
}
/*──────────────────────────────────────*/
/* ページ先頭へ */
/*──────────────────────────────────────*/
#top-of-page-button {
	margin-top:80px;
	text-align:center;
}
/*──────────────────────────────────────*/
/* タイトル */
/*──────────────────────────────────────*/
.main-title {
	margin-bottom:40px;
}
.sub-title-top {
}
.sub-title {
}
.field-title-top {
}
.field-title {
}
/*──────────────────────────────────────*/
/* 文言 */
/*──────────────────────────────────────*/
.staff_name {
	margin-bottom:5px;
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:#d4d4d4;
}
.address {
	/*font-size:14px;*/
	/*letter-spacing:1px;*/
}
.sep_bar {
	margin:0px 0px 2px 0px;
	padding:0px 0px 2px 0px;
	border-bottom:1px solid #d4d4d4;
}
