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

@import "../../../../files/css/common/layout.css";



/*-------------------------------------------------------------------------
	mainContents
/*-----------------------------------------------------------------------*/


#mainContents h1{
	clear:both;
	position:relative;
	zoom:1;
	}

#mainContents h1 #newsNavi{
	width:430px;
	display:inline;
	position:absolute;
	right:0;
	bottom:-1px;
	}

#mainContents h1 #newsNavi li{
	margin-right:8px;
	float:left;
	width:135px;
	height:37px;
	}
	
#main #content #mainContents .section p{
	font-size:100%;
	}


/*-------------------------------------------------------------------------
	index
/*-----------------------------------------------------------------------*/
		
#index #main h1 {
	border-bottom: 1px solid #c9caca;
	
}
#index #main #content #lead {
	margin-top: 25px;
	margin-bottom: 0;
	
}
#mainContents #lead .inSection {
	margin-bottom: 0;	
}
#index #main #list .listbox {
	padding: 30px 0 30px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #c9caca;
}
#index #main #list .listbox p.img_left {
	float: left;	
}
#index #main #list .listbox dl {
	padding-left: 183px;
}
#index #main #list .listbox dl dt,
#index #main #list .listbox dl dd {
	padding-left: 18px;
}
#index #main #list .listbox dl dt {
	margin-bottom: 0.5em;
	background:url(../../../files/img/common/ico-contents.gif) no-repeat left 0.28em;	
}
#index #main #list .listbox dl dd {
	font-size: 88%;	
}
#index #main #list .listbox dl dd .date {
	display: block;
	color: #666;	
}
	
	
	
	