/*
Theme Name:Dag Force
*/
/*=========================================
	基本設定
=========================================*/
/*CSSリセット*/
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#CCCCCC;
}

body{
	background-color:#000000;
}
/*コンテナ設定*/
#container{
	padding-top:15px;
	line-height:140%;
	width:800px;
	height:100%;
	margin:0 auto;
	background-color:#000000;
}
/*ヘッダ*/
#header h1{
	height:160px;
	width:315px;
	background:url(spr.gif) no-repeat;
	float:left;
}

#header #info{
	width:300px;
	float:right;
}

#info ul li{
list-style:none;
}

/*ヘッダ用メニュー*/
ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 800px; /* 必ずwidthの設定をしてください */
	clear:both;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
}

ul#globalNavi li a {
	padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	color:#CCCCCC;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
}

ul#globalNavi li a:hover {
	color: #CCCCCC;
	background-color: #333333;
	font-weight:bold;
}


/*ボディー*/
#body{
	clear:both;
}
#body #main{
	float:left;
	width:480px;
	padding:10px 0px 10px 0px;
}
#body #sidebar{
	float:right;
	width:300px;
	padding:10px 0px 10px 0px;
}
/*フッター*/
#footer{
	clear:both;
}

/*エントリー*/
.entry{
	background:url(spr.gif) no-repeat 0px -172px;
	clear:both;
}

.entry h2{
	font-size:16px;
	width:100%;
	padding:18px 10px 10px 70px;
	color:#000000;
}

.entry h2 a{
	color:#000000;
}

.entry .date{
	clear:both;
	font-size:10px;
	text-align:right;
	padding:10px 0px 10px 3px;
}

.entry .blog{
	width:100%;
	height:30px;
	border-top:dotted 1px #CCCCCC;
	margin-bottom:15px;
	text-align:right;
	clear:both;
}

.entry .msg{
	clear:both;
	padding-left:50px;
}
.entry .nameimg{
	height:72px;
	width:58px;
	background:url(spr.gif) no-repeat -330px 0px;
	margin-bottom:5px;
	float:right;
}

.nav{
	text-align:center;
}

/*コメント*/
#comments{
	width:480px;
}

#comments input{
color:#000000;
}
#comments textarea{
color:#000000;
width:450px;
}

/*サイドバー*/
#sidebar ul{
	list-style-type: none;
}

#sidebar ul li h2{
	font-size:16px;
}

#sidebar ul li ul{
	list-style-type:circle;
	padding-left:10px;
}