
body {
	width:100%;
	margin:0;
	padding:0;
	}
div#contents{
	margin: auto;
	width:780px;
	height:100%;
	text-align:center;
	border-right:solid 1px #999999;
	border-left:solid 1px #999999;
	background-color:white;
	}	

	
.comment {
	font-size:10pt;
	color:#666666;
	line-height:130%;
	margin-top:10px;
	}

.address {
	width:780px;
	font-size:0.75em;
	text-align:center;
	font-style:normal;
	color:#666666;
	padding:20px;
	margin:0px;
	border-top:solid 1px #cccccc;
	background-color:white;
	}
	
.waku_b {
	width:600px;
	border-top:solid 3px #ceceff;
	}

.p_area {
	margin-top:10px;
	margin-bottom:10px;
  }

a  {
	text-decoration:underline;color:blue
	}
a:hover {
	text-decoration:none;color:red
	}

.comtxt {
	font-size:12pt;
	lineheight:140%;
	}

