body {
	margin-top: 0px;
	margin-left: none;
	margin-right: none;
	margin-bottom: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	background-color: #FFFFFF;
	font:13px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	*font-size:small;
	*font:x-small;

}

.asset-content{
	text-align:justify; 
	text-justify:distribute;
}

table {
    font-size:inherit;
    font:100%;
    line-height: 21px;
 
}

p.text1 { font-size:13px; }
p.text2 { font-size:14px }
p.text3 { font-size:15px; }
p.text4 { font-size:16px; }
p.text5 { font-size:17px; }
p.text6 { font-size:18px; }
p.text7 { font-size:19px; }
p.text8 { font-size:20px; }


.backgray { background:#CCC; }
.backwhite { background:#FFF; }
.backbrown { background:#E8E3D2; }
.backblack { background:#333; font-weight:bold; color:#FFF; }
.darkgray { background:#A9A9A9; }
.lightgold { background:#FAFAD2; }
 
.right {text-align:right;}

.att {   padding-left: 1em;   text-indent: -1em; } 

/* ================================================
 *  引用
 ================================================*/
blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #808080;
	border-left:5px solid #ddd;
	background:#FFFFFF;
}

