/*div.mdl_list a {
	text-decoration:none;
	color:#336699;
	}
div.mdl_list a:hover {
	text-decoration:underline;
	color:#ff3300;
	}
*/

/* ƒ^ƒCƒgƒ‹ */

.mdl_list h3 {
	margin:5px 0 5px 0;
	padding:0;
	float:left;
	border-bottom:1px solid #cccccc;
}

.txt_mdl_list {
	float:left;
	height:1em;
	margin:20px 0 0 0;
	padding:0 10px;
	border-left:5px solid #336699;
	font-size:small;
	width:600px;
}

.mdl_list h3 img {
	float:right;
	padding:5px 10px 0 0;
	}

.mdl_list h4 {
	background-color:#dcdcdc;
	font-size:small;
	padding:3px 0px 3px 20px;
	margin:20px 0 5px 0;
	clear:both;
}

.mdl_list {
	width:738px;
	margin:10px 0 15px 0;
	padding:0 10px 15px 10px;
	min-height:50px;
	height:auto! important;
	height:50px;
	border:1px solid #cccccc;
}

.mdl_list ul {
	width:720px;
	margin:0;
	padding:0;
	list-style-type:none;
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	clear:both;
}


.mdl_list li {
	width:160px;
	float:left;
	min-height:9px;
	height:auto! important;
	height:9px;
	margin:0;
	padding:5px 0 5px 20px;
	list-style-type:none;
	background-image:url("../images/btn_square_red.gif");
	background-repeat:no-repeat;
	background-position:4px 45%;
	}
