@charset "Shift_JIS";



body {

	margin: 0;

	padding: 5px;

	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3','‚l‚r ‚oƒSƒVƒbƒN', sans-serif;

	background-color:#dbf5ff;

}



/*link

-----------------------------------------------------*/

a:link{
	color: #666;
	background: transparent;
	font-style: normal;
	text-decoration: none;
}



a:visited{

	color: #666;

	background: transparent;
	text-decoration: none;

}



a:hover, a:active{

	color: #003366;

	background: transparent;
	text-decoration: underline;

}



/*text

-----------------------------------------------------*/

h1,h2,h3,h4,p {margin: 0; padding: 0;}



p {

	color: #666666;

	line-height: 1.2em;

	font-size: 10px;

}


#blog-txt {
	font-size: 11px;
	line-height:1.2em;
}

/*topics table

-----------------------------------------------------*/

table#blog {

	border-collapse: collapse;

}



#blog th,#blog td {

	line-height: 1.2em;

	font-size: 10px;

	vertical-align: top;

	text-align: left;

}



#blog th{

	font-weight: normal;

	color:#336600;

	padding-right:0.5em;

}