/* ------------------------------------------------------------------------ */
/* full ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
#fullDtl {
	padding-top:20px;
}

/* content size */
#fullDtlInner1 {
	background: url('../images_2010/list/side_bg.png') top repeat-y;
}

#fullDtlContent {
	width:730px;
	/* centering	*/	
	margin: 0 auto;

}


/* Box Table	*/
.tbLine td{
	border: 1px #cccccc solid; /* セルの枠線（太さ・色・スタイル） */ 
	font-size: 12px;
	line-height:16px ;
}


/* INQUIRY	*/
#ingBox {
	background-image: url('../images/inquiry/bg_ptn.gif'); 
	border:1px solid #519BF7;
/*	background-color:#EDF8F8;	*/
}


/* Backward compatibility */
.lineGy{
/*	background-image: url(../images/common/line_grey.png);	*/
	background-image: url(../images/common/line_blue.png);
	background-repeat: repeat-x;
	border-style: solid; 
	border-color: #526083;
	border-width: 0px 1px 1px 0px;
}
.lineGr{
/*	background-image: url(../images/common/line_green.png);	*/
	background-image: url(../images/common/line_blue.png);
	background-repeat: repeat-x;
	border-style: solid; 
	border-color: #5C743A;
	border-width: 0px 1px 1px 0px;
}
.lineBr{
/*	background-image: url(../images/common/line_brown.png);	*/
	background-image: url(../images/common/line_blue.png);
	background-repeat: repeat-x;
	border-style: solid; 
	border-color: #724130;
	border-width: 0px 1px 1px 0px;
}
.lineBl{
	background-image: url(../images/common/line_blue.png);
	background-repeat: repeat-x;
	border-style: solid; 
	border-color: #2B54AA;
	border-width: 0px 1px 1px 0px;
}
.lineName{
	background-image: url(../images/common/line_name.png);
	background-repeat: repeat-x;
	margin: 10px 0px 5px;
	border-style: solid; 
	border-color: #A5A5A5;
	border-width: 0px 1px 1px 0px;
}

.tex10px12lh {
	font-size: 10px;
	line-height:12px ;
}
.tex10px14lh {
	font-size: 10px;
	line-height:14px ;
}

.tex12px18lh {
	font-size: 12px;
	line-height:18px ;
}

.tex14px18lhB {
	font-size: 14px;
	line-height:18px ;
	font-weight: bold;
	color:#000000;
}

.tex12px14lhB {
	font-size: 12px;
	line-height:14px ;
	font-weight: bold;
}

.white {
	color:#ffffff;
}

.tb1Full {
	border-collapse: collapse; /* 枠線の表示方法（重ねる） */
} 

.tb1Full td {
	border: 1px #cccccc solid; /* セルの枠線（太さ・色・スタイル） */ 
	color: #000000;
	font-size: 12px;
	line-height:16px ;
}
/*END*/


