﻿
/* ClubWGH  アスリートレシピのスタイルシート
---------------------------------------------
製作者　kubota
作成日　2008/04/07

=============================================*/

/* 本文
---------------------------------------------*/
#main      {
	width: 715px;       
	padding: 5px 0px 20px 12px;
} 

/* 背景画像　レシピ
---------------------------------------------*/
.resipe {
    margin-top: 30px;
    padding-top:64px;/* ←top.jpgの高さ*/
    background:url(../img/resipewakutop.png) no-repeat left top;
}
.resipe .resipebody {
    padding:6px 10px 6px 20px;
    background:url(../img/resipewakubody.png) repeat-y left top;
}
.resipe .resipebottom {
    height:35px;/* ←bottom.jpgの高さ*/
    background:url(../img/resipewakubottom.png) no-repeat left bottom;
    font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
    line-height:1px;
} 


/* テーブル設定（レシピ）　*/

#tableresipe  {
        width: 650px;
}

#tableresipe  table  {
        border-collapse: collapse;
        margin: 5px 0 10px 5px;
        width: 100%;
}


#tableresipe   th {
        padding: 0px 0px 0px 15px;
        text-align: left;
        vertical-align: top;
        border-bottom: dotted #cccccc 1px;
}

#tableresipe   td {
        padding: 5px 0px 3px 10px;
        vertical-align: top;
        line-height: 1.5em;
        border-bottom: dotted #cccccc 1px;
}

.width200 {
        width: 30%;
        padding: 10px 0px 3px 10px;
        line-height: 1.5em;
        border-bottom: dotted #cccccc 1px;
}

.fontweight  {
        margin: 10px 0 0 10px;
        font-weight: lighter;
}
.ulfont  {
        margin: 0 0 10px 20px;
        font-weight: lighter;
}

/* レシピ 作り方　メモ　*/

#memo  {
        width: 650px;
}
#memo h5  {
        margin-left: 15px;
}
#memo p  {
        margin-left: 15px;
}
#memo li  {
        line-height: 1.8em;
}
#printmemo  {
        margin: 20px 0 10px 540px;        
}