@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

/*contents
----------------------------------------------------------- */
dl	{
	padding: 0 5px;
	margin-bottom: 4px;
}
dt	{
	background: url(../image/dt.gif) no-repeat 5px 7px #DFD1DB;
	padding: 2px 5px 2px 18px;
	font-weight: bold;
	border: 1px solid #727272;
}
dd	{
	padding: 5px 5px 5px 15px;
}
dd li	{
	background: url(../image/icon.gif) no-repeat 0 7px;
	padding: 0 0 0 10px;
}

dd span{
	font-weight:bold;
	color:#000066;
	font-style:italic;
	}


