/* $Id: base-weblog.css 34 2006-06-13 09:14:22Z jallen $ */

/* basic elements */

html {
    margin: 0;
    padding: 0;
}

form { margin: 0; padding: 0; }

a img { border: 0; }

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6
{
   font-weight: normal;
   font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}

h1 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
}

/* content */
.entry-content {
    position: static;
    clear: both;
    margin: 5px 10px;
}

/* 最新エントリ */
.module {
	position: relative;
	overflow: none;
	width: 185px;
}
.module-content {
	position: relative;
	margin: 5px 10px 20px 10px;
	background-color: #FFFFFF;
}
.module-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration:none;
}





