@charset "euc-jp";

/*ĦĦINDEX	*/

#alpha {
	float:left;
	width:700px;
	margin:0px;
	padding-bottom: 60px;
}

#beta {
	float:right;
	width:210px;
	margin:0px;
	padding-bottom: 60px;
}




/* information  */

.news ul {
   margin:0;
   padding:0;
   list-style:none;
}

.news li {
   padding:10px 0 10px 8em;
   text-indent: -8em;
   border-bottom:1px solid #ddd;
   font-size:14px;
   line-height:1.5;
}

.news li span {
   display:inline-block;
   width:8em;
   text-indent:0;
}

.news li a {
   text-decoration:none;
   color:#000;
}

.news li a:hover {
   text-decoration:underline;
   color:#539300;

}

