@charset "utf-8";

/*===============================
共通タグ指定
================================*/

#SIDE ul {
}
#SIDE li {
	border-bottom: 1px dotted #D4D0C8;
	background-image: url(image/list_arrow.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 5px 15px;
	background-position: 0px 4px;
}
#SIDE h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99CC99;
	padding: 3px;
	border-top: 1px solid #669966;
	border-right: 1px solid #669966;
	border-bottom: 1px solid #669966;
	border-left: 3px solid #669966;
	margin: 0px 0px 8px;
}
#CONTENTS p strong {
	color: #660000;
	background-color: #F7E8D2;
}
#CaseMain {
	text-indent: -9999px;
	height: 220px;
	width: 560px;
	background-image: url(../images/cate_case_main.jpg);
	background-repeat: no-repeat;
}
#CONTENTS p img {
	border-top: 1px solid #D4D0C8;
	border-right: 1px solid #C7C1B8;
	border-bottom: 1px solid #C7C1B8;
	border-left: 1px solid #D4D0C8;
	padding: 3px;
}

