hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
#links { width: 600px; margin: 0 auto; }
#links h3 { font-size: 1.1em; font-weight: 500; width: 600px; padding-top: 40px; padding-bottom: 10px; border-bottom: 1px dotted #ccc; }
#links dl { font-size: 1.2em; line-height: 180%; padding-top: 20px; margin-bottom: 10px; }
#links dt { line-height: 150%; }
#links dt a { color: #288177; }
#links dt a:hover { color: #1d98d8; }
#links dd { font-size: .85em; line-height: 150%; }
#links p { font-size: 1em; line-height: 160%;  padding-top: 15px;}
#links dt span { font-size:90%; }

#panelwrap{ width: 729px; margin: 0 auto 0; border: solid 1px #fff; padding:15px; color:#666; font-size: 1em; }
#panelwrap h3{ font-weight: bold; line-height:130%; padding: 25px 0 5px 0; }
#panelwrap h3 a { color: #008080; }
#panelwrap p { line-height:150%; }
#panelwrap p span{ font-size:80%; }
#panelwrap p.waku a { color: #f60; font-size: 0.9em; font-weight: 600; line-height: 1em; text-align: center; width: 10em; margin-top: 5px; padding: 1px; border: solid 1px; cursor: pointer; display: block; }
#panelwrap dd { margin-top: 5px; margin-bottom: 5px; margin-left: 0; padding-bottom: 3px; border-bottom: 1px dotted #ccc; }
#panelwrap dd span { color: #d13449; font-size: 90%; font-weight: 600; }
#panelwrap dd a { color: #666;}
#panelwrap dd a:hover { color: #ffa500; }
.font {
  font-weight: normal;
}

.size1 { font-size: 18px; }
.size2 { font-size: 16px; }
.size3 { font-size: 14px; }
.size4 { font-size: 80%; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.red { color: red; }
.green { color:#390; }
.blue { color:#00F; }
.orange { color:#F60; }
.pink { color:#F3C; }

.indent1 { 
	text-indent: -1em;
	padding-left: 1em;
	 }
.hr_dott {border-top: 1px dotted #ccc;
}