* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size:100%;
	list-style-type: none;
}

body{
	font-family:"MS UI Gothic", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", verdana, 'trebuchet ms', sans-serif;
	font-size:small;
	background-image: url(../images/body_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color:#666666;
}

a{color: #31A590; text-decoration:underline;}
a:link{color: #31A590; text-decoration:underline;}
a:visited{color: #31A590; text-decoration:underline;}
a:active{color: #31A590; text-decoration:underline;}
a:hover{color: #31A590; text-decoration: none;}
#blognews{
	float:left;
	width:180px;
}

#blognews table{
	width:180px;
	margin: 0;
	border: 1px solid #CCCCCC;
}
#blognews th{
	width: 50px;
	padding: 4px 0 4px 8px;
	border-bottom: 1px dotted #E5E5E5;
	font-size: x-small;
	line-height: 130%;
	font-weight: normal;
}
#blognews td{
	width: 130px;
	padding: 4px 5px 4px 5px;
	border-bottom: 1px dotted #E5E5E5;
	font-size: small;
	line-height: 130%;
	font-weight: normal;
	text-align: left;
}
#blognews .noborder{
	border-bottom: none!important;
}
#blognews table th{
	white-space:nowrap;
}

.news a{color: #333333; text-decoration:none;}
.news a:link{color: #333333; text-decoration:none;}
.news a:visited{color: #333333; text-decoration:none;}
.news a:active{color: #333333; text-decoration:none;}
.news a:hover{color: #333333; text-decoration: underline;}
