@charset "utf-8";

@import url(/css/default.css); 
@import url(/css/frame.css); 
@import url(/css/column2.css); 


.contCotegory, .contArchive, .contComment{
display: none;
}



.entryContent ul li,
.entryContent ol ul li{
	list-style-type: none;
	background: url(/img/lm_square.gif) no-repeat 0px .5em;
	padding: 2px 0px 2px 13px;
}

.entryContent ul li ol,
.contentBox ul li ul{
	margin: 5px 30px;
}

.entryContent ol li,
.entryContent ul ol li{
	list-style-type: decimal;
	background: none;
	padding: 2px 0px 2px 0px;
}
*html .entryContent ol li,
*html .entryContent ul ol li{ /* hack for IE6 */
	display: list-item;
	height: auto;
}


/* 20070604: fixed font style */
body {
  font-family: "Lucida Grande", "Bitstream Vera Sans", "Segoe UI", Calibri, Verdana, Arial, "ヒラギノ角ゴ Pro W3", メイリオ, "ＭＳ Ｐゴシック", IPAPGothic, sans-serif;
  font-size: 87.5% !important;
}
