body {
	margin:0px;
	background: #fff;
	color: #222;
}
a {
	color: #00F;
	text-decoration: none;
}
a:link {
	color: #00F;
}
a:active {
	color: #F00;
}
a:visited {
	color: #609;
}
a:hover {
	color: #F00;
}

.head {
	background: #f7f7ff;
	border-bottom: dashed 1px #999;
	padding:5px;
}
.head-title {
	margin:3px;
	color:#44F;
}
.head-description {
	color:#555;
	font-size:80%;
	margin-left:20px;
}

.main {
	margin:10px;
}
.main-title {
	font-size:90%;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	border-left:3px solid #ddd;
	margin-top:15px;
	margin-bottom:5px;
	padding:3px 6px;
}
.main-title-note {
	font-size:90%;
	font-weight:bold;
	border-bottom:1px solid #bbf;
	border-left:3px solid #bbf;
	margin-top:15px;
	margin-bottom:5px;
	padding:3px 6px;
}
.main-title-info {
	font-size:90%;
	font-weight:normal;
	color:#666;
}
.main-navi {
	font-size:90%;
	font-weight:normal;
}

.entry {
	margin-top:3px;
	margin-left:10px;
	margin-right:10px;
	font-size:80%;
	line-height:110%;
}
.entry-date {
	color:#080;
}
.entry-date-hbr {
	color:#888;
}

.user-high a, .user-high a:visited, .user-high a:hover {
	color: red;
	background-color: #ffcccc;
	font-weight: bold;
	font-style: normal;
	display: inline;
}
.user-low a, .user-low a:visited, .user-low a:hover {
	color: #ff6666; 
	background-color: #fff0f0;
	font-weight: bold;
	font-style: normal;
	display: inline;
}

.cloud {
	margin-top:3px;
	margin-left:10px;
	margin-right:10px;
}

.copyright {
	background:#f7f7ff;
	border-top:dashed 1px #999;
	font-size:80%;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	text-align:right;
}
