@charset "utf-8";
/*--------------------------------------------
*
	Home page CSS

	01. mainHome
	02. homeContent1～3
	04. ニュース・重要なお知らせ
	05. サイドメインバナー
	06. 各メニュー
	10. その他パーツ

*--------------------------------------------*/
body {}
/*----------------------------------
	01. mainHome
----------------------------------*/
#homeMain {
	font-size:85.7142857%;
	margin-top:20px;
}
#homeMain p {
	margin:0 0 0 0;
}
/*----------------------------------
	02. homeContent1～3
----------------------------------*/

#homeContent1 {
	margin:20px 0 0 0;
}
#homeContent2 {
	margin:20px 0 0 0;
	float:left;
	width:710px;
}
#homeContent3 {
	margin:20px 0 0 0;
	float:right;
	width:226px;
}

/*----------------------------------
	03. メインバナー
----------------------------------*/

#mainTitle {
	position:relative;
}
#mainBnrWrap {
	position:absolute;
	top:36px;
	left:270px;
	width:391px;
	height:152px;
	overflow:hidden;
}
ul#mainBnr {
}


.widgetBox {
	width:216px;
	position:absolute;
	top:25px;
	left:714px;
}

.widgetBox dl dt {}
.widgetBox dl dd {
	border-style:none;
	padding:11px 0 6px 9px;
	margin:0 0 5px 0;
}

/*----------------------------------
	04. ニュース・重要なお知らせ
----------------------------------*/
#mainNewsBnr {
	margin-bottom:0px;
}

#mainNewsBnr_Left{
float:left;
width:695px;
}

#mainNewsBnr_Left ul{
	margin: 0 0 10px 0;
}

#mainNewsBnr_Left ul.loanmenu{
	margin: 0 0 5px 0;
}

#mainNewsBnr_Left ul li, #mainNewsBnr_Left u.loanmenul li{
	margin: 0 6px 0 0;
	float:left;
}
#mainNewsBnr_Left ul li.listend, #mainNewsBnr_Left ul.loanmenu li.listend{
	margin: 0 0 0 0;
	float:left;
}


#mainNewsBnr_Right{
float:right;
width:226px;
}


.newsBox {
	width:342px;
	float:left;
	margin:0 10px 0 0;
}
.newsBox h2 {
	position:relative;
}
.newsBox h2 .moreLink {
	position:absolute;
	display:block;
	top:4px;
	right:4px;
}

.newsBox .newsBoxScroll {
	height:124px;
	overflow:auto;
	border-color:#cccccc;
	border-style:solid;
	border-width:0 1px 1px 1px;
	line-height:1.33;
}
.newsBox .newsBoxScroll dl {
	margin:8px;
}
.newsBox .newsBoxScroll dt {}
.newsBox .newsBoxScroll dd {
	margin:0 0 8px 0;
}


/*----------------------------------
	05. サイドメインバナー
----------------------------------*/
.topBnr {
	float:right;
}


/*----------------------------------
	06. 各メニュー
----------------------------------*/
.homeContentInMenu {
	float:left;
	width:224px;
	margin-right:11px;
	margin-bottom:20px;
}
.homeContentInMenuAbout {/* 静岡ろうきんについて */
	width:459px;
}

.homeContentInMenu dl {
}
.homeContentInMenu dt {}
.homeContentInMenu dd {
	padding:10px 9px;
	_zoom:1;
}
.homeContentInMenu ul {
	margin-bottom:-10px;
}
.homeContentInMenu li {
	margin-bottom:10px;
	_zoom:1;
}
.homeContentInMenu li .simg1{
	width:100px;
	float:left;
	margin-right:6px;
}
.homeContentInMenu li .simg2{
	width:100px;
	float:left;
}

/* お預け入れ */
.oazukeMenu {
	background:#fdedeb;
}
.oazukeMenu ul {
	margin-bottom:-10px;
}
.oazukeMenu li {
	margin-bottom:10px;
}
/* お借り入れ */
.okariireMenu {
	background:#ebf3f8;
}
/* 資産運用 */
.shisanunyoMenu {
	background:#fff3eb;
	margin-bottom:10px;
}
/* 便利サービス */
.benriMenu {
	background:#eae0f6;
}
/* 静岡ろうきんについて */
.aboutMenu {
	background:#f2f6e8;
}
.aboutMenu ul.aboutMenu1 {
	float:left;
	width:206px;
}
.aboutMenu ul.aboutMenu2 {
	float:right;
	width:206px;
}

/* その他 */
.otherMenu {
	background:#f6f4e2;
}

/*----------------------------------
	10. その他パーツ
----------------------------------*/

/* ページの上へ戻る */
#homeMain .pagetop {
	margin-top:20px;
}
