@charset "utf-8";

/*TITLE*/
.title{
	background-image: url(../research/img/title-research.jpg);
	float:left;
	}


/*SUB TITLE*/
.title-caption{
	background: url(../research/img/title-research_sub.jpg) no-repeat;
	}
	

/*MENUTITLE*/
#side-menu dt {
	background:url(../research/img/menu-title-research.jpg) no-repeat top;
}


#side-menu dt a:hover{
background:url(../research/img/menu-title-research_on.jpg) no-repeat top;
}

/*TABLE設定*/

.nomalTABLE{
margin:0px;
width:100%;
_width:99%; /*for IE6*/

}

.nomalTABLE th{ width:6em;}

.nomalTABLE th,.nomalTABLE td{ padding:5px 10px; vertical-align:top; line-height:160%;}
.nomalTABLE .txtBOLD{  padding:5px 10px;line-height:160%;}

/*見出しの上のアキ*/
.midashi{margin-top:10px;}