@charset "utf-8";

#contents h2	{
	padding-bottom: 22px;
}

/* ====================================================================================================
   一覧
==================================================================================================== */
#index h3	{
	padding-bottom: 13px;
}

#index ul li	{
	padding: 10px 0 10px 1px;
	background: url(../../images/topics_line001.gif) no-repeat left bottom;
}

#index ul li.end	{
	background: none;
}

#index ul li .left	{
	width: 115px;
	padding-left: 58px;
	background-position: left 50%;
	color: #2c7a31;
}

#index ul li .right	{
	width: 560px;
}

.topics1	{ background: url(../../images/topics_ic001.gif) no-repeat; }
.topics2	{ background: url(../../images/topics_ic002.gif) no-repeat; }
.topics3	{ background: url(../../images/topics_ic003.gif) no-repeat; }

/* ====================================================================================================
   詳細
==================================================================================================== */
#detail h3	{
	padding-bottom: 20px;
}

#detail dl dt	{
	padding-bottom: 10px;
	color: #2c7a31;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1;
}

/* ====================================================================================================
   クリアフィックス
==================================================================================================== */
#index ul li:after	{
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	visibility: hidden;
}

#index ul li	{
	display: block;
	#display: inline-block;
}
