@charset "UTF-8";
/* CSS Document */

@import"common.css";


#frame {
	width: 760px;
}

/* ---------------------------------hypertext */

a:link {
	color: #FF0066;
	font-weight: bold;
}

a:visited {
	color: #FF0066;
	font-weight: bold;
}

a:hover {
	color: #CC0033;
	text-decoration: none;
}


/* ---------------------------------layout */
#base-bg {
/*	height: 980px;	*/
	background: url(/imgs/base_bg.jpg) repeat-x left top;
}
#sky-bg {
/*	height: 980px;	*/
	background: url(/imgs/index_bg.jpg) no-repeat center top;
}
#frame {
	padding: 44px 0 0 0;
}

#branchBox {
	width: 760px;
	height: 480px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#bnrBox {
	width: 760px;
	height: 116px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#branchBox .leftBox {
	width: 500px;
	padding-right: 20px;
	float: left;
}
#branchBox .rightBox {
	width: 240px;
	float: right;
}
#branchBox #pajaBox {
	width: 240px;
	float: right;
}
#branchBox #yonagoBox {
	width: 240px;
	padding-right: 20px;
	float: left;
}
#branchBox #pajaBox h1 {
	width: 240px;
	height: 480px;
	margin: 0;
	padding: 0;
	background: url(/imgs/index_logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
}
#branchBox h2, #bnrBox h3 {
	margin: 0;
	padding: 0;
}
#branchBox #yonagoBox a,
#branchBox #tottoriBox a {
	line-height: 1.3;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	width: 190px;
	height: 95px;
	margin: 0;
	padding: 385px 25px 0 25px;
	display: block;
}
#branchBox #yonagoBox a { background: url(/imgs/index_yonago.jpg) no-repeat 0 0; }
#branchBox #tottoriBox a { background: url(/imgs/index_tottori.jpg) no-repeat 0 0; }
#branchBox #yonagoBox a:hover { background: url(/imgs/index_yonago.jpg) no-repeat -240px 0; }
#branchBox #tottoriBox a:hover { background: url(/imgs/index_tottori.jpg) no-repeat -240px 0; }
#branchBox .text, #bnrBox .text { display: none; }

#bnrBox #kaatsuBox a,
#bnrBox #rakujaBox a,
#bnrBox #petitBox a {
	line-height: 1.4;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	text-align: left;
	display: block;
}
#bnrBox #kaatsuBox a {
  text-indent: -9999px;
}

#bnrBox #kaatsuBox a,
#bnrBox #rakujaBox a {
	width: 180px;
	height: 83px;
}
#bnrBox #petitBox a {
	width: 210px;
	height: 83px;
}
#bnrBox #kaatsuBox a,
#bnrBox #rakujaBox a { padding: 13px 0 0 190px; }
#bnrBox #petitBox a { padding: 13px 0 0 160px; }

#bnrBox #kaatsuBox,
#bnrBox #rakujaBox {
	width: 370px;
	float: left;
}
#bnrBox #petitBox {
	width: 370px;
	float: right;
}
#bnrBox #kaatsuBox a { background: url(/imgs/index_kaatsu.jpg) no-repeat 0 0; }
#bnrBox #rakujaBox a { background: url(/imgs/index_rakuja.jpg) no-repeat 0 0; }
#bnrBox #petitBox a { background: url(/imgs/index_petit.jpg) no-repeat 0 0; }
#bnrBox #kaatsuBox a:hover { background: url(/imgs/index_kaatsu.jpg) no-repeat 0 -96px; }
#bnrBox #rakujaBox a:hover { background: url(/imgs/index_rakuja.jpg) no-repeat 0 -96px; }
#bnrBox #petitBox a:hover { background: url(/imgs/index_petit.jpg) no-repeat 0 -96px; }

#footer {
	text-align: center;
}
#footer h4 {
	margin: 0;
	padding: 0;
}
#footer h4 a {
	width: 400px;
	height: 40px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(/imgs/b_gainare400c.gif) no-repeat;
	display: block;
}
#suporter {
	font-size: 11px;
	margin-bottom: 20px;
}



/* --------------------------------- IE PNG Fix */
#branchBox #pajaBox h1,
#branchBox #yonagoBox h2 {
	behavior: url("/shared/js/iepngfix.htc")
}