@charset "Shift_JIS";
*{
   margin:0;
   padding:0;
   font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
   font-size:small;
   color:#FFFFFF;
   }
input,textarea{
	color:#000;
}

body{
    margin:0 auto;
	width:700px;
	background-color:#000000;
	background-image:url(../dash/img/wall.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}
#header{
   width:700px;
   height:150px;
   background-image:url(../dash/img/back.jpg);
	background-attachment:scroll;
	background-position:center top;
	background-repeat:no-repeat;
   }
h1{
    padding:10px 0 0 10px;
	font-size:x-large;
	font-weight:bolder;
	display:none;
	}
h2{
     padding: 10px 0 0 5px;
	 }
#content{
	width:500px;
	float: right;
	background-color:#000000;
	}
#side{
    width:180px;
	float:left;
	background-color:#000000;
	padding:10px;
	margin:0 auto;
		}
#side dt{
    border-left:solid 3px #33FF00;
	margin:5px 0;
	padding-left:5px;
	}
.entry{
    margin:10px 0;
	width:480px;
	padding:10px;
	border-bottom:1px dashed #FFFFFF;
	}


.entry img{
    width:120px;
	margin-right:10px;
	float:left;
	}
.entry h2{
    width:450px;
	margin-bottom:10px;
	}
.entry h2 a{
     color:#FF9900;
	 }
p.foot{
    clear:both;
	width:480px;
	padding:10px 0;
	 }

dt.profile,dt.topics,dt.calendar,dt.recent_entry,dt.recent_comment,dt.archive,dt.category{
    font-size:medium;
	font-weight:bold;
	margin: 10px 0;
	background-image:url(../dash/img/bottun.jpg);
	width:150px;
	padding:7px 0 7px 5px;
	}
#side li{
    margin:5px 0 5px 0;
	}
#side ul{
    margin-left:10px;
	}
caption,table{
    width:150px;
	padding:5px 0 5px 0;
	}
dd.profile dd{
    background-color:#333333;
	width:150px;
	padding:5px;
	}



/* ----------------- */
dl#comment {
	margin-top:10px;
}
dl#comment dd{
	margin-bottom:1em;
	line-height:1.3;
}
dl#comment dd p.cfoot{
	margin-top:5px;
}
