/*--------------------------------------------------
　基本
--------------------------------------------------*/
A{text-decoration:none;}
.text {  font-size: 9.5pt; line-height: 150%; color: #333333}
.bold {  font-size: 10.5pt; font-weight: bold; color: #333333}
.comment {  font-size: 9pt; line-height: 150%;color: #666666}
.center{  font-size: 9.5pt; text-align: center; color: #333333}
.rei{  font-size: 9.5pt; text-align: center; color: #6699FF}
.foot{  font-size: 9.5pt; text-align: right; color: #FFFFFF}

.worksmenu {
	font-size: 11pt;
	font-weight: bold;
	color: #64BAF3;
}
/*--------------------------------------------------
　追加
--------------------------------------------------*/
img {border: none;}
h1 {
	font-size: 12px;
	color: #333;
	padding: 0px;
}
table .works_table {
	width: 600px;
}

table .works_table td {
	width: 200px;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px 5px 10px 5px;
}

table .works_table th {
	font-size: 14px;
	text-align: left;
	margin: 10px 5px;
	padding: 20px 5px 10px 5px;
}

table .works_table img {
	margin: 10px 0;
}
