@charset "utf-8";
/* CSS Document */

#howto li {
	margin-bottom:50px;
}
#howto li.m0 {
	margin:0;
}
#howto li p {
	margin-bottom:15px;
	font-weight:bold;
}
#create dt {
	width:100px;
	margin-bottom:10px;
	position:relative;
	background:#CCB887;
/*	line-height:26px;*/
padding:3px 0 1px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	behavior: url(/common/js/PIE.htc);
}
#create dd {
	margin-bottom:30px;
}
#create dd ul.ls {
	padding-left:30px;
}
#create dd ul.ls li {
	list-style:outside disc;
}

/*　作字の注文方法　*/
#order_guide h3{
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 6px 6px 6px 6px;
    font-size: 113%;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
}

#create #order_guide dt{
	background:none;
	border-radius:none;
width:auto;
height:auto;
color:#333;
text-align:left;
font-weight:normal;
}






