@charset "EUC-JP";
	body {
		margin: 0px;
		padding: 0px;
		background: #333333;
		color: black;
		font-size: medium;
		width: 98% !important;
	}

	A, A:link, A:visited {
		color: #CC0000;
		font-weight: bold;
		text-decoration: none;
	}
	A:active, A:hover {
		color: red;
		font-weight: bold;
		text-decoration: underline;
	}

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
		font-size: medium;
		font-weight: bold;
	}

	UL, DL {
		margin: 0px 0px 0px 1em;
		padding: 0px;
	}

	IMG {
		border: none;
		margin: 0px;
		padding: 0px;
	}

	TABLE {
		border: none;
		margin: 0px;
		padding: 0px;
	}
	TR {
		border: none;
		margin: 0px;
		padding: 0px;
	}
	TD, TH {
		border: 1px solid #676781;
		margin: 0px;
		padding: 0px;
	}

	#content {
		margin: 0px 0em 1em 1em;
		padding: 0px;
	}

	#links {
		padding: 0px;
		margin: 0px 0px 0px 1em;
		border: 1px solid #676781;
	}

	.blog {
		margin: 1em 0px 0px 0px;
		padding: 1em 50px 1em 1em;
		background: #666666 url(archives/images/cntback.png) repeat-y right top;
		border-top: 1px solid #676781;
		border-left: 1px solid #676781;
		border-bottom: 1px solid #676781;
	}

	.blogbody, .comments-body{
		background: url(archives/images/blockend.png) white 100% 100% no-repeat;
		border: 1px dashed black;
  		line-height: 140%;
		letter-spacing: .05em;
		margin-bottom: 1em;
  		padding: 1em;
	}
	.blogbody P {
		text-indent: 1em;
	}
	.comments-body {
		background: white;
		font-size: small;
	}

	.title, .comments-head { 
		font-weight: bold;
		padding: 0.2em 0.5em;
		text-transform:uppercase;
		border-left: 0.5em solid #FFCC00;
	}

	.subtitle {
	}

	.sidetitle {
		font-weight: bold;
  		padding-bottom: 0.2em;
  		margin-top: 1em;
		letter-spacing: .3em;
  		text-transform:uppercase;
		text-align: center;
	}

	.side {
		font-size: small;
		margin: 0px 1em 1em 1em;
  		padding: 0.5em;
		background: white url(archives/images/blockend.png) no-repeat fixed right bottom;
		border: 1px dashed black;
	}
	.side A, .side A:link, .side A:visited{
		color: black;
		font-weight: normal;
	}
	.side A:active, .side A:hover{
		color: red;
		font-weight: normal;
	}

	.syndicate {
		text-align: right;
		font-size: xx-small;
  		line-height: 140%;
  		margin: 1em;
	}

	.posted	{ 
		color: black; 
		}

	.comments-post {
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	
			
	
	.trackback-url {
		color:#666;
		font-size:small;
		font-weight:normal;
		}

	.trackback-body {
		color:#666;
		font-size:small;
		font-weight:normal;
		}		

	.trackback-post {
		color:#666;
		font-size:x-small;
		font-weight:normal;
		}	
