@charset "UTF-8";

.content, .content td, .content th {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif !important;
	font-size  : 12px;
	font-style : normal;
	}

.content {
	line-height          : 1.5;
	color                : #333333;
	background-color     : #FFFFFF;
	background-attachment: fixed;
	background-repeat:repeat-x !important;
	background-image     : url(textareabg.gif) !important;
	text-align           : left;
	}

.content h1,h2,h3,h4,h5,h6 {
	letter-spacing:2px;
}

.content ul {
	line-height     : 1.5;
	list-style-type : square;
	margin          : 0 0 0.5em 20px;
	padding         : 0;
	list-style-image: url(bullet.gif);
	}

.content ol {
	line-height     : 1.5;
	margin          : 0 0 0.5em 18px;
	padding         : 0;
	color           : black;
	list-style-image: none;
	}

.content ol li {margin-left:7px;}

ol          {list-style-type:decimal}
ol ol       {list-style-type:upper-roman}
ol ol ol    {list-style-type:lower-alpha}
ol ol ol ol {list-style-type:lower-greek}

.content blockquote {
	padding-left    : 7px;
	margin-left     : 3px;
	background-color: #fcfcfc;
}

.content table {margin-bottom:8px;}
.content td,th {padding:4px !important;}
.content th    {background-color:#fcfcfc;text-align:left;}

.content a:hover {
	color: #7fa2ff;
	}
.content .imgleft {padding:7px; float:left; margin-right:12px;clear:both;margin-bottom:5px;}
.content .imgright {padding:7px; float:right; margin-left:12px;clear:both;margin-bottom:5px;}
.content .floatclear {clear:both;}

