@charset "UTF-8";

div#laboDetail{
	text-align: left;
	line-height: 1.5;
	text-indent: 1em;
	padding:5px;
}

#laboTitle{
background-color: #000000;
    background-image: url("titleBg_8C.png");
    background-position: left top;
    background-repeat: repeat-x;
    height: 50px;
    line-height: 55px;
    margin-top: 0;
	padding-left:50px;
    overflow: hidden;
    text-align: left;
	font-weight: bold;
	font-size:large;
}

#laboDate{
	text-align: right;
	line-height: 20px;
}

#laboSummary{
	text-align: left;
	line-height: 1.5;
	text-indent: 1em;
	padding:5px;
}

div.subTitle1{
	color: #70A600;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    padding: 5px 10px 0 0;
    text-align: left;
	height:25px;
}

div.subTitle2{
	color: #70A600;
    font-size: 1em;
	font-weight: bold;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    padding: 5px 10px 0 10px;
    text-align: left;
	height:25px;
}

/* 写真用 */
div.fig {
	float:left;
	padding:10px;
	text-align:center;
}

div.fig .figName{
	
}

/* 図用　枠あり */
div.fig2 {
	float:left;
	padding:10px;
	text-align:center;
        border: dotted 1px lightgray;
}

div.fig2 .figName{
	
}

