@charset "UTF-8";
/* =Base, reset, normalize
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section, summary {
	display: block;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
img {
	vertical-align: top;
}
mark {
	background: none;
}
input {
	opacity: 1;
}
body {
	font-size: 13px;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.3em;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FBFBF3;
}
/*
body.home {
  background: url(../images/body_bg.png) no-repeat center 80px;
}
*/
a {
	color: #3a7fcf;
	text-decoration: underline;
}
a:link, a:visited {
	color: #3a7fcf;
	text-decoration: underline;
}
a:hover, a:active {
	color: #66a5ed;
	text-decoration: underline;
}
.clearfix, #menu-pc_global, #bread_crumb > ul {
	zoom: 1;
}
.clearfix:after, .clearfix:before {
	content: '';
	display: table;
}
#menu-pc_global:after, #menu-pc_global:before {
	content: '';
	display: table;
}
#bread_crumb > ul:after, #bread_crumb > ul:before {
	content: '';
	display: table;
}
.clearfix:after, #menu-pc_global:after, #bread_crumb > ul:after {
	clear: both;
}

/* =Typography
-----------------------------------------------------------------------------*/
h1.page_ttl {
	font-size: 190%;
	font-weight: normal;
	padding: 0 2px 6px 0px;
	margin-bottom: 30px;
	line-height: 1.2;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #59A80F;
}


h2 {
	font-size: 132%;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-right: 0;
	padding-left: 12px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	line-height: 1.6;
	background-image: url(../images/base/bg_h2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #404040;
	padding: 0;
	position: relative;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	clear: both;
}


h2.one{
	background-color: #1c7ab4;
	background-image: none;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2.share{
	background-color: #ef6465;
	background-image: none;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2.domi{
	background-color: #f48a30;
	background-image: none;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2.house{
	background-color: #90AF45;
	background-image: none;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4 {
	font-size: 110%;
	font-weight: normal;
	margin: 1em 0;
}
h2 + h3 {
	margin-top: -5px;
}
.xx-small {
	font-size: 70%;
}
.x-small {
	font-size: 78%;
}
.small {
	font-size: 84%;
}
.medium {
	font-size: 100%;
}
.large {
	font-size: 108%;
}
.x-large {
	font-size: 116%;
}
.xx-large {
	font-size: 123.1%;
}
h2.page_ttl + .branch_info {
	margin-top: -10px;
}


/* =Layout
-----------------------------------------------------------------------------*/

#wrap {
	width: 960px;
	/*overflow: hidden;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
p {
	margin: 0.5em 0 1.2em;
}
#container {
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
}
#main {
	float: left;
}
#sidebar {
	width: 220px;
	float: right;
}
#content {
	width: 680px;
	float: left;
	margin-bottom: 50px;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	padding: 20px;
	min-height:800px;
}
#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

#content .sec{
	margin: 0 0 20px;
}

/* =Header
-----------------------------------------------------------------------------*/
#header {
	width: 960px;
	height: 162px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #description {
	font-size: 90%;
	padding-top: 2px;
}
#header .inner {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	/*background-image: url(../images/base/contact.png);
	background-repeat: no-repeat;
	background-position: right 50px;*/
}
#header .site-id {
	width: 188px;
	float: left;
	margin: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#header .site-id a {
	display: block;
}
#header .utility {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 400px;
	height: 25px;
	margin: 0px;
	padding-top: 3px;
}
#header .utility ul {
	margin: 0 0 20px 0;
	padding: 0;
}
#header .utility ul li {
	line-height: 1.4;
	font-size: 90%;
	list-style: none;
	display: inline;
	margin-left: 12px;
}
#header .utility ul li.ml8 {
	margin-left: 5px;
}
#header .utility ul li a {
	color: #333333;
	text-decoration: none;
}
#header .utility ul li a:hover, #header .utility ul li a:active {
	color: #66a5ed;
	text-decoration: underline;
}
#header #contact-box{
	margin-top: 15px;
	float: right;
	width: 546px;
	text-align: left;
	font-size: 11px;
	color: #666;
}
#header #contact-box p{
	margin-bottom:2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}
/*==========================================
 グローバルナビゲーション
===========================================*/

#header #global_nav {
	zoom: 1;
	clear: both;
	padding-top: 4px;
}
#header #global_nav:after { /* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#header #global_nav li {
	float: left;
	display: inline;
	width: 206px;
}
#header #global_nav li#gnavi01 {
	width: 135px;
}


/* --------------------------------
=side
----------------------------------*/

#sidebar .textwidget {
	margin-bottom: 20px;
}
#sidebar .textwidget a {
	color: #333333;
	text-decoration: underline;
}
#sidebar .textwidget a:link, #sidebar .textwidget a:visited {
	color: #333333;
	text-decoration: underline;
}
#sidebar .textwidget a:hover, #sidebar .textwidget a:active {
	color: #66a5ed;
	text-decoration: none;
}
#sidebar .textwidget h2 {
	font-size: 100%;
	font-weight: bold;
	line-height: 36px;
	background-image: url(../images/base/sidebar-h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	height: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 22px;
	margin: 0px;
	color: #4B4B4B;
	clear: both;
}
#sidebar .textwidget .side-inner {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 8px;
	background-color: #FFF;
	padding: 8px;
	font-size: 90%;
}
#sidebar .side-title {
	font-weight: bold;
	padding-bottom: 4px;
	line-height: 1.5;
}
.rss_link {
	margin-bottom: 10px;
}



.list_link {
  position: absolute;
  right: 0;
  top: 0;
}
.link_list li {
	margin-bottom: 5px;
}

.list_link a {
  margin: 0;
  display: block;
}

.list_link a img {
  margin: 0;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer-container {
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 95%;
}
#footer-container #footer {
	width: 960px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer-container .footer_menu {
	margin: 0 0 25px;
	overflow: hidden;
	height: auto;
}
#footer-container .footerBlock {
	width: 300px;
	float: left;
	margin-right: 10px;
	padding-left: 9px;
	/*padding-bottom: 32767px;
	margin-bottom: -32767px;*/
}
#footer-container .footerBlock h2 {
	font-weight: bold;
	border: none;
	font-size: 120%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: none;
}
#footer-container .footerBlock ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.3em;
}
#footer-container .footerBlock ul li {
	padding: 0;
	vertical-align: bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.7em;
	margin-left: 0;
}
#footer-container .footerBlock a {
	text-decoration: none;
	color: #333333;
}
#footer-container .footerBlock a:hover {
	color: #3a7fcf;
}
#footer-container #copyright {
	color: #FFF;
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	float: right;
	width: 300px;
	margin: 0px;
	padding-bottom: 15px;
}
#footer-container .copy-menu {
	width: 500px;
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
}
#footer-container .copy-menu ul {
}
#footer-container .copy-menu ul li {
	display: inline;
}
#footer-container .copy-menu ul li a {
	padding-right: 10px;
	color: #FFF;
	text-decoration: none;
}
#footer-container #footer-end {
}
#footer-container #footer-end:after { /* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
