@charset "utf-8";
/* MAIN SITE */
/* COLOR BG-GIF: #f9f4a0 */
body
{
	text-align:center;
	padding:0;
	margin:0;
	background-color: #f9f4a0;
	background-image: url(../img/misc/bg_cms.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-family: "Times New Roman", Times, serif;
}



.head_cms
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #5e5e5e;
	text-align:center;
	margin-bottom: 20px; 
}


.pdf_tbl_left, .pdf_tbl_middle
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #5e5e5e;
	line-height:18px;
}
.pdf_tbl_head
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5e5e5e;
	line-height:18px;
}
.pdf_tbl_left, .pdf_tbl_head 
{
	text-align:left;
}
.pdf_tbl_middle 
{
	text-align: center;
}
.pdf_tbl_middle_error
{
	text-align: center;
	color:#990000
}

.color_01
{
	background-color: #FFFFCC;
}
.color_02
{
	background-color: #CCCCCC;
}
a.cms_link:link
{
	font-weight:normal;
	text-decoration:underline;
	color: #5e5e5e;
}
a.cms_link:active
{
	font-weight:normal;
	text-decoration:underline;
	color: #5e5e5e;
}
a.cms_link:visited
{
	font-weight:normal;
	text-decoration:underline;
	color: #5e5e5e;
}
a.cms_link:hover
{
	font-weight:normal;
	text-decoration:underline;
	color: #5e5e5e;
}
a.cms_link:active
{
	font-weight:normal;
	text-decoration:underline;
	color: #5e5e5e;
}

