#subtitle {
	background : #FFFFFF url(../images/subtitle-bg.jpg) no-repeat center center;
	}

#bread-crumb {
	background : #FFFFFF url(../images/bread-crumb-bg.jpg) no-repeat center bottom;
	}



ul#case_tab {
	}	
ul#case_tab li {
	display:inline;
	margin:0;
	}


#case {
 width:502px;
 background:url(../images/case_bg.gif) repeat-y;
}

#case ul {
	margin:0 15px 0 10px;
 	list-style-type:none;
}

#case ul li {
	padding:2px 0 2px 0px;
	background:url(../images/case_dot.gif) no-repeat center bottom;
}

#case ul li.last{
	padding:2px 0 2px 0px;
	background:none;
}

#case ul li p{
	margin:0;
	padding:5px 0 5px 50px;
}

#case ul li.last p{
	margin:0;
	padding:5px 0 10px 50px;
}

#case ul li p.chumoku{
	padding:5px 0 5px 50px;
	background:url(../images/icon1.gif) no-repeat 5px center;
}

#case_bottom {
 width:502px;
 height:10px;
 margin-bottom:20px;
 background:url(../images/case_bottom.gif) no-repeat;
}