@charset "shift_jis";

/* style reset */

/*コンセプト
---------------------------------------------*/
.DataBox{
	font-size:12px; line-height:20px;
	color:#626162;
	margin-bottom:20px;

}

#DataBox_in01{
	width:420px;
	font-size:12px; line-height:20px;
	color:#626162;
    margin-bottom:35px;
}


/*眼科
---------------------------------------------*/
#wrapper{
	width:650px;

}

#left-box{
	width:450px;
	float:left;
}

#right-box{
	width:200px;
	float:right;
	text-align:left;
}

.m-left20{
	margin-left:20px;
}
.txt-green{
	color: #206D71;
	text-transform: uppercase;
}

/*テーブルのテキスト
---------------------------------------------*/
.TableHeader{
	padding:5px 2px 4px 8px;
	font-weight:normal;
	text-align:left;
}

.TableDatas{
	padding:5px 2px 4px 8px;
	font-weight:normal;
	text-align:left;
}

