﻿/************ 金融機関向け支援サービス ************/

/****************************************************************************************/
/* ヘッダ部分                                                                           */
/****************************************************************************************/
#header{
	width:750px;
	height:60px;
	border-right:solid 1px #CCCCCC;
	background-image:url("../images/about/head.gif");
}


/*メイン画像*/
#main_img {
	margin-left: 3px;
	background-image: url(../images/consultant/main.gif);
	background-repeat: no-repeat;
	width: 530px;
	height: 60px;
}

/************ ボディ ************/

/* ボディ全体 */
#body_right{
	width: 523px;
	padding: 10px 0px 30px 10px;
	text-align: left;
}

/*本文*/

#main_text {
	width: 513px;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

/*イメージ画像*/

#about_img {
	width: 513px;
	padding: 20px 0px 0px 0px;
	text-align: left;
}

/*メイン画像の英文*/

.main_img_text {
	font-size:10px;
	color:#54b567;
	padding-left:10px;
	font-weight:bold;
}

/************ 各コンサルタントロールオーバー ************/


/*以下ceo用*/

/*格納ul*/

ul#ceo{
	list-style:none;
	width:230px;
	float: left;
}

ul#ceo li{
	list-style:none;
	width:230px;
}

ul#ceo a{
	display:block;
	overflow:hidden;
}



/*細谷*/

.hosotani_title {
	background-color: #f2f2f4;
	color: #6e6e6e;
	font-weight: bold;
	width: 500px;
	padding:2px 0px 2px 10px;
	margin: 0px 0px 20px 0px;
}

a.cons_hosotani {
    background-image:url("../images/consultant/hosotani_off.gif");
    background-repeat:no-repeat;
    width: 230px;
	height:255px;
	text-decoration:none;
}

a:hover.cons_hosotani {
    background-image:url("../images/consultant/hosotani_on.gif");
    background-repeat:no-repeat;
    width: 230px;
	height:255px;
	text-decoration:none;
}

/*細谷文章*/

.hosotani_text {
	line-height: 1.3em;
	padding: 0px 5px 0px 235px;
}

.cons_mes {
	width: 500px;
	padding:10px 0px 10px 0px;
	border-bottom:1px #cccccc dotted;
}

/*各社員紹介*/

.cons_title {
	background-color: #f2f2f4;
	font-weight: bold;
	width: 390px;
	padding:2px 0px 2px 10px;
	margin: 20px 0px 0px 105px;
}

.cons_text {
	width: 390px;
	padding:5px 0px 0px 10px;
	margin: 0px 0px 0px 105px;
}

.cons_mes {
	width: 508px;
	padding:10px 0px 10px 0px;
	border-bottom:1px #cccccc dotted;
	clear: left;
}


/*格納用*/
ul#cons{
	list-style:none;
	width:105px;
	float: left;
	margin-top: 20px;
}

ul#cons li{
	list-style:none;
	width:105px;
}

ul#cons a{
	display:block;
	overflow:hidden;
}

/*鈴木*/
a.cons_suzuki {
    background-image:url("../images/consultant/suzuki_off.gif");
    background-repeat:no-repeat;
    width: 105px;
	height:199px;
	text-decoration:none;
}

a:hover.cons_suzuki {
    background-image:url("../images/consultant/suzuki_on.gif");
    background-repeat:no-repeat;
    width: 105px;
	height:199px;
	text-decoration:none;
}

/*池田*/
a.cons_ikeda {
    background-image:url("../images/consultant/ikeda_off.gif");
    background-repeat:no-repeat;
    width: 105px;
	height:199px;
	text-decoration:none;
}

a:hover.cons_ikeda {
    background-image:url("../images/consultant/ikeda_on.gif");
    background-repeat:no-repeat;
    width: 105px;
	height:199px;
	text-decoration:none;
}

/*奥地*/
a.cons_okuchi {
    background-image:url("../images/consultant/okuchi_off.gif");
    background-repeat:no-repeat;
    width: 105px;
	height:199px;
	text-decoration:none;
}

a:hover.cons_okuchi {
    background-image:url("../images/consultant/okuchi_on.gif");
    background-repeat:no-repeat;
    width: 105px;
	height:199px;
	text-decoration:none;
}

/*高橋*/
a.cons_takahashi {
    background-image:url("../images/consultant/takahashi_off.gif");
    background-repeat:no-repeat;
    width: 105px;
	height:199px;
	text-decoration:none;
}

a:hover.cons_takahashi {
    background-image:url("../images/consultant/takahashi_on.gif");
    background-repeat:no-repeat;
    width: 105px;
	height:199px;
	text-decoration:none;
}

/*羽子田*/
a.cons_hakoda {
    background-image:url("../images/consultant/hakoda_off.gif");
    background-repeat:no-repeat;
    width: 105px;
	height:199px;
	text-decoration:none;
}

a:hover.cons_hakoda {
    background-image:url("../images/consultant/hakoda_on.gif");
    background-repeat:no-repeat;
    width: 105px;
	height:199px;
	text-decoration:none;
}


