body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 0px;
	background:#fdffdf;
}

a {
	color:#f70;
}

a:hover {
	color:#f10;
	font-weight:bold;
	text-decoration: underline;
}

h1 {
	margin:0px;
	padding-top:0px;
	font-weight:bold;
	font-size:30px;
	font-family:sans-serif;
	padding: 5px;
}
h1 a{
	color:#fff;
	text-decoration: none;
}

#banner{
	margin:0px;
	width:100%;
	padding:10px 0px;
	background-image:url(http://blog.seesaa.jp/img/bg/06.gif);
	background-repeat:repeat-x;
}

.description {
	color:#FFF;
	margin-left: 20px;
	font-size:16px;
	font-family:sans-serif;
	font-weight:bold;
	line-height:140%;
}

.navi {
	background:#ac9;
	color:#000;
	font-size:90%;
	text-align:center;
	margin-bottom:10px;
	width:auto;
}

#content {
	margin:25px 5px 30px;
	padding:0px;
	float:left;
	width:55%;
}

.blog {
}

.blogbody {
	line-height:110%;
	margin-bottom:15px;
	border:1px dashed;
}

.date	{
	color:#000;
	margin-bottom:2px;
	padding:2px 5px;
	background:#9C6;
	border:1px dashed;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	font-family:sans-serif;
}

.title	{
	font-weight:bold;
	color:#c00;
	padding:5px;
	margin:0px;
	font-size:14px;
	}

.title a{
	color:#c00;
	text-decoration: none;
}

.title a:hover{
	color:#f10;
	font-weight:bold;
	text-decoration: underline;
}

.text{
	font-size: 90%;
	color: #000;
	padding:5px 15px 0px 10px;
	margin-top:5px;
}

.text a{
	text-decoration: none;
}

.posted	{ 
	font-size: 75%; 
	color: #060;
	text-align: right;
	margin:8px 0px 5px;
	padding:3px 10px;
}

.posted a{
	text-decoration: underline;
}	

#links-left {
	font-weight:normal;
	width:150px;
	float:left;
	margin:25px 5px 0px;
}
#links {
	font-weight:normal;
	width:150px;
	float:left;
	margin:25px 5px 0px;
}

#calendar {
	width:100%;
}
#calendar table {
	width:100%;
	background:#eea;
}

.calendarhead {
	color:#000;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	padding:3px;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	background:#ac9;
}

.calendarday {
	font-size:60%;
	font-weight:normal;
	color: #060;
	padding:1px;
}

.calendarday a{
	text-decoration: underline;
}

.sidetitle {
	width:100%;
	background:#ceb;
	margin-top:10px;
	padding:5px 0px;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:80%;
}

.side {
	width:100%;
	padding:5px;
	line-height:120%;
	color:#333;
	font-size:70%;
}

.side a{
	text-decoration: underline;
}

.powered {
	width:100%;
	margin-top:20px;
	text-align:center;
	line-height:120%;
	padding:2px;
}

.syndicate {
	width:auto;
	margin:15px 0px;
	padding:5px 0px;
	text-align:center;
	background:#eed;
	border:solid 2px #fb6;
	font-size:60%;
}

.amztitle {
	width:100%;
	font-size:80%;
	margin-top:10px;
	padding:5px 0px;
	background:#000;
	border-bottom:2px solid #fa0;
	border-left:2px solid #fa0;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

.amzside {	
	color:#333333;
	font-size:60%;
	line-height:120%;
	padding:5px;
	width:100%;
}

.amzside a{
	color:#00f;
	text-decoration: underline;
}

.amzside a:hover {
	color:#f10;
	font-weight:bold;
	text-decoration: underline;
}


.amz {
	width:120px;
	padding:0px 10px 2px;
	text-align:center;
	background:#fff;
	border:solid 1px #000;
	font-size:smaller
}

#comments {
	width:100%;
	margin:25px 0px;
}

.comments-head	{ 
	width:auto;
	font-size:90%; 
	color: #FFFFFF;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	padding:5px;
	font-weight:bold;
	background:#9C6;
}

.comments-body {
	width:auto;
	color:#000;
	font-size:80%;
	font-weight:normal;
	line-height:110%;
	padding:5px 10px;
	margin-bottom:5px;
	border-bottom:1px dotted #999; 
}

.comments-post {
	color:#066;
	font-size:75%;
	font-weight:normal;
	text-align:right;
}

#trackback {
	width:auto;
	padding:10px;
	border:1px dotted #000;
	margin-bottom:30px;
	margin-top:25px;
	font-size:80%;
}
#footer{
	clear:left;
	width:100%;
}
