/*----------------------------------------------------------
    rules.css for http://www.sanshiro.ne.jp/about/rules/*.htm
    
    versin 1.01 last update 01/05/15
    by Etsushi Kojima   etsushi@ylw.mmtr.or.jp
------------------------------------------------------------*/
.chapter{
	background-color: #0048a0;
	color:            #f1f7ff;
	font-size:        150%;
	font-weight:      bold;
	margin:           30 0 0 0;
	border-style:     solid;
	border-width:     1 1 1 1;
	border-color:     #ffffff;
	padding:          3 0 3 40
	/*Gradient makes all this class style disable when browsed by Netscape....
	width:            580;
	height:           20;
	filter:           alpha(style=1,opacity=100,finishOpacity=20,startX=0,startY=0,finishX=100%,finishY=100%);	*/
}
.article{
	color:           #003980;
	font-weight:     bold;
	margin:          20 0 5 0;
}
.clause{
	color:           #001d40;
	font-weight:     bold;
	margin:          5 0 0 5;
}
.clause2{
}
.body{
	margin:           0 0 0 20;
}
