body { 	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         margin: 0px;
} 

div#headerArea {
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 147px;
}
div#contentsArea {
	height: 100%;
	overflow: auto;
}
 
.subcomment {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style: none;
	text-align: center;
	color: #4e1c00;
	line-height: 14px;
	text-indent: 1em;
	font-size: 12px;
	font-size:12px;
  	white-space:pre-wrap;       /* css-3 */
  	white-space:-moz-pre-wrap;  /* Mozilla, since 1999 */
  	white-space:-pre-wrap;      /* Opera 4-6 */
  	white-space:-o-pre-wrap;    /* Opera 7 */
  	word-wrap:break-word;       /* Internet Explorer 5.5+ */
}

.sb { 
	text-align:center; 
	color:#710023; 
	border-style: solid; 
	border-color: orange; 
	border-width: 1px; 
	font-size:12px; 
	line-height:14px; 
	list-style:none; 
	text-indent:1em; 
} 

.sb2 { 
	text-align:left; 
	color:#710023; 
	border-style: solid; 
	border-color: orange; 
	border-width: 1px; 
	font-size:12px; 
	line-height:14px; 
	list-style:none; 
	text-indent:1em; 
	margin: 30px 30px;
	padding: 10px;
} 
