@charset "utf-8";
body	{
	font-family:"メイリオ",Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: 12pt;
	width:100%;
	padding:20px;
	margin-left: auto;
	margin-right: auto;
	}
	
div.waku	{
	padding:20px 20px 20px 20px;
	background-color:#ffffe5;
	background-image:url(../images/waku.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
	border-right:solid 4px #cdcbcc;
	border-left:solid 2px #cdcbcc;
	border-top:solid 2px #cdcbcc;
	border-bottom:solid 4px #cdcbcc;
	line-height:2.0em;
	float:left;
	}
p.title	{
	padding: 10px;
	width:200px;
	font-size: 200%;
	font-weight: 800;
	border: double 4px;
	}
p.right	{
	text-align: right;
	}
p.center	{
	text-align: center;
	}
p	{
	text-indent: 2em;
	}
div.hon-left	{
	width:47%;
	float: left;	
	}
div.hon-right	{
	width:47%;
	float: right;
	}
span.page-normal {
	padding: 1px;
	margin: 2px;
	line-height: 1.75em;
}
h1 {
	font-size: 150%;
	padding: 1px;
	font-weight: 700;
	margin: 2px;
	line-height: 1.75em;
}
h2 {
	font-size: 120%;
	padding: 1px;
	font-weight: 700;
	margin: 2px;
	line-height: 1.75em;
}
.uline	{
	text-decoration: underline;
	}