/*見出し*/
div.sick_header
{
	margin:12px 0px 0px 0px;
	font-size:large;
	text-decoration:underline;
	}
	
/*文章*/
div.notes
{
	margin:12px 36px 0px 36px;
	width:90%;	
	}
div.notes p
{
	text-indent:1em;
	margin:10px 0px 10px 0px;
	}
	
/*イラスト*/
div.illust
{
	margin:12px 0px 12px 0px;
	text-align:center;
	width:90%;
	}	
div.illust img
{
	width:500px;
	height:200px;
	}

	
/*対策*/
div.taisaku
{
	margin:2px 24px 0px 24px;
	padding:6px;
	border:solid 1px gray;
	background-color:#ffffcc;
	font-weight:bold;
	}

div.task
{
	width:90%;
	text-align:center;
	margin:40px 0px 24px 0px;
	}
div.task a
{
	margin:12px 0px 12px 0px;
	font-size:large;
	font-weight:bold;
	}
div.task img
{
	margin:10px 0px 10px 0px;
	border:0px solid black;
	}