/* ---------------------------------------------------------------
since　2009/12/10 
Author Masato Yokoi.

メールマガジン用CSS

--------------------------------------------------------------- */
#mag_container {
	text-align: left;
	width: 500px;
	padding: 20px;
	margin: 0px auto;
	background-color: #FFC;
}

.colred {
	color: #F00;
}

div#mag_container table th {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: right;
	width: 100px;
	border-bottom: 1px solid #fdbf6f;
}

div#mag_container table td {
	font-size: 12px;
	border-bottom: 1px solid #fdbf6f;
	padding: 3px;
}

div#mag_container table td.nonborder,
div#mag_container table th.nonborder
{
	border-bottom: none;
}

