@charset "utf-8";

/*=========================================================
	[ index.css ]
	index style

=========================================================*/

#content h1{
	margin-bottom: 10px;
	padding: 0;
	border-left: none;
	border-bottom: none;
	background: none;
} 
#content h2,.btit{
	margin-top: 0;
	padding: 0;
	border-bottom: none;
}
#content h2 span,.btit span{
}

#articles{
}
#articles dl{
	line-height: 1.2;
}
#articles dl dt{
}
#articles dl dd{
	margin-bottom: 7px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}

