
DIV.recipepiece{
    width:90%;
    margin:15px;
    padding:10px;
    border-bottom-width:5px;
    border-bottom-style:dotted;
    border-bottom-color:#FF8000;
}

.recipetitle {
	font-size:16pt;
    color:#ff8000;
    font-weight:bold;
}


.recipepiece img{
    margin-right:10px;
    float:left;
}

.recipepiece h1{
    padding:1px;
    margin:1px;
    color:#808040;
    list-style-image:url('recipeicon01.gif');
    font-weight:normal;
    font-size:10pt;
}

.recipepiece h2{
    padding:5px;
    margin:5px;
    color:#404080;
    font-weight:normal;
    line-height:170%;
    font-size:8pt;
}

.recipepiece h3{
    padding:0px;
    margin:0px;
    color:#404080;
    font-weight:normal;
    right:100%;
    font-size:8pt;
}

.recipepiece h6{
    padding:1px;
    margin:1px;
    clear:both;
    width:100%;
    height:1px;
}

.recipepiece .teikyou{
    margin:10px;
    float:right;
    border:0;
}


