a:link {
	font-size: 12px;
	color: #3E0C01;
	text-decoration: underline;
}

a:visited {
	font-size: 12px;
	color: #3D3230;
}
a:hover {
	font-size: 12px;
	color: #761601;
}

.size12 {
	font-size: 12px;
	color: #3E0C01;
	line-height: 16px;

}
.glow {
	filter:progid:DXImageTransform.Microsoft.Glow ( enabled=true , color=#3D1000 , strength=8 ) 
}
.shu{
	writing-mode : tb-rl;
	line-height : 17px;

}
.size14 {
	font-size: 14px;
	color: #3E0C01;
	line-height: 18px;
	font-weight: bold;

}
.red {
	color: #FF0000;
}

/* 	dl(tableLike)
--------------------------------- */

dl.tableLike {
	background-color	: #9C1E03;
	border			: 1px solid #ccc;
	border-top		: none;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
}

dl.tableLike dt {
	font-weight		: normal;
	color				: #FFFFFF;
	border-top		: 1px solid #ccc;
	width				: 144px;
	float				: left;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
	
dl.tableLike dd {
	background-color	: #fff;
	border-top		: 1px solid #ccc;
	border-left		: 1px solid #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.center {
	text-align: center;
}
.center_mar {
	margin-top: 15px;
	text-align: center;
}
