* { box-sizing : border-box}
* { -moz-box-sizing : border-box}
* { -webkit-box-sizing : border-box}
* { -ms-box-sizing : border-box}

body{
	font-size:13px;
	margin-top:20px;
	background: #C0DEED url('./img/bg-clouds.png') repeat-x;
	color:#333;
}
#main{
	position:relative;
	width:850px;
	background-color:#eef;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(ie-css3.htc);
	text-align:left;
}
#leftmenu{
	top:0px;
	left:0px;
	padding:20px;
	margin:0px;
	width:600px;
	background-color:#fff;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	behavior: url(ie-css3.htc);
	text-align:left;
	float:left;
}
#rightmenu{
	top:0px;
	left:600px;
	padding:20px;
	margin:0px;
	width:250px;
	text-align:left;
	float:left;
}
.clear {
	clear: left;
}
#logo{
	width:850px;
	text-align:left;
	margin-bottom:10px;
}

#memo{
	background:transparent url(img/bg_noteline.gif) repeat scroll 0 0;
	line-height :30px;
	margin :0;
	text-align:right;
}

a{
	color:#1166AA;
}
.box{
	padding:5px;
	margin:0px;
	overflow: auto;
}
.line{
	width:100%;
	border-bottom:solid 1px #ddd;
	clear:both;
	margin:0px;
	padding:0px;
}
.icon{
	float:left;
	width:48px;
	height:48px;
	overflow:hidden;
}
.date{
	font-size:10px;
	color:#bbb;
}
ul{
	line-height:1.6em;
}
.tweet{
	border-bottom:solid 1px #ddd;
	margin:0px;
	padding:5px;
}
.highlight {
	background-color:#ccf;
}

.selected{
	background-color:#f5f5f5;
}
ul{
	list-style-type: circle;
}

