@charset "shift_jis";

/*------------------------------------------------------------------------------
	学習塾ポータルサイト WEB SITE - CSS Modules 教育関連ニュース
------------------------------------------------------------------------------*/
#newscontent-left{
     width:490px;
     height:auto;
     float:left;
     padding-bottom: 10px;
     }


#newscontent-left h2{
	margin-top:10px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BF783A;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 10px;
	color:#BF783A;
	font-weight:bold;
	font-size:1.1em;
	}	
#newscontent-left h2 a{
	color:#BF783A;
	text-decoration:none;
	}	
#newscontent-left h2 a:hover{
	color:#BF783A;
	text-decoration:none;
	}		
#newscontent-left h2 a:visited{
	color:#BF783A;
	text-decoration:none;
	}		
.newsbox{
     width:430px;
     height:auto;
     margin-left:20px;
     margin-top:20px;
     margin-bottom:20px;
     padding-top:5px;
     padding-bottom:5px;
     background-color:#FFFFD9;
     border: 1px dashed #CCC;
    }

