@charset "UTF-8";


/*----------------------------------------------------------
 設定方法
----------------------------------------------------------*/
html { background: #FFF; }
body { text-align: center; }

#tefm-howto {
	width: 380px;
	text-align: left;
	margin: 10px auto 10px auto;
}
#tefm-howto h1 {
	background: url(../images/tefm_download_sw_title.gif) no-repeat 0 0;
	margin: 0 0 15px 0;
	text-indent: -9999px;
}
#tefm-howto h2 {
	text-indent: -9999px;
	margin: 0 0 10px 0;
}
#tefm-howto h2#win { background: url(../images/tefm_download_sw_stitle1.gif) no-repeat 0 0; }
#tefm-howto h2#mac { background: url(../images/tefm_download_sw_stitle2.gif) no-repeat 0 0; }

#tefm-howto ol {
	margin: 0 0 30px 5px;
}
#tefm-howto li {
	list-style-type: decimal;
	margin: 0 0 10px 24px;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 135%;
	color: #1D2087;
}
#tefm-howto li span {
	font-weight: normal;
	color: #000;
}
