/* #################################################################################### */

/* ページ全体 */
body{
 margin:0px 0px;
 padding:0px 0px;
 color:#000000;
 font-family:'ＭＳ Ｐゴシック','sans-serif','osaka';
 background-color:#ffffff;
}


/* #################################################################################### */
/* レイアウト */

/* ヘッダ */
#header{
 float : left;
 width: 100%;
 background-color:#eeeeee;
}

#header_contents{
 margin:5px;
}

#main_container{
 float : left;
 width: 100%;
}

/* 本文 */
#main_contents{
 margin:5px 10px 5px 10px;
}

/* フッタ */
#footer_container{
 clear:both;
 float : left;
 width: 100%;
 background-color:#eeeeee;
}

/* ヘッダとフッタに余白設定 */
#header_contents,#footer_contents{
 margin:5px 5px;
}

/* #################################################################################### */

h1,h2,h3,h4{
 margin:5px 0px;
}

h1{
 font-size:2em;
}

h2{
 font-size:120%;
}

h2 span{
 margin-left:20px;
 font-size:0.8em;
 font-weight:normal;
}

h3{
 font-size:1em;
}

h4{
 font-size:110%;
}

img{
 border:0px;
}

/* 段落 */
p{
 margin:0px 0px;
 padding:0px 0px;
}

ul{
 line-height:1.5em;
}

/* 文字位置 */
.l{
 text-align:left;
}

.c{
 text-align:center;
}

.r{
 text-align:right;
}

/* 改行禁止 */
.nobr{
 white-space:nowrap;
}

/* #################################################################################### */

/* 最近の投稿 */
.recent_entry{
 border-bottom:dotted 2px #cccccc;
 padding-bottom:5px;
}

.recent_entry h3{
 margin-left:15px;
}

.recent_entry p{
 margin-left:30px;
 font-size:0.9em;
}

h3 a{
 display: block;
 width: 100%;
}

h3 a:hover{
 color:#000000;
 background-color:#cccccc;
}

