/* [CSS設定目次]***********************************************

01.

***********************************************[CSS設定目次] */
/* [01.上部コンテンツ]
------------------------------------------------------------ */
#contact h4{
    border-left: 3px solid #99CCDD;
    color: #116699;
    margin-bottom: 10px;
    padding-left: 10px;
}
.here{
    list-style-image:url("../images/common/step_arrow.gif") ;
}
.w460{
    width:460px;
}
.w300{
    width:300px;
}

/* [02.コンテンツ（中央）]
------------------------------------------------------------ */
.privacy_box{
	padding:10px;
	border:2px solid #dddacc;
}
#contact  table{
}
#contact  table th{
    background:#C8EAF7;
	padding:5px;
}
#contact  table td{
	padding:5px;
}
.stop{
    color:#ff4400;    
    background:#fff url("../images/common/stop_icon.gif") no-repeat left center;
	padding-left:22px;
}