/*divs*/
body {
	background-color:#FBFFFF;
	font-family:"MS PGothic";
}

#side {
	width: 150px;
	padding-left: 5px;
	float:left;
	font:"MS PGothic";
}

#blog {
	padding-left: 250px;
}

#content {
	width: 1300px;
	padding-left: 200px;
	padding-top: 20px;
}

/*type*/

p {
	font:"MS PGothic";
	font-family:"MS PGothic";
}

a img {
	border: none;
}

a:link {
	font-family:"MS PGothic";
	color:#000;
	text-decoration:none;	
}

a2:link {
	font-family:"MS PGothic";
	color:#000;
	text-decoration:none;
	font-size:24px;	
}

a:hover {
	font-family:"MS PGothic";
	color:#000;
	text-decoration:underline;	
}

h2 {
	font:"MS PGothic";
	font-family:"MS PGothic";
	font-size:16px;
}

small {
	font:"MS PGothic";
	font-family:"MS PGothic";
	font-size:10px;
}

#content img {
	padding: 18px;
}

td {
	vertical-align:bottom;
	padding-bottom:18px;
}

