@charset "utf-8";
/* CSS Document */


/*------------ MAIN ------------*/

#main_block{
	background : #dde4fa;
}
#main_area{
	border-bottom :solid 10px #231c60;
}


/*-----top_navi-----*/

#top_navi{
    height : auto ;	
	background:#fff;		
}

#top_navi_inner{
    height : auto ;	
	background:#e9e9e1;	
}

#top_navi_inner div{
	width:730px;
    padding : 10px ;

}

#top_navi_inner h2{
	font-size : 18px ;
    line-height : 1.3em ;
}

#top_navi_inner p{;
    line-height : 1.5em ;
}

p.more{
	border-bottom:solid 1px #cccccc; 
	background:url(../images/common/icon_right.gif) no-repeat left center;
	padding-left:21px;
    margin : 5px 0 10px 0 ;
}


/*-----info-----*/
.info_box .date{
	padding-left:10px;
	width:100px;
}

.i_ttl{
	max-width:570px;
	padding-left:10px;	
}

/*-----contents_right-----*/


.bnr_area{
	margin-top:10px;	
}





/*------------ FOOTER ------------*/
#footer{
	border-top :solid 10px #e6e6e6;
}





/*-------- float --------*/
.clear{clear : both ;}
.left {float: left;}
.right {float: right;}