@charset "UTF-8";
html,
body {
		height: 100%;
}

	body {
	font: 85% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #F8F3E6;
	margin: 0;
	padding: 0;
	color: #000;
}


/* 構造 */

#wrapper {
	width: 100%;
	position: relative;
	height:auto !important;
	height: 100%;
	min-height: 100%;
}

#header {
	height: 110px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	overflow-y: hidden;
}

#navi {
	clear: both;
	height: 58px;
	width: 888px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 102px;
}

#content {
	float: left;
	width: 679px;
	margin-bottom: 50px;
}

#side {
	float: right;
}

#footerbg {
	background-image: url(images/bg_footer.gif);
	width: 100%;
	min-width: 1000px;
	background-repeat: repeat-x;
	height: 102px;
	position: absolute;
	bottom: 0;
}
#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 80%;
	margin-top: 30px;
}



/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl, li { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
	list-style: none;
	width: auto;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* block 自体ではなく block 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した block をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	color: #4baeb9;
	text-decoration: none;
}

dd{margin-left: 0em;}
p{
	margin-left: 0em;
	width: auto;
}



/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */

/*HTML5 サポート - 新しい HTML5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, footer, figure {
	display: block;
}

#hgroup {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
}

#navi li {
	float: left;
}
#navi li a {
	display: block;
	width: 222px;
}
#navi_bg {
	width: 100%;
	background-color: #34929D;
}


.footer_navi {
	color: #8F8E8E;
	margin-bottom: 10px;
	font-size: 120%;
}

#top_img {
	margin-top: 12px;
	margin-bottom: 15px;
}
.top_contact {
	float: right;
	text-align: right;
	margin-top: 5px;
	font-size: 90%;
}

.top_contact p {
	text-align: right;
}
.top_time {
	font-size: 95%;
	text-align: right;
	margin-bottom: 5px;
}
.top_message {
	background-image: url(images/bg_message.gif);
	background-repeat: no-repeat;
	width: 619px;
	padding-top: 24px;
	padding-left: 30px;
	padding-right: 30px;
	height: 488px;
}
.message_title {
	font-size: 130%;
	font-weight: bold;
	color: #2C98A1;
	text-indent: 60px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.top_message p {
	text-align: justify;
	line-height: 160%;
}
#side_officedata {
	width: 252px;
	height: 40px;
	background-image: url(images/button_side_officedata.gif);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 135px;
	margin-bottom: 7px;
}
.content_about1 {
	width: 679px;
	height: 31px;
}

.content_about2 {
	width: 633px;
	padding-left: 23px;
	padding-right: 23px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat;
	height: auto;
	text-align: justify;
}
.midashi1 {
	font-size: 130%;
	color: #4B4B4B;
	background-image: url(images/icon_blue_maru.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	font-weight: bold;
	background-position: 0% 14px;
	border-bottom: 1px dashed #313131;
	height: 35px;
	padding-top: 10px;
	clear: both;
	margin-bottom: 15px;
}
.about_left {
	float: left;
	font-size: 90%;
}
.about_right {
	float: right;
}
.table_left {
	border-right: 1px solid #4C4C4C;
	font-weight: bold;
	color: #4C4C4C;
	text-align: center;
}

.table_right {
	padding-left: 13px;
}
.font_down {
	font-size: 90%;
}
.about_right2 {
	float: right;
	height: 400px;
	width: 450px;
}
.about_access {
	width: 633px;
	height: 450px;
}
.content_about2 dt {
	font-size: 110%;
	color: #397C81;
	font-weight: bold;
}
.content_about2 dd {
	margin-bottom: 20px;
	background-repeat: repeat;
}
.content_about2 dl {
	padding-top: 10px;
}

#midashi_access {
	height: 35px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 24px;
	clear: both;
	background-image: url(images/icon_blue_maru.gif);
	background-repeat: no-repeat;
	background-position: 0% 14px;
	color: #4B4B4B;
	font-size: 130%;
	font-weight: bold;
	border-bottom-color: #313131;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.staff dl {
	float: left;
	width: 363px;
}
.staff p {
	float: right;
	width: 240px;
	height: 279px;
	margin-top: 10px;
}
.staff dt {
	margin-bottom: 20px;
}
.staff dl dd {
	font-size: 90%;
}
.message_photo {
	vertical-align: top;
	padding-left: 20px;
}
#formWrap p {
	line-height: 140%;
}
#logo p {
	font-size: 90%;
}
