div.stripe   /*  ストライプの枠を作ります  */ 

{ 
   background-image	: url("./bule-stripe.gif");
   padding		: 5px;

   border-width		: 1px;
   border-style		: solid;
   border-color		: #ccffcc #008000 #008000 #ccffcc;
}
div.stripe p 
{
   background-color	: white;
   margin		: 3px;
   padding		: 0.3em;
   border-width		: 1px;
   border-style		: solid;
   border-color		: #008000 #ccffcc #ccffcc #008000;


	text-align: center;
	font-size: x-small;
	font-style: normal;
	font-family: Verdana,Tahoma, sans-serif;
}

}


div.right {
   float: right;
   width: 90%;
}
div.main {
   float: left;
   width: 88%;
}

