@charset "utf-8";
/* CSS Document */

#note #page{
	margin:0 100px;
}

#note #page li{
	display:inline;
	margin-right:10px;
}

#note #page li#lbl{
	font-family: 'Caesar Dressing', cursive;
}

#note #page li a{
	text-decoration:none;
	padding:5px;
	background:#CCC;
	color:#fff;
}

#note #page li a:hover{
	background:#5b8987;
	color:#fff;
}

#note{
	background:#fff;
	width:900px;
	padding:20px;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
}

#note #rss{
	text-align:right;
	margin-right:100px;
}

#note p{
	margin-bottom:1em;
}

#note .article{
	width: 700px;
	margin:0 auto;
	margin-bottom:30px;
}

#note .article .title{
	font-size:14px;
	font-weight:bold;
	float:right;
	margin-bottom:2px;
}

#note .article .date{
	float:left;
	margin-bottom:2px;
	font-size:16px;
	font-family: 'Caesar Dressing', cursive;
}

#note .article .subject{
	font-size:14px;
	
	
	border:2px solid #ccc;
	
	-moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -khtml-border-radius-topleft: 20px; 
    border-top-left-radius: 20px;
	
	-moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -khtml-border-radius-bottomright: 20px;  
    border-bottom-right-radius: 20px;
	
	padding:10px;
}

#note .article .imgL{
	float:left;
}

#note .article .imgR{
	float:right;
}

#note .article .imgC{
	text-align:center;
}

#note .quote{
	color:#666;
}

hr {
    border: 0;
    border-bottom: 2px dashed #333;
    background: #999;
}
