/* コメント表示--------------------------------------------------*/

#comment {
	font-family: 'MS UI Gothic','Osaka',sans-serif;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #FF9900;
	margin:0.5em;
}

#comment h2 {
	font-size: 16px;
	background-color: #FF9900;
	color: #ffffff;
	margin: 0;
	padding: 0.2em 0.5em 0.2em 20px;
	border-bottom:3px double #ffffff;
}

#comment h1 {
	font-size: 13px;
	color: #383838;
	margin: 0.2em;
	text-indent: 0.5em;
}


#comment p {
	text-indent: 1em;
	margin: 0.2em;
	color: #404040;
	font-size:12px;
}

#comment br {
	text-indent: 1em;
	margin: 0.2em;
	color: #404040;
	font-size:12px;
}

.comment {
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #FF9900;
	margin:0.5em;
}

.comment h2 {
	font-size: 12pt;
	background-color: #FF9900;
	color: #ffffff;
	margin: 0;
	padding: 0.2em 0.5em 0.2em 20px;
	border-bottom:3px double #ffffff;
}

.comment h1 {
	font-size: 10pt;
	color: #383838;
	margin: 0.2em;
	text-indent: 0.5em;
}


.comment p {
	text-indent: 1em;
	margin: 0.2em;
	color: #404040;
	font-size:9pt;
}

.comment br {
	text-indent: 1em;
	margin: 0.2em;
	color: #404040;
	font-size:10pt;
}

.comment table {
	margin: 5px 10px 10px 5px;
	padding: 2px;
	background-color: transparent;
}

.comment td {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	vertical-align: top;
	color: #404040;
	font-size:10pt;
}
