/*===========================================
NEW.CSS
===========================================*/


/*============================================================
MENU AREA
============================================================*/
div#mainmenu ul li.mmNew a {
	background-position: 0px 0px;
}


/*==============================
CONTENTS AREA (HEADER)
===============================*/

div#headerContents h2 {
	background-image: url(../../new/img/h2_new.jpg);
}

/*==============================
CONTENTS AREA (SUB)
===============================*/

div#subContents dl dt {
	background-image: url(../../new/img/bt_new.gif);
}

/*==============================
.caution
===============================*/
.caution {
	margin:0;
	color: #666666;
}


/*==============================
table
===============================*/
table{
	margin: 0em auto 2em 0px;
	width: 500px;
	text-align: left;
}



table th{
	border-bottom: 1px dotted #aaa;
	/*border-left: 1px dotted #aaa;*/
	padding: 3px;
	vertical-align: top;
	width: 10em;
}


table td{
	padding: 3px;
	border-bottom: 1px dotted #aaa;
	/*border-left: 1px dotted #aaa;*/

}

/*==============================
div
===============================*/
div.new_center{
	text-align:center;
	margin-bottom: 2em;
}

div.new_imgleft{
	text-align:center;
	margin-left: 45px;
	float: left;
}

*html div.new_imgleft{
	margin-bottom: 2em;
	margin-left: 23px;
}

div.new_imgright{
	text-align:center;
	margin-bottom: 2em;
	margin-right: 45px;
	float: right;
}

*html div.new_imgright{
	margin-right: 23px;
}
















