@charset "UTF-8";

* {
	margin: 5px;
	padding: 0;
}
html {
	color: #000;
	background-color: #fff;
	width: 100%;
	font-size: 15px;
	line-height: 30px;
}

h1 {
	padding: 0px;
	margin-left: 20px;
	margin-top: 30px;
	width: 90%;
	font-size: 22px;
	border: solid 2px #9AF;
	border-bottom-width: 2px;
	border-left-width: 40px;
	border-right: none;
	border-top: none;
	padding: 5px;
}

ul, ol {
	margin-left: 100px;
	margin-top: 5px;
}
li {
	line-height: 30px;
}

/*------------- 名前付き ------------*/
	/*---コメント---*/
p.comment {
	text-align: right;
	font-size: 10px;

}

	/*-- 出来上がりの写真 --*/
.done {
	float: right;
	margin-top: 80px;
}

.float_none {
  clear: both;
}