@charset "UTF-8";
/*====================================================================
	Title: common.css
	Description: タグ・テンプレート部分の設定
	Created: 2013-02-22
	------------------------------------------------------
	Copyright (c) IROYA All Rights Reserved.
======================================================================*/

/*{border: 1px solid #000000;}

/* ◆共通設定
--------------------------------------------------*/
html {
	height: 100%;
}
body {
	font-family: "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
	color: #333;
	text-align: center;
	font-size: 75%;
	margin: 0;
	padding: 0;
	height: 100%;
	/* background: url(../img/bg_header.jpg) repeat-x 0 0; */
}

a:link    { color: #004A28; text-decoration: underline;}
a:visited { color: #004A28; text-decoration: underline;}
a:hover   { color: #004A28; text-decoration: none;}
a:active  { color: #004A28; text-decoration: none;}

caption { display: none;}
input { padding: 3px; }
hr {
	display: block;
	background: url(../img/img_hr.jpg) no-repeat 0 0;
	height: 1px;
	width: 680px;
	margin-bottom: 40px;
}
strong { font-weight: bold;}
em { font-style: italic;}
ul li img { vertical-align: bottom;}
input { border:1px solid #CCC; padding:3px; font-size:1.4em;}
textarea { border:1px solid #CCC; padding:3px; font-size: 1.4em;}

.important { font-weight: bold;}
.error { color: #C00;}
.caution { color: #999; font-size: 1.2em;}


/*clearfix
------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*#wrapper
------------------------------------------*/
#wrapper {
	min-height: 100%;
	position: relative;
	background: url(../img/bg_header.jpg) repeat-x 0 0;
}
* html #wrapper {
	height:100%;
}

/*#header
------------------------------------------*/
div#header {
	width: 940px;
	height: 58px;
	margin: 0 auto 10px auto;
	text-align: left;
}
div#header h1 {
	width: 261px;
	height: 37px;
	background: url(../img/img_siteLogo.png) no-repeat 0 0;
	text-indent: -99999px;
	margin: 18px 37px 0 0;
	float: left;
}
div#header #txtSize {
	width: 144px;
	margin: 15px 20px 0 0;
	float: left;
}
div#header #txtSize h2 {
	width: 79px;
	height: 21px;
	margin: 10px 10px 0 0;
	float: left;
}
div#header #txtSize ul {
	float: left;
}
div#header #txtSize ul li {
	display: block;
	text-indent: -99999px;
	cursor: pointer;
}
div#header #txtSize ul li a {
	display: block;
}
div#header #txtSize ul li.small {
	width: 21px;
	height: 21px;
	background: url(../img/ico_txtSmall_off.png) no-repeat left top;
	margin: 12px 4px 0 0;
	float: left;
}
div#header #txtSize ul li.small a {
	width: 21px;
	height: 21px;
}
div#header #txtSize ul li.small a:hover{
	background: url(../img/ico_txtSmall_on.png) no-repeat left top;
}
div#header #txtSize ul li.large {
	width: 30px;
	height: 30px;
	background: url(../img/ico_txtLarge_on.png) no-repeat left top;
	margin: 7px 0 0 0;
	float: left;
}
div#header #txtSize ul li.large a {
	width: 30px;
	height: 30px;
}
div#header #txtSize ul li.large a:hover {
	background: url(../img/ico_txtLarge_on.png) no-repeat left top;
}
div#header #searchBox {
	width: 248px;
	margin: 21px 10px 0 0;
	float: left;
}
div#header #searchBox input.search {
	width: 179px;
	height: 19px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #CACACA;
	border-right: none;
	border-bottom: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	float: left;
}
div#header #searchBox input.btn {
	cursor: pointer;
	width: 58px;
    height: 31px;
    background: url(../img/btn_search.jpg) no-repeat 0 0;
    border: none;
    text-indent: -99999px;
	float: left;
}
div#header #subNavigation {
	width: 220px;
	height: 47px;
	margin: 5px 0 0 0;
	background: url(../img/bg_headerSubnav.png) no-repeat 0 0;
	float: left;
}
div#header #subNavigation ul {
	margin: 15px 0 0 19px;
}
div#header #subNavigation ul li {
	display: inline;
}
div#header #subNavigation ul li.first {
	margin: 0 10px 0 0;
}

