@charset "UTF-8";

/* 雑記帳（note.html）独自のスタイル */

.topbtnbox {
  height: 35px;
  position: relative;
}

.top_btn{
  display:block;
  position: absolute; right: 10px;
  border-radius: 3px;
  background:  linear-gradient( #aac,#303);	
  color: #fff;
  padding:5px;
}

a{
 text-decoration:none;
}

ul.mokuji{
	border:#ccc dotted 5px;
	background-color:#FFF0FA;
	width:80%;
	margin-left:30px;
}