@charset "UTF-8";
@import "/themes/concept/master.css";

/*
 [
----------------------------------------------------------- */
dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
}

/*
 [
----------------------------------------------------------- */

dl.mushiba dt {
	clear: both;
	font-weight: bold;
	margin-top: 10px;
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 20px;
	font-size: 14px;	
}
dl.mushiba dd {
	clear: both;
	margin-bottom: 1em;
	padding-bottom: 8px;
	background: url(images/border.gif) repeat-x center bottom;
}
/* ¥ */
* html dl.mushiba dd {
	height: 1%;
}
/**/
dl.mushiba dd {
	zoom: 1;
}
dl.mushiba dd:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
.blogEntry h4 {
	font-weight: bold;
	margin-top: 10px;
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 20px;
	font-size: 14px;
}
.clear {
	clear: both;
}

/*
 [ list
----------------------------------------------------------- */
ul.list {
	margin-bottom: 1em;
}
ul.list li {
	background: url(images/check.gif) no-repeat 0 4px;
	margin-bottom: 5px;
	padding-left: 20px;
}

dl.structure dt {
	width: 80px;
	float: left;
	clear: left;
}
dl.structure dd {
	margin-left: 90px;
	margin-bottom: 0.5em;
}