

body {
	margin: 0;
	padding: 6px;
	color: #6b6f59; /* 岩井茶 */
	position: relative;
	height: 100%;
	background: #ffffff;
	font-family: verdana,sans-serif;
	font-size: 85%;
	line-height: 140%;
}

table {
	font-size: 100%;
}


a:link, a.ref {
	color: #2a83a2;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #89c3eb;
}
a:visited:after {
}

a:link:hover, a:visited:hover, a.ref:hover {
	color: #d0576b;
}


div#version {
	color: #d0576b;
	position: absolute;
	top: 6px;
	right: 12px;
	font-size: 120%;
	font-weight: bolder;
}



dl#changelog dd {
	margin-left: 0;
	padding-left: 0;
}
dl#changelog dt span {
	margin-left: .33em;
	color: #d0576b;
	font-weight: bolder;
}




span#twitomonitor-reloaddate {
	font-weight: bolder;
}


div#monitor {
	float: left;
	width: 84.8%;
/*	background: #f6f6f6;*/
}
div#monitor-content {
	padding: 3px;
}

div#selector {
	float: right;
	width: 15%;
	background: #f9f9f9;
}
div#selector-content {
	padding: 3px;
}







ul#twitomonitor-selectedfriends {
	margin: 0;
	padding: 0;
}

ul#twitomonitor-selectedfriends li {
	margin: 1px;
	padding: 3px;
	border: 1px solid #dddddd;
	position: relative;
	float: left;
	width: 136px;
	height: 136px;
	overflow: hidden;
	font-size: 95%;
	line-height: 120%;
}
ul#twitomonitor-selectedfriends li.status-normal-0 { background: #ffcccc; }
ul#twitomonitor-selectedfriends li.status-normal-1 { background: #ffd6d6; }
ul#twitomonitor-selectedfriends li.status-normal-2 { background: #ffe6e6; }
ul#twitomonitor-selectedfriends li.status-normal-3 { background: #ffefef; }
ul#twitomonitor-selectedfriends li.status-normal-4 { background: #fff6f6; }
ul#twitomonitor-selectedfriends li.status-normal-5 { background: #fff9f9; }
ul#twitomonitor-selectedfriends li.status-normal-6 { background: #fffcfc; }
ul#twitomonitor-selectedfriends li.status-normal-7 { background: #ffffff; }

ul#twitomonitor-selectedfriends li.status-msg4me-0 { background: #ccffcc; }
ul#twitomonitor-selectedfriends li.status-msg4me-1 { background: #d6ffd6; }
ul#twitomonitor-selectedfriends li.status-msg4me-2 { background: #e6ffe6; }
ul#twitomonitor-selectedfriends li.status-msg4me-3 { background: #efffef; }
ul#twitomonitor-selectedfriends li.status-msg4me-4 { background: #f6fff6; }
ul#twitomonitor-selectedfriends li.status-msg4me-5 { background: #f9fff9; }
ul#twitomonitor-selectedfriends li.status-msg4me-6 { background: #fcfffc; }
ul#twitomonitor-selectedfriends li.status-msg4me-7 { background: #ffffff; }

ul#twitomonitor-selectedfriends li.status-msg-0 { background: #ffffcc; }
ul#twitomonitor-selectedfriends li.status-msg-1 { background: #ffffd6; }
ul#twitomonitor-selectedfriends li.status-msg-2 { background: #ffffe6; }
ul#twitomonitor-selectedfriends li.status-msg-3 { background: #ffffef; }
ul#twitomonitor-selectedfriends li.status-msg-4 { background: #fffff6; }
ul#twitomonitor-selectedfriends li.status-msg-5 { background: #fffff9; }
ul#twitomonitor-selectedfriends li.status-msg-6 { background: #fffffc; }
ul#twitomonitor-selectedfriends li.status-msg-7 { background: #ffffff; }

ul#twitomonitor-selectedfriends li h4 {
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #dddddd;
	font-size: 100%;
}
ul#twitomonitor-selectedfriends li img.icon {
	padding: 1px;
	border: 1px solid #dddddd;
	width: 24px;
	height: 24px;
}
ul#twitomonitor-selectedfriends li span.status-text {
	margin-bottom: 4px;
	display: block;
}
ul#twitomonitor-selectedfriends li span.status-date {
	margin: 3px 0 3px 0;
	display: block;
	color: #999999;
	text-align: right;
	font-style: italic;
	font-size: 90%;
	line-height: 100%;
}

ul#twitomonitor-selectedfriends li div.del {
	border: 1px solid #cccccc;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 14px; height: 14px;
	font-size: 16px;
	text-align: center;
	color: #cc3300;
	cursor: pointer;
}
ul#twitomonitor-selectedfriends li div.del:hover {
}


#selector span.note {
	color: #d0576b;
	font-size: 90%;
	line-height: 130%;
}

#friendselector-textbox {
	width: 100%;
}
#friendselector-message {
	color: #d0576b;
}



body ul#friendselector-friendlist {
	margin: 4px 0;
	padding: 0;
	list-style: none;
	height: 400px;
	overflow: auto;
}
ul#friendselector-friendlist li {
	padding: 1px 4px;
	cursor: pointer;
}
ul#friendselector-friendlist li:hover {
/*	background: #ebf6f7;*/
	padding: 0 3px;
	border: 1px solid #d0576b;
}
#friendselector-friendlist li.selected {
	background: #ffefef;
}



br { clear: both; }


input.textbox {
	border: #89c3eb 1px inset;
}
input.textbox:focus, textarea:focus {
	background: #ebf6f7;
}

input.button {
	background: #ebf6f7;
	padding: 2px 4px;
	border: #89c3eb 1px outset;
	cursor: pointer;
}

textarea {
	width: 100%;
	height: 10em;
}


.adsense {
	background: #ebf6f7;
	text-align: center;
}


#foot {
	text-align: right;
}
#foot p#foot-copyright {
	font-size: 85%;
}




