﻿/* CSS レイアウト */
/* HTML entities -------------------*/

#leftUnit{
	padding: 0;	
	margin:  0;
	float: left;
	width: 230px;
	position: relative;
}

#imgInquiry{
	margin:0;
	padding:0;
    vertical-align:bottom;
    line-height:0px;
}

.imgInq{
	padding: 0;
	margin: 0;
    vertical-align:bottom;
    line-height:0px;
}


#biz{
	margin: 0;
	padding:0;
	width: 230px;
	position: relative;
	background-color: #Ffffff;	
}

#biz h3{
/*	color: #f0f0e0;*/
	padding: 3px 0 0 3px;
}
#biz ul{
	color: #101010;
	margin-bottom:0px;
}
#biz li{
	line-height: 1em;
	margin-bottom:3px;
}

.bizSubUnit{
	border-bottom-style: solid;
	border-bottom-width: 1px;
/*	border-bottom-color: #0786AC;*/
	border-bottom-color: #e6e6e7;
}

#info{
	width: 230px;
	position: relative;
	background: #ffffff;
	margin-bottom: 10px;
}

.tableStyle1 {
	padding: 10px;
	overflow: hidden;
}
.tableTag{
	width: 15px;
	color: red;
}
.tableDate{
	width: 35px;
}

#case{
	margin: 0;
	padding: 0;
	width: 500px;
	overflow: hidden;
	float: right;
}

.caseSubUnit{
	margin: 0 0 5px 0;
}

.caseSubUnit h3{
	border-width: 2px;
	margin: 0;
	padding: 4px 0 2px 3px;
	color: #2222ff;
/*	border-top-style: solid;
	border-top-color: #f0f0f0;*/
}
.caseSubUnit h3 img{
	margin: 0;
	padding: 2px 5px 0 6px;
	height: 0.85em;
	width: 0.8em;
}

#unit01{
	background-image: url('img/img_opn.jpg');
	background-repeat: no-repeat;
	background-position: 415px center;
	margin-top: 3px;
	background-color: #ffffff;
}

#unit02{
	background-image: url('img/img_nur.jpg');
	background-repeat: no-repeat;
	background-position: 415px center;
	margin-top: 3px;
	background-color: #ffffff;
}

#unit03{
	background-image: url('img/img_med.jpg');
	background-repeat: no-repeat;
	background-position: 415px center;
	margin-top: 3px;
	background-color: #ffffff;
}

#unit04{
	background-image: url('img/img_const.jpg');
	background-repeat: no-repeat;
	background-position: 415px center;
	margin-top: 3px;
	background-color: #ffffff;
}

#unit05{
	background-image: url('img/img_pay.jpg');
	background-repeat: no-repeat;
	background-position: 415px center;
	margin-top: 3px;
	background-color: #ffffff;
}

#unit06{
	background-image: url('img/img_ma.jpg');
	background-repeat: no-repeat;
	background-position: 415px center;
	margin-top: 3px;
	background-color: #ffffff;
}

#link{
	clear:both ;
	background-color: #f8f8f9;
	height: 50px;
}
#linkUnit{
	border: 1px solid #00FFCC;
	clear: both;
	padding: 0;
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
.linkBanner{
	display: inline;
}

/*@media print {
#link,#linkUnit{
	padding: 0;
	margin: 0;
	background-image: none;
	height: 0;
	text-decoration: none;
}
}*/