/* -*- encoding: utf8n -*- */

/*-----------------------------------すべての要素を初期化*/
/*  
Copyright (c) 2006, Yahoo! Inc. All rights reserved.  
Code licensed under the BSD License:  
http://developer.yahoo.net/yui/license.txt  
version: 0.10.0  
*/  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}  
html { height: 100%; margin-bottom: 1px; }
table{border-collapse:collapse;border-spacing:0;}  
fieldset,img{border:0;}  
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}  
ol,ul {list-style:none;}  
caption {text-align:left;}
input,textarea,select { font-family: inherit; font-size: inherit; font-weight: inherit; color: inherit; }
input,textarea,select { *font-size: 100%; }
input { _margin: -1px 0; }  
sup,sub { vertical-align: baseline; position: relative; }
sup { top: -4px }
sub { top: 4px }
th { vertical-align: top; font-weight: normal; text-align: left; }
td { vertical-align: top; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
q:before,q:after{content:'';}
hr { display: none;}
/*-----------------------------------clearfixハック*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
/*-----------------------------------基本セッティング*/
body{ font:12px "ＭＳ Ｐゴシック", "Osaka",arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; color: #333; }
a{ outline : 0 ;}
a {	color: #0A51A1; text-decoration: none; }
a:hover { color: #0A51A1; text-decoration: underline; }
td,th,li,p { line-height: 1.5; }
strong,em { font-weight: bold; }
/*-----------------------------------マージン*/
.marT5 { margin-top: 5px; }
.marT10 { margin-top: 10px; }
.marT20 { margin-top: 20px; }
.marB10 { margin-bottom: 10px; }
.marR10 { margin-right: 10px; }
.marL10 { margin-left: 10px; }
/*-----------------------------------線*/
.bdrTop { border-top: 1px solid #999; }
/*-----------------------------------テキスト位置*/
.fRight { float: right;}
.fLeft { float: left;}
.txtLeft { text-align: left; }
.txtRight { text-align: right; }
.center { text-align: center; }
/*-----------------------------------リスト*/
.list01 li{	list-style-position: outside; list-style-type: disc; margin: 0 0 0 25px;}
.list02 li{	list-style-position: outside; list-style-type: disc; margin: 0 0 0 20px;}
/*-----------------------------------フォント設定*/
.normal { color: #333; font-weight: normal; }
.must { color: #ff0000; font-weight: bold; }
.bold { font-weight: bold; }
.color01 { color: #ff0000; }
.error_message { color: #ff0000; }
/*-----------------------------------外枠*/
#wrapper {
	width:750px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #999;
}
/*-----------------------------------ヘッダー*/
#header {
	width:750px;
	height: 71px;
	position: relative;
	background: url(../../images/common/header.gif) no-repeat;
}
#header h1{
	position: absolute;
	top: 5px;
	left: 10px;
}
#header h2{
	position: absolute;
	top: 25px;
	left: 15px;
}
#searchArea {
	position: absolute;
	top: 35px;
	right: 10px;
	padding-left: 100px;
	padding-top: 3px;
	height: 22px;
	background: url(../../images/common/search.gif) no-repeat;
}
.botB input {
    padding: 1px;
	background: url(../../images/common/btn.gif) repeat-x;
	color: #333;
	border: 1px solid #999;
}
/*-----------------------------------フッター*/
#footerLink {
	margin: 0 10px 5px 10px;
	height: 15px;
}
#footerLink li{
	float: left;
	font-size: 12px;
}
#footerLink li a{
	color: #333;
}

#footer {
	width:750px;
	height: 20px;
	background: url(../../images/common/footer.gif) repeat-x;
}
#footer p{
	color: #fff;
	text-align: center;
}
/*-----------------------------------メインエリア*/
#container {
	background: url(../../images/common/nav_bk.gif) repeat-y right;
}
#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#container {display: inline-block;}
/* Hides from IE-mac \*/
* html #container {height: 1%;}
#container {display: block;}
/* End hide from IE-mac */


/*-----------------------------------グローバルナビゲーション*/
#nav {
	width: 150px;
	float: right;
}
#nav ul{
	width: 150px;
	background: url(../../images/common/nav.gif) no-repeat;
	position: relative;
}
#nav li{
	display:block;
	text-indent: -9999px;
	list-style-type: none;
}
#nav li a{
	display:block;
	height: 38px;
	width: 150px;
	text-decoration: none;
}
#nav li#navIndex a{ background: url(../../images/common/nav.gif) no-repeat 0px 0px;}/*トップページ*/
#nav li#navIndex a:hover{ background: url(../../images/common/nav.gif) no-repeat -150px 0px; }
#nav li#navCompany a{ background: url(../../images/common/nav.gif) no-repeat 0px -38px; }/*会社案内*/
#nav li#navCompany a:hover{ background: url(../../images/common/nav.gif) no-repeat -150px -38px; }
#nav li#navService a{ background: url(../../images/common/nav.gif) no-repeat 0px -76px; }/*サービス紹介*/
#nav li#navService a:hover{ background: url(../../images/common/nav.gif) no-repeat -150px -76px; }
#nav li#navSearch a{ background: url(../../images/common/nav.gif) no-repeat 0px -114px; }/*提携信用金庫検索*/
#nav li#navSearch a:hover{ background: url(../../images/common/nav.gif) no-repeat -150px -114px; }
#nav li#navLink a{ background: url(../../images/common/nav.gif) no-repeat 0px -152px; }/*関連リンク*/
#nav li#navLink a:hover{ background: url(../../images/common/nav.gif) no-repeat -150px -152px; }
#nav li#navSitemap a{ background: url(../../images/common/nav.gif) no-repeat 0px -190px; }/*サイトマップ*/
#nav li#navSitemap a:hover{ background: url(../../images/common/nav.gif) no-repeat -150px -190px; }
#nav li#navNews a{ background: url(../../images/common/nav.gif) no-repeat 0px -228px; }/*新着情報*/
#nav li#navNews a:hover{ background: url(../../images/common/nav.gif) no-repeat -150px -228px; }

