﻿@charset	"UTF-8";
/*
---------------------------------------------------------------------
	page body warpper
	margin: 15px 15px 150px 45px = width: 650px + padding: 5px; = 720px
	margin: 15px 35px 150px 65px = width: 610px + padding: 5px; = 720px
---------------------------------------------------------------------
*/
#mainBodyMargin {
	margin: 15px 35px 150px 65px;
	background-color: white;
}
#mainBodyInner {
	width: 610px /*610px*/;
	color: black;
	text-align: left;
	padding: 5px;
}
/*
---------------------------------------------------------------------
		Header style
---------------------------------------------------------------------
*/
#offgPageHeader {
	width: 610px;
	height: 40px;
	text-align: center;
}
/*
---------------------------------------------------------------------
		Title style
---------------------------------------------------------------------
*/
.offgPageTitle {
	height: 30px;
	background-image: url('../images/common/title-bg-1.gif');
	line-height: 30px;
	margin: 0 0 20px 0;
	clear: both;
}
.offgPageTitle span {
	margin: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
}
/*
---------------------------------------------------------------------
		contents
---------------------------------------------------------------------
*/
div.officeBlock {
	clear:left;
	width:610px;
}
div.officeBlock div.headOffice1-1 {
	float: left;
	width: 408px;
	margin-bottom: 4px;
}
div.headOffice1-1 img{
	border:4px #CCCCCC solid;
}
div.officeBlock div.headOfficeCaption {
	width:186px;
	float:right;
	margin-left: 14px;
	display: inline;
}
div.headOfficeCaption p.headOfficeCaptionTitle {
	border-left: 6px #663300 solid;
	padding: 2px 0 2px 8px;
	margin-bottom: 8px;
}
div.headOfficeCaption p.headOfficeCaptionText {
	padding: 2px 0 2px 0;
	font-size: 12px;
	line-height: 140%;
}
div.officeBlock img.headOffice2-1 {
	clear: both;
	float: left;
	margin-right: 4px;
	display: inline;
	border:4px #CCCCCC solid;
}
div.officeBlock img.headOffice2-2 {
	float: left;
	border:4px #CCCCCC solid;
	display:inline;
}
/*
---------------------------------------------------------------------
		
---------------------------------------------------------------------
*/
