@charset "utf-8";
body {
	background-color: #DDDDDD;
	margin:0;
}
td {
	font-size: 12px;
}
.whiteFont {
	color: #FFFFFF;
	font-weight:bold;
}
.leftbg {
	background-image: url(images/left_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.contents {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	padding: 5px;
}
.touming {
	filter: Alpha(Opacity=90, FinishOpacity=90);
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}

