body {
	font-family: "Arial", "Helvetica", "sans-serif";
}
td {
	font-size: x-small;
	color: #333333;
}
.text_10 {
	font-size: xx-small;
	color: #333333;
}
.text_bold_blue {
	font-size: x-small;
	font-weight: bold;
	color: #0E116A;
}
.text10_bold_blue {
	font-size: xx-small;
	font-weight: bold;
	color: #0E116A;
}
.text12_bold_black{
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}
.text13_bold_blue {
	font-size: small;
	font-weight: bold;
	color: #0E116A;
}
.text_bold_orange {
	font-size: x-small;
	font-weight: bold;
	color: #e67c00;
}
.text10_bold_orange {
	font-size: xx-small;
	font-weight: bold;
	color: #e67c00;
}
.text13_bold_orange {
	font-size: small;
	font-weight: bold;
	color: #e67c00;
}
a.top:link {
	text-decoration: none;
	color: #333333;

}
a.top:hover {
	text-decoration: underline;
	color: #333333;

}
a.top:visited {
	text-decoration: none;
	color: #333333;

}
.subtitle {
	font-family: "Arial", "Helvetica", "sans-serif", "Verdana";
	font-size: medium;
	font-weight: bold;
	color: #10116B;
}
a          {text-decoration:none;}
a:hover    {color:#ff0000; text-decoration:underline;}
a:active   {color:#0000FF; text-decoration:underline;}


/*content(2008.9.9)
-----------------------------------------------------------------*/
* #content{
	margin:0;
	padding:23px;
	font-style:normal;
	text-align:left;
	line-height:1.3;
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{font-size:100%;}

#content h2{
	margin-bottom:20px;
	border-bottom:5px solid #19116A;
}

#content h2 img{margin-bottom:3px;}
	
#content .comment{
	padding:10px;
	border:1px solid #333333;
	background-color:#EBEBEB;
}





