﻿@charset "UTF-8";

div#main * div.mc-listitemset {
	width: 540px;
	background-color: #ffc;
	border: solid 1px #fc3;
	margin: 16px;
	}

div#main * div.mc-listitemset h3 {
	font-size: 14px;
	line-height: 120%;
	margin: 16px 0px 4px 12px;
	padding: 0px 0px 2px 20px;
	background-image: url("/image/h_mark.png");
	background-repeat: no-repeat;
	background-position: left -2px;
	text-indent: 0px;
	}

div#main * div.mc-listitemset p {
	margin: 8px 8px 8px 32px;
	}

div#main * div.mc-listitemset p strong {
	font-weight: bold;
	color: red;
	}

div#main * div.mc-listitemset p img {
	border: solid 1px #999;
	}


