/* Šî–{CSS */
/* ------------------------------------------------------------------------- */

/* Font size */
.body1 {
	font-size:10px;
	line-height:16px;
	letter-spacing: 1px;
}
.body2 {
	font-size:12px;
	line-height:18px;
	letter-spacing: 1px;
}
.body3 {
	font-size:14px;
	line-height:17px;
}
.small {
	font-size:9px;
	line-height:13px;
	letter-spacing: 1px;
}

/* Link */
a:link {
	color:#4487A3;
	text-decoration:none;
}
a:visited {
	color:#4487A3;
	text-decoration:none;
}
a:active {
	color:#4487A3;
	text-decoration:none;
}
a:hover {
	color:#4487A3;
	text-decoration:underline;
}

/* Base */
body {
	margin: 0px;
	color: #555555;
	background-color: #FFFFEC;
}

table.mather {
	margin: 0px;
	width: 820px;
	height: 100%;
	background-color: #FFFFFF;
}
td.mt_right {
	margin: 0px;
	width: 20px;
	background: url(../image/right_side.gif);
}
td.mt_cnt {
	margin: 0px;
	width: 800px;
	background: #FFFFFF;
}

/* Header */
table.hd_area {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 72px;
	/*background: url(../image/header_bg.gif);*/
}
img.hmenu {
	margin: 0px 0px 0px 5px;
}
table.mn_area {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	width: 800px;
	height: 47px;
	background: url(../image/hd_bg.gif);
}


/* Footer */
table.ft_area {
	margin: 0px;
	padding: 11px 0px 10px 0px;
	width: 800px;
	height: 40px;
	background: url(../image/ft_bg.gif);
}

