@charset "Shift_JIS";

/*===================================================================

===================================================================*/

.txtArea {
    border: 1px solid #CCCCCC;
    font-size: small;
    height: 200px;
    overflow: auto;
    padding: 10px;
    white-space: pre-line;
    width: 95%;
    word-wrap: break-word;
}


.tempTit {
	margin-bottom:20px;
	padding-bottom:3px;
	padding-left:5px;
	border-bottom:solid 1px #0000ff;
	color:#0000ff;
	font-size:140%;
	font-weight:bold;}