div#block1 p {
	margin-bottom: 12px;
}

/*強調スタイル　オレンジドット下線*/
div#block1 p strong {
	font-size: 120%;
	font-weight: normal;
	background-image: url(general_item/dotlain_or.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	color: #F60;
}


/*ブロック2＝手順*/
div#block2 p {
	margin-bottom: 12px;
}

div#block2 h4 /*手順のタイトル*/ {
	background-color: #DCB;
	background-image: url(general_item/whiteline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 24px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F60;
}

/*店舗の種類：1＝地球屋　2＝地球屋S　3＝ばかとあほ*/
p#tempo1, p#tempo2, p#tempo3 {
	background-image: url(img_12noren/logo_chikyuya_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 190px;
	padding-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
	height: 110px;
	border-bottom-style: solid;
	padding-bottom: 10px;
	margin: 0px;
}
/*店舗の種類：2の背景チェンジ*/
p#tempo2 {
	background-image: url(img_12noren/logo_chikyuya.gif);
}
/*店舗の種類：3の背景チェンジ*/
p#tempo3 {
	background-image: url(img_12noren/logo_baka.gif);
	margin-bottom: 12px;
}
/*店舗コーステキスト強調*/
p#tempo1 strong , p#tempo2 strong , p#tempo3 strong {
	font-size: 20px;
	font-weight: normal;
	color: #F60;
}

/*100万円は？*/
div#hyakuman {
	background-image: url(img_12noren/100manen.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FD0;
	border-right-color: #FD0;
	border-bottom-color: #FD0;
	border-left-color: #FD0;
	margin-right: 0px;
	margin-left: 0px;
	border-right-style: none;
	border-left-style: none;
}
div#hyakuman p {
	display: none;
}

/*資金チャート*/
div#shikinchart {
	margin-bottom: 20px;
}
div#shikinchart p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 14px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px none #CCC;
	border-left: 7px solid #CCC;
	margin-bottom: 5px;
}
