@charset "UTF-8";

/* タイトル
--------------------------------------------------------------------*/
#maincontents h2 {
	background: #ffffff url('../images/sheader_links.jpg') no-repeat left top;
}

#maincontents h3 {
	clear: both;
	margin-top: 20px;
	width: 500px;
	height: 20px;
	background: transparent;
	border-bottom: 1px solid #f0f0f0;
	line-height: 1.7em;
	text-indent: 2em;
}

#maincontents .lcontent {
	float: left;
	display: inline;
	margin: 10px 2px 10px 13px;
	width: 278px;
	border: 1px solid #ffffff;
}


#maincontents .rcontent {
	float: right;
	display: inline;
	margin: 10px 15px 10px 8px;
	width: 278px;
	border: 1px solid #ffffff;
}


#maincontents .lcontent p,
#maincontents .rcontent p {
	margin: 10px 5px;
	line-height: 1.7em;
}

#maincontents .content ul,
#maincontents .lcontent ul,
#maincontents .rcontent ul {
	margin: 5px 12px 15px 18px;
	line-height: 1.6em;
	list-style: none;
}

