/* 道銀カード　company.html用css m.s.*/	/*  */

/* メニュー（左カラム）の設定---------------------- */
div#companyleft{
	width: 160px;
	float: left;
}

ul#companymenu{
	padding: 0;
	margin: 0;
}

ul#companymenu li{	/* 各メニューの枠 */
	list-style-type: none;
	margin: 0 0 5px 0;
	width: 160px;
	border: 1px #7fba6b solid;
	height: 30px;
	text-align: center;
}

ul#companymenu li a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	line-height: 30px;
	background-color: #E4FCDC;
}

ul#companymenu li a:hover{
	background-color: #ecffa1;
	text-decoration: none;
	color: #4D730D;
}
/* メニュー（左カラム）の設定　ここまで----------- */



/* 右カラムの設定--------------------------------- */
div#companyright{
	width: 510px;
	float: right;
	text-align: left;
	padding: 0 0 10px 0;
}

#companytable{
	width: 510px;
	margin: 0 auto;
	text-align: left;
	background-color: #999999;
}

#companytable td{
	background-color: #FFFFFF;
}

#companytable .left{
	width: 120px;
}

#companytable .right{
	width: 390px;
}

p.indenttext{
	text-indent: -1.35em;
	margin: 0 0 1em 2em;
}

p.indenttext span{
	font-weight: bold;
}

div.map img{
	border: 1px #cccccc solid;
}
/* 右カラムの設定　ここまで----------------------- */


[EOF]