.mf_article {
}

.mf_article div {
	margin: 5px 15px;
}

.mf_article .preview {
	border: 1px solid #ddd;
	margin: 10px 100px 20px;
	padding: 10px;
	font-size: 12px;
}

.mf_article .subtitle {
	border-left: #00a8e1 5px solid;
	padding-left: 5px;
	margin: 25px 0;
	font-weight: bold;
	font-size: 18px;
}


fieldset.fieldset_common {
	border:1px solid #ddd;
	padding: 10px; 
	font-size:12px;
}

fieldset.fieldset_common legend {
	padding:5px; 
	margin-bottom:5px;
	background-color:#568150;color:white;
}


ul.bullet_01 li {
	list-style:none;
	padding: 0  0 0 15px;
	background: url(./sprite_bullet.png) no-repeat  0 -121px;
}


p.memo  {
    margin: 0 0 0 15px;
	padding: 0  0 0 22px;
	background: url(./sprite_icon2.png) no-repeat  0 -70px;
}

p.info  {
    margin: 0 0 0 15px;
	padding: 0  0 0 22px;
	background: url(./sprite_icon2.png) no-repeat  0 -1366px;
}

p.link  {
    margin: 0 0 0 15px;
	padding: 0  0 0 22px;
	background: url(./sprite_icon2.png) no-repeat  0 -1508px;
}


/* ButtonSet */
.buttonset a{display:block; background:url(./button_white.gif) left 0; float:left; font:12px gulim; color:#255863; padding-left:6px; text-decoration:none; height:27px; cursor:pointer; margin-right:3px; overflow:hidden}
.buttonset a:hover{background:url(./button_white.gif) left -27px; text-decoration:none;}
.buttonset a span{display:block; float:left; background:url(./button_white.gif) right 0; line-height:240%; padding-right:6px;  height:27px; overflow:hidden;text-decoration:none;}
.buttonset a:hover span{background:url(./button_white.gif) right -27px; color:#11292F;text-decoration:none;}


