/* I.K.design—pŠî–{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;
}
.hd_line {
	font-size:10px;
	line-height:12px;
	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: #666666;
	background-color: #FFFFFF;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-x;
}

table.mather {
	margin: 0px;
	height: 100%;
}