/* #gNavi
------------------------------------------*/
div#gNavi {
	width: 940px;
	margin: 20px auto 20px auto;
}
div#gNavi ul {
}
div#gNavi ul li {
	display: block;
	height: 45px;
	line-height: 40px;
	float: left;
}
div#gNavi ul li a {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 45px;
}
div#gNavi ul li a:hover {
	color: #FFF;
}
/* ホーム */
div#gNavi ul li#home {
	width: 115px;
}
div#gNavi ul li#home a {
	background: url(../img/gnav_home_off.png) no-repeat 0 0;
}
div#gNavi ul li#home a:hover {
	background: url(../img/gnav_home_on.png) no-repeat 0 0;
}
/* 農林水産長期金融協会とは */
div#gNavi ul li#about {
	width: 229px;
}
div#gNavi ul li#about a {
	background: url(../img/gnav_about_off.png) no-repeat 0 0;
}
div#gNavi ul li#about a:hover {
	background: url(../img/gnav_about_on.png) no-repeat 0 0;
}
/* 協会業務について */
div#gNavi ul li#works {
	width: 180px;
}
div#gNavi ul li#works a {
	background: url(../img/gnav_works_off.png) no-repeat 0 0;
}
div#gNavi ul li#works a:hover {
	background: url(../img/gnav_works_on.png) no-repeat 0 0;
}
/* 新着情報 */
div#gNavi ul li#news {
	width: 130px;
}
div#gNavi ul li#news a {
	background: url(../img/gnav_news_off.png) no-repeat 0 0;
}
div#gNavi ul li#news a:hover {
	background: url(../img/gnav_news_on.png) no-repeat 0 0;
}
/* カテゴリ一覧 */
div#gNavi ul li#category {
	width: 146px;
}
div#gNavi ul li#category a {
	background: url(../img/gnav_category_off.png) no-repeat 0 0;
}
div#gNavi ul li#category a:hover {
	background: url(../img/gnav_category_on.png) no-repeat 0 0;
}
/* お問い合わせ */
div#gNavi ul li#contact {
	width: 140px;
}
div#gNavi ul li#contact a {
	background: url(../img/gnav_contact_off.png) no-repeat 0 0;
}
div#gNavi ul li#contact a:hover {
	background: url(../img/gnav_contact_on.png) no-repeat 0 0;
}

/* #mainImage
------------------------------------------*/
div#mainImage {
	width: 940px;
	margin: 0 auto 20px auto;
}

/* #contents
------------------------------------------*/
div#contents {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 160px;
	text-align: left;
}
div#contents .section {
	margin-bottom: 15px;
}
div#contents .clickable {
	cursor: pointer;
}
div#contents hr {
	display: block;
	height: 1px;
	width: 680px;
	border: 0;
	background: url(../img/img_hr.jpg) no-repeat 0 0;
}

/* #contentsInner
------------------------------------------*/
div#contentsInner {
	margin-bottom: 50px;
}

/* #leftArea
------------------------------------------*/
div#leftArea {
	width: 680px;
	margin: 0 30px 60px 0;
	float: left;
}
/* パンくずリスト */
div#leftArea div#topicPath {
	margin-bottom: 10px;
	font-size: 1.2em;
}
div#leftArea div#topicPath ul {
}
div#leftArea div#topicPath ul li {
	display: inline;
	margin-right: 5px;
	padding-right: 15px;
	background: url(../img/bg_topicPath.jpg) no-repeat right center;
}
div#leftArea div#topicPath ul li.current {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#leftArea .section h2 {
	width: 670px;
	height: 50px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #1A5C2C;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	background: url(../../common/img/bg_h2.png) no-repeat 0 0;
}
#leftArea .section h2 span {
	color: #7A9047;
	font-size: 12px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin-right: 10px;
}

