@charset "utf-8";
/* CSS Document */


p.rinen {
 color:#000;
 line-height:150%;
 padding:10px;
 
}

p.suisen { text-weight:bold;
           line-height:120%;
		   margin-left:300px;
}

p.kyoju { font-size:16px;
          font-weight:bold;
		  margin-left:400px;
}
/*リストスタイル　インデント付け*/
ul.rinen {
 font-weight:bold;
 margin-left:2.0em;
 list-style:none;
 padding:10px;
 
}

li.rinen { text-indent:-2.0em;
}

div.suisen { background-image: url(../images/rinen/suisen-bg-1.jpg);
             background-repeat: repeat-y;
             
}

img.kyoju { float:left;
           margin:5px 10px 5px 10px;
}

br.clear { clear: left;}

div.rinen {background-image: url(../images/rinen/rinen-bg-1.jpg);
}


