/* ----- etc ----- */

body {
	margin-top: 0px;
}

a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:active, a:hover {
	color:#ff0000;
	text-decoration:underline;
}

/* ----- img ----- */

.img_bg {
	background-image:url(../img/bg.gif);
	background-repeat:no-repeat;
	background-position: bottom}
.photo {
	position: absolute;
	height: 149px;
	width: 281px;
	top: 390px;
	left: 491px;
}

/* ----- font ----- */

.TextSmall {
	font-size: 10px;
	line-height: 14px;
}
.TextSmall_Gray {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.TextBase {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.TextBase_Red {
	font-size: 12px;
	line-height: 16px;
	color: #CC0000;
}
.TextBase_Green {
	font-size: 12px;
	line-height: 16px;
	color: #336633;
}
.TextBaseB {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.TextBig {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.TextBigB {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.waku {
	padding-bottom: 10px;
	padding-top: 10px;
}
