@charset "UTF-8";
/****************************************

		Reset

*****************************************/

*{ 
    margin:0;padding:0; 
} 
html{ 
    height:100%; 
} 
body{ 
    height:100%; 
    font:12px/170% 'メイリオ','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック';
	color: #000000;
}

img    {border-style: none;}

a.ButtonAnchor:hover img{filter: alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}

.Spacer{clear:both;}

a {color:#23639e;text-decoration:none;}
a:hover{color:#23639e;text-decoration:underline;}

div#blog_list {
width:620px;
padding:6px 0;
overflow:auto;
border-top:1px #000000 dotted;
}

div#blog_date {
width:100px;
float:left;
}

div#blog_title {
width:520px;
float:right;
}
