﻿
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family:"MS PGothic", "Osaka", Arial, sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a {
	color: #333333;
	/* text-decoration: none; */
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
	opacity:0.8;
}

ul li img {
	display: block;
	vertical-align: baseline;
}

img {
	vertical-align: top;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	background: url(../image/header_bg.jpg) repeat-x center top;
	color: #333;
	text-align:left;
	line-height: 1.5;
	zoom: 1;
}

#container {
	font-size: 12px;
	min-width: 980px;
}

#main {
	margin: 0 auto;
	padding-bottom: 40px;
	background: url(../image/main_bg1.png) repeat-y center bottom;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main .mainInner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	width: 980px;
	margin: 0 auto 20px;
	padding-top: 25px;
}

#header h1 {
	float: left;
	padding-top: 4px;
}

#header .searchBox {
	float: right;
	background: url(../image/serach_bg.gif) repeat center left;
	padding: 10px 14px 8px 15px;
	border-radius: 6px;
	position: relative;
	behavior: url(https://hanbai.mcfh.or.jp/css/common/js/pie.htc);
	width: 566px;
}

#header .searchBox .fr a {
	display: block;
}

#header .searchBox .inner {
	float: left;
	margin-right: 15px;
}

#header .searchBox  a {
	display: block;
	vertical-align: middle;
	float: left;
}

.searchBox  a img  {
	display: block;
	vertical-align : baseline;
}

#header .searchBox input {
	width: 283px;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	border-left: none;
	border-right: none;
	padding: 9px 0 9px 10px;
	vertical-align: middle;
	float: left;
	height: 15px;
	line-height:15px;
}

#header .searchBox input.off {
	color: #9d9d9d;
}

#header .nub {
	background: url(../image/search_icon02.png) no-repeat left center;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 115px;
	width: 22px;
	height: 23px;
	line-height: 22px;
	text-align: center;
}
/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi{
	background: url(../image/bg.png) repeat-x center bottom;
	padding-bottom: 14px;
	z-index: 99;
	position: relative;
}

#gNavi ul {
	width: 980px;
	margin: 0 auto;
}

#gNavi ul li {
	float: left;
}

#gNavi ul li a {
	display: block;
}

#gNavi li a:hover img {
	filter: alpha(opacity=0);
	opacity: 0;
}

#gNavi li.navi01 a {
	background: url(../image/navi_01_on.gif) no-repeat center top;
}

#gNavi li.navi02 a {
	background: url(../image/navi_02_on.gif) no-repeat center top;
}

#gNavi li.navi03 a {
	background: url(../image/navi_03_on.gif) no-repeat center top;
}

#gNavi li.navi04 a {
	background: url(../image/navi_04_on.gif) no-repeat center top;
}

#gNavi li.navi05 a {
	background: url(../image/navi_05_on.gif) no-repeat center top;
}

#gNavi li.navi06 a {
	background: url(../image/navi_06_on.gif) no-repeat center top;
}

#gNavi li.navi07 a {
	background: url(../image/navi_07_on.gif) no-repeat center top;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#main .pagePath {
	font-size: 11px;
	color: #7b7b7b;
	width: 970px;
	margin: 0 auto;
	padding: 9px 0 4px;
}

#main .pagePath a {
	color: #7b7b7b;
}

#pageTop {
	position: absolute;
	bottom: -28px;
	right: 50%;
	margin-right: -616px;
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 759px;
	margin: 0 auto;
	float: left;
}
/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 200px;
	float: right;
}

#sideBar ul li {
	margin-bottom: 10px;
	float: left;
}

#sideBar ul iframe {
	width: 200px;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background: url(../image/footer_bg.jpg) repeat-x center top;
	padding: 20px 0;
	text-align: center;
}

#footer ul {
	margin-bottom: 3px;
}

#footer ul li {
	display: inline;
	background: url(../image/footer_link_icon.jpg) no-repeat center left;
	padding: 0 15px 0 16px;
	font-size: 14px;
}

#footer p {
	font-size: 11px;
	color: #717171;
}



.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}