A:LINK {
	font-weight: bold;
	color : #333333;
	text-decoration : none;
  font-size : 12px;
}
A:VISITED {
	font-weight : 700;
	color : #333333;
  text-decoration : none;
  font-size : 12px;
}
A:ACTIVE {
	font-weight: bold;
	color : #333333;
  text-decoration : none;
  font-size : 12px;
}
A:HOVER {
	color : fuchsia;
  font-size : 12px;
  text-decoration : underline;
}
#container_inner, #header-inner, #footer-inner, #content-inner {
    width: 800px;
}
.layout-wt #alpha {
    width: 550px;
    font-size : 14px;
    color : #666666
    line-height : 20px;
}

.layout-wt #beta {
    width: 250px;
}


#content, #header, #footer {
    width: 800px;
}

p{
    font-size : 14px;
    color : #666666
    line-height : 20px;
}

body {
    background-image : url(http://www.bt-life.com/images/b002bcg.jpg);
                                      /* ページ全体の背景画像をcork.jpgにする */
    background-position : left top;   /* 背景画像を左上から表示する */
    background-repeat : repeat;       /* 背景画像を繰り返し表示する */
    font-size : 16px;
    font-color : gray;
}


.layout-wtt #content-inner, 
.layout-twt #content-inner, 
.layout-wt #content-inner,
.layout-tw #content-inner{
    background-image : url(http://www.bt-life.com/images/back.jpg);
                                      /* 背景画像をback.jpgにする */
    background-position : left top;   /* 背景画像を左上から表示する */
    background-repeat : repeat;       /* 背景画像を繰り返し表示する */
    margin-top : 0px;                   /* 上端のmarginをなくす */
    margin-bottom : 0;                /* 下端のmarginをなくす */
    padding-top : 0px;               /* 上端のmarginの代わりにpaddingを入れる */
    padding-bottom : 0px;            /* 下端のmarginの代わりにpaddingを入れる */
}

#header {
    height : 180px;                   /* ヘッダー画像の高さ */
    background-image : url(http://www.bt-life.com/images/front_4.jpg);
                                      /* ヘッダー画像をheader.jpgにする */
    background-position : left top;   /* 背景画像をヘッダーの左上から表示する */
    background-repeat : repeat;       /* 背景画像を繰り返し表示する */
    border-top : 0;                   /* 上の罫線を消す */
    margin-top : 0;                   /* 上のmarginをなくす */
    margin-bottom : 0;                /* 下のmarginをなくす */
    padding-top : 0px;                  /* 上のpaddingをなくす */
    padding-bottom : 0;               /* 下のpaddingをなくす */
    font-size : 14px;
    color : #ffffff;
}


#header-inner {
    height : 180px;                    /* ヘッダー内部の高さを200ピクセルにする */
    margin-top : 0px;                    /* 上のmarginをなくす */
    margin-bottom : 0;                 /* 下のmarginをなくす */
    padding-bottom : 0;                /* 下のpaddingをなくす */
    background-color : transparent;    /* 背景色を透明にする */
}
#footer {
    background-image : url(http://www.bt-life.com/images/footer.gif);
                                      /* 背景画像をfooter.jpgにする */
    background-position : left top;   /* 背景画像をフッターの左上から表示する */
    background-repeat : repeat;       /* 背景画像を繰り返し表示する */ 
}

#content {
    background-image : url(http://www.bt-life.com/images/back.jpg);
    margin-top : 0;                   /* 上のmarginをなくす */
    margin-bottom : 0;                   /* 上のmarginをなくす */
    padding-top : 30px;                  /* 上のpaddingをなくす */
    padding-bottom : 0px;               /* 上のpaddingをなくす */
    background-color : #ffffff;
}

.entry-title{
    background-color : #ccccff;
    font-size : 14px;
    font-color : #999999; 
}
.asset-content {
    font-size : 14px;
    line-height : 20px;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.widget-header {
    background-color : #ffffff;
    font-size : 14px;
    font-color : #cccccc;  
}
.asset-header,
.asset-content,
.asset-footer {
    margin-right : 0;
    font-size : 16px;
}
.asset-meta {
    border-top : 0;
}
ul.tree {
    margin: 0 0 0 3px;
    padding: 0;
    list-style-type: none;
}
ul.tree li.tree, ul.tree li.tree_end {
    margin: 0;
    padding: 0 0 0 14px;
    background: url(http://www.bt-life.com/images/tree.gif) no-repeat 0 0;
    list-style-type: none;
    line-height : 12px;
}
ul.tree li.tree_end {
    background: url(http://www.bt-life.com/images/tree_end.gif) no-repeat 0 0;
}

