@charset "UTF-8";

body{
	background-color:#000000;
	}

#in_box{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	border: 1px solid #000;
	}

#header,
#footer{
	background-color:#FF0099;
	}
	
h2{
	font-family:"Arial Black",Gadget,sans-serif;
	font-size:34px;
	font-weight:bold;
	margin-bottom:10px;
	color:#F5F5F5;
	}
	
.column{;
	border: 1px solid #000;
	}
	
.side_title{
	color:#F5F5F5;
	border-bottom-color:#F5F5F5;
	}
	
/** dig用 **/

.dig_1set {
	width: 686px;
	float: left;
	margin-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #333;
	background-color: #000;
	color: #FFF;
}
.dig_img {
	float: left;
	width: 150px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.dig_r {
	float: right;
	width: 67px;
	background-color: #222;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
.dig_PostBy {
	width: 65px;
	padding:1px;
	text-align: center;
	font-size: 10px;
	color: #999;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-color: #000;
}
	
#entry_comments{
	background-color:#000;
	color:#FFF;
	border: 1px solid #333;
	}