@charset "utf-8";

/* == しぶ屋 CSS目次(よくあるご質問用CSS) ===============　*/

h4{
	margin:0 0 8px 35px;
	font-weight:bold;
	color:#b70202;
	}
#contents_body #contents_l p{
	margin:0 0 0 0;
	line-height:1.5;
	}
dl{
	margin:0 8px 0 50px;
	}
dt{
	margin:0 0 7px 0;
	padding:0 0 0 18px; 
	background:url("../img/pic_01.gif") no-repeat;
	color:#267300;
	}
dd{
	margin:0 0 20px 0;
	line-height:1.5;
	background:url("../img/pic_02.gif") no-repeat;
	background-position:top left;
	padding:0 0 15px 18px;
	border-bottom:1px dotted #999999;
	}
#contents_body #contents_l ul{
	margin:0 0 10px 0;
	}
#contents_body #contents_l li{
	list-style-type:none;
	background:url("../img/pic_01.gif") no-repeat;
	background-position:center left;
	margin:0 0 0 50px;
	padding:0 0 0 15px; 
	line-height:2;
	color:#267300;
	}
a:link{
	color:#2f2f2f;
	text-decoration:none;
	}
a:visited{
	color:#2f2f2f;
	text-decoration:none;
	}
a:hover{
	color:#df1f1f;
	text-decoration:underline;
	}