/* #rightArea
------------------------------------------*/
div#rightArea {
	width: 230px;
	margin-bottom: 60px;
	float: left;
}
div#rightArea h2 {
	color: #1A5C2C;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
}
div#rightArea .section {
	margin-bottom: 20px;
}
div#rightArea #subMenu {
}
div#rightArea #subMenu h2 {
	width: 220px;
	height: 35px;
	color: #FFF;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 0;
	padding-left: 10px;
	background: url(../img/bg_h2Submenu.png) repeat-x 0 0;
}
div#rightArea #subMenu ul {
	font-size: 14px;
	border-right: 1px solid #DDE0E3;
	border-bottom: 1px solid #DDE0E3;
	border-left: 1px solid #DDE0E3;
	background: #EEE;
}
div#rightArea #subMenu ul li {
	padding: 8px 0 8px 26px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DDE0E3;
	background: url(../img/ico_submenuList.png) no-repeat 8px 11px;
}
div#rightArea #subMenu ul li.current {
	background: url(../img/ico_submenuList.png) no-repeat 8px 11px #DDE3D6;
}
div#rightArea #subMenu ul li.last {
	border-bottom: none;
}
div#rightArea #subMenu ul li a {
	display: block;
}
div#rightArea #subMenu ul li ul {
	border: none;
}
div#rightArea #subMenu ul li ul li {
	border: none;
	padding: 8px 0 0 26px;
}
div#rightArea #subMenu ul li.current ul {
	border: none;
}
div#rightArea #subMenu ul li.current ul li {
	border: none;
	padding: 8px 0 0 26px;
	background: url(../img/ico_submenuList.png) no-repeat 8px 11px #DDE3D6;
}
div#rightArea #bookGuide {
	width: 218px;
	padding: 5px;
	border: 1px solid #EEE;
}
div#rightArea #bookGuide:hover {
	border: 1px solid #BED5BB;
}
div#rightArea #bookGuide .image {
	width: 100px;
	height: 142px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}
div#rightArea #bookGuide .text {
	width: 103px;
	height: 142px;
	overflow: hidden;
	font-size: 13px;
	float: left;
}
div#rightArea #bookGuide .bookBox {
	margin-top: 5px;
}

div#rightArea #banner {
	margin-bottom: 0;
}
div#rightArea #banner .bannerBox {
	width: 232px;
	height: 82px;
	margin-bottom: 10px;
}
div#rightArea #banner .bannerBox a {
	display: block;
	width: 232px;
	height: 82px;
	text-decoration: none;
	background: url(../img/banner_basic_off.png) no-repeat 0 0;
}
div#rightArea #banner .bannerBox a:hover {
	background: url(../img/banner_basic_on.png) no-repeat 0 0;
}
div#rightArea #banner .bannerBox .title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 82px;
	padding-left: 55px;
}

/*#footer
------------------------------------------*/
div#footer {
	width: 100%;
	min-height: 160px;
	position: absolute;
	bottom: 0;
	padding-top: 20px;
	background: url(../img/bg_footer.jpg) repeat-x 0 0 #00502F;
}
*:first-child+html #footer {
	left: 0;
}
div#footer .footerInner {
	width: 940px;
	position: relative;
	margin: 0 auto;
}
div#footer .footerInner p#pageTop {
	width: 100px;
	position: absolute;
	top: -70px;
	right: 0;
	z-index: 1;
}
div#footer .leftContents {
	text-align: left;
	float: left;
}
div#footer .leftContents .subNav {
	margin-bottom: 30px;
}
div#footer .leftContents .subNav li {
	display: inline;
	margin-right: 15px;
}
div#footer .leftContents .subNav li.last {
	margin-right: 0;
}
div#footer .leftContents .siteLogo {
	margin-bottom: 10px;
}
div#footer .leftContents .address {
	color: #B9DFCC;
	font-size: 1.2em;
	line-height: 1.6;
}
div#footer .rightContents {
	padding-top: 80px;
	text-align: right;
	float: right;
}
div#footer .rightContents .contact {
	margin-bottom: 10px;
}
div#footer .rightContents .copyright {
	color: #B9DFCC;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
}
