﻿@CHARSET "UTF-8";

#atab a{
	color:#0066CC;
	font-weight: bold;
}
#title{
	font-size: 15pt;
	color: #0066CC; 
	margin-top: 50px;
}
#content{
	width: 560px;
	margin:	auto;
	margin-top: 20px;	
}
#text p{
	font-size: 10pt;
	text-align: left;
	margin-left: 10px;
	line-height: 15pt;
}
#memo{
	width: 560px;	
}
#memo p{
	width: 560px;
	font-size: 10pt;
	text-align: left;
	line-height: 15pt;
}


#tSubject{
	width: 560px;
	margin:	auto;
	text-align: left;
}
#tSubject td{
	font-size: 10pt;
}
#tSubject thead td{
	background-color: #c0c0c0;
	text-align: center;	
	font-weight: bold;
}
#tSubject tbody td{
	background-color: #dddddd;
}
#tSubject tbody td span{
	font-weight: bold;
	color: blue;
}
#tSubject tbody td a{
	color: red;
}
#tSubject tr{
	line-height: 30px;
}
#tSubject td{
	min-height: 90px;
	height: 90px;
}
.hred{
	color: red;
}