@charset "Shift_JIS";

/*01.default
-----------------------------------*/
body,h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, dl, li,address,caption {
    margin: 0;
    padding: 0;
}
p{
	margin-bottom:20px;
	}
	
body, td, th {
	color: #fff;
	font-size:12px;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	}

html{
	}
body{
	margin:5px;
	background:#000;
	}


/*02.link
-----------------------------------*/
a{	color:#d9628d;	}
a:hover,a:active{	color:#73032c;	}
a:visited{	color:#d9628d;	}


/*topics
-----------------------------------*/	
strong{
	color:#ff0000;
	}
.day{
	color:#999;
	font-size:11px;
	}

#navi{
	margin-bottom:10px;
	text-align:center;
	}
#edit{
	text-align:center;
	}
#edit input{
	padding:2px;
	border:1px #ccc solid;
	}
input.form-btn{
	width:80px;
	margin:0 5px;
	padding:2px 0;
	font-weight:bold;
	color:#000;
	letter-spacing:0.3em;
	border-right:#aaa 1px solid;
	border-bottom:#aaa 1px solid;
	border-left:#ccc 1px solid;
	border-top:#ccc 1px solid;
	background-color:#fff;
	}