body {
		margin:0px 0px 5px 0px;
		background:#000033;	
		color: #CBC8C0; 	
		}
/*-----■リンク設定■-----*/
A{ color: #000099; text-decoration: none;}				/*リンク*/
A:link{ color: #c0c0c0; text-decoration: none; }			/*リンク*/
A:visited{ color: #FC9E4A; text-decoration: none; }		/*訪問済み*/
A:active{ color: #ff0000; }				/*クリックした時*/
a:hover	{ color: #fa8072; text-decoration: underline; }		/*カーソルが上にのった時*/

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

	#banner {

	color:#ffffff ; 					/*文字色*/
	font-size:150% ; 					/*フォントサイズ*/
	font-weight:bold ; 					/*文字の太さ*/
	margin-bottom:20px ; 					/*下までの間隔*/
	background-color:#000033 ; 	
		/*背景の色*/
	padding-top:10px ;
	padding-left:20px ;
	padding-right:0px ;
	padding-bottom:10px ;
	margin-top:0px ; 					/*上までの間隔*/
	margin-left:0px ; 					/*左までの間隔*/
	margin-right:0px ; 					/*右までの間隔*/
	margin-bottom:0px ; 				/*下までの間隔*/
	border-top:0px dashed #666666 ; 	
	/*上部線設定*/
	border-bottom:0px dashed #666666 ; 
	/*下部線設定*/
			
		}
		
	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {

		font-size: x-large;
		color: #CBC8C0;
		text-decoration: none;
		}

/*-----■解説部分設定■-----*/
.com{
	color:#fff ; 					/*文字の色*/
	font-size:80% ; 					/*フォントサイズ*/
	font-weight:nomal ; 					/*文字サイズ*/
	background-color:#000000 ; 	/*背景の色*/
	padding-top:5px ;
	padding-left:20px ;
	padding-right:0px ;
	padding-bottom:5px ;
	margin-left:0px ; 					/*左までの間隔*/
	margin-right:0px ; 					/*右までの間隔*/
	margin-bottom:0px ; 				/*下までの間隔*/
	}


	.description {
		color:#999;
		font-size:small;
		font-weight:bold;
  		background:#000033;	
  		text-transform:none;	
		letter-spacing: none; 		
		}	


	#content {
		float:left;
		width:65%;
		background:#000033;
		margin-right:15px;
		margin-bottom:20px;
		}
	#links { 
	width:20%;
		float:right;
		<!-- position:absolute;-->
position:relative;
		margin-top:39px;
	margin-left:5px;
	margin-right:5px;
  	padding:10px;
		border:1px solid #ffffff; 
		}		
	.blog {
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:15px;					
		}	

	
	.blogbody {

		color:#999999;
		/*文字色*/
		font-size:90%;
		font-weight:normal;
  		background:#000033;
  		line-height:140%;		
  		border-left:1px solid #ffffff;			
  		border-right:1px solid #ffffff;
  		border-bottom:1px solid #ffffff;	  			  		
  		padding:10px;
overflow: hidden
		}
		
	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
	}
	
	.title { 
		font-family: verdana, arial, sans-serif; 
	color:#ffffff ; 
	font-size:120% ; 				/*文字のサイズ*/
	font-weight:bold ; 				/*文字の太さ*/
	background-color:#000033 ; 	/*背景の色*/
	padding:3px ; 				/*線からタイトルまでの距離*/
	border-top:1px solid #cccccc ; 
	/*上部線設定*/
	border-left:1px solid #cccccc ; 
	/*左部線設定*/
	border-right:1px solid #cccccc ; 	/*右部線設定*/
	border-bottom:1px solid #cccccc ; 
	/*下部線設定*/
	margin-top:0px ; 				/*上までの間隔*/
	margin-bottom:5px ; 
	/*下までの間隔*/
		}			
		
	#menu {
  		margin-bottom:10px;
		background:#000033;
		font-family: verdana, arial, sans-serif;
		font-size:small;
		color: #CBC8C0; 
		font-weight:bold;  							
		}	
		
	.date	{ 
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;  
		font-size: normal; 
		color: #CBC8C0; 
		font-weight:normal;
		text-transform:uppercase;
		margin-top:20px;		
  		border-bottom:1px solid #ffffff;	
		}			
		
	.posted	{ 
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;  
		font-size: x-small; 
		color: #999; 
		}
		
	.category	{ 
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;  
		font-size: x-small; 
		color: #999; 
  text-align:right;
		}
		
	.calendar {
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
		color:#999;
		font-size:x-small;
		font-weight:normal;
  		padding:1px;				
		}
	
	.calendarhead {	
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
		color:#999;
		font-size:x-small;
		font-weight:bold;
  		background:#000033;
  		line-height:140%;				
		}	
	
	.side {
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
		color:#999;
		font-size:x-small;
		font-weight:normal;
  		background:#000033;
  		line-height:140%;				
		}	
		
	.sidetitle {
font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 

	color:#666666 ; 					/*文字の色*/
	font-size:85% ; 					/*文字のサイズ*/
	font-weight:normal ; 					/*文字の太さ*/
	background-color:#d8cff8 ; 
		/*背景の色*/
	border-top:0px dashed #999999 ; 	
		/*上部線設定*/
	border-left:0px dashed #999999 ; 	
		/*左部線設定*/
	border-right:0px dashed #999999 ; 
		/*右部線設定*/
	border-bottom:0px dashed #999999 ; 
		/*下部線設定*/
	margin-top:0px ; 					/*上までの間隔*/
	margin-bottom:0px ; 					/*下までの間隔*/
	padding:1px 0px 1px 5px ; 				/*背景色をつけた場合の外からの距離*/
		}		
	
	.syndicate {
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
		font-weight:bold;		
  		line-height:140%;
	color:#666666 ; 	
		/*文字の色*/
	font-size:80% ; 	
		/*文字のサイズ*/
	background-color:#ffffff ; 
		/*背景の色*/
	margin-top:5px ;
	padding:1px 0px 1px 5px ;
	  		text-align:center;
 		}	
		
	.powered {
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
		color:#000000;
		font-size:xx-small;
		font-weight:bold;
		border-top:1px solid #666;
		border-bottom:1px solid #666;		
		line-height:140%;
		text-transform:uppercase; 
		padding:2px;
		margin-top:10px;
		text-align:center;
		letter-spacing: .2em  					
		}	
		
	
	.comments-body {
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
		color:#999;
		font-size:normal;
		font-weight:normal;
  background:#000033;
  line-height:140%;				
  border-left:0px solid #666;		
  padding-left:15px;	
  margin-bottom:15px;
		}		

	.comments-post {
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
		color:#ffffff;
		font-size:small;
		font-weight:normal;
  background:#000033;
  margin-bottom:25px;
  border-top:0px dashed #666;
		}	
		
	.comments-head	{ 
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;  
		font-size: normal; 
		color: #999; 
		font-weight:bold;
		text-transform:uppercase;
		  margin-top:15px;
		  margin-bottom:15px;
		border-bottom:1px solid #666;		
		}		


	.trackback-body {
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;
 		 border-left:3px dotted Gray;		
 		 padding-left:10px;
 		 margin-top:10px;
 		 margin-bottom:10px;
	}		

	.trackback-title { 
		font-family: verdana, arial, sans-serif; 
	color:#999 ; 
	font-size:80% ; 				/*文字のサイズ*/
	background-color:transparent ; 	/*背景の色*/
	padding:3px ; 				/*線からタイトルまでの距離*/
	border-top:1px solid #cccccc ; 
	/*上部線設定*/
	border-left:1px solid #cccccc ; 
	/*左部線設定*/
	border-right:1px solid #cccccc ; 	/*右部線設定*/
	border-bottom:1px solid #cccccc ; 
	/*下部線設定*/
	margin-top:0px ; 				/*上までの間隔*/
	margin-bottom:5px ; 
	/*下までの間隔*/
		}			


	.trackback-url {
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
		color:#CCC;
		font-size:small;
		font-weight:normal;
  		background:#000033;
  		line-height:140%;	
  		padding:5px;
  		border:1px dashed #999; 				
		}

	.trackback-post {
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
		color:#CCC;
		font-size:x-small;
		font-weight:normal;
  		background:#000033;
  		margin-bottom:20px;
		}	

	#banner-commentspop {
		font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
		color:#CC9933;
		font-size:large;
		font-weight:bold;
  		background:#000033;
  		padding-left:15px; 
		}
		
textarea {
	font-family: trebuchet, verdana, arial, sans-serif; 
}

blockquote {
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
	font-size:small;
	color:#ffffff;
 line-height:140%;		
	background-color: #000033;
	border-left: 10px;
	padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
 width: auto
	}



.footer {
		color:Silver; 
		font-weight:normal;
		font-size: 9px; 
		font-family: verdana, arial;
		padding:2px;
		margin-top:10px;
		text-align:center;
 }

.code{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif; 
	font-size:small;
	color: White;
 line-height:140%;		
	background-color: #333;
	border-left: 10px solid #666;
	padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
 width: auto
	}
.hot{
	color:Lime;
}