/*================================================================================
	要素のスタイリング
================================================================================*/
body {
	background-color: #FFFFFF;
	color: #333333;
	/*background-image:url(/design/wellplazanet/images/bg_body.gif);
	background-repeat:repeat-x;*/
	}

a:link {
	color: #008000;
	}
a:visited {
	color: #008000;
	}
a:hover {
	color: #008000;
	}
a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	}
	
img {
	vertical-align:top;
}

img.top {
	vertical-align:bottom;
}

table td {
	font-size:21px;
	font-weight:bold;
}

/*================================================================================
	コンテンツ全体（div#container）
================================================================================*/
