﻿/* -------------------------------------------------------------------------------- */
/* DIV要素のプロパティ */
/* -------------------------------------------------------------------------------- */
/* コンテンツのliタグプロパティ */
#contents li
{
   	font-size            : 14px      ;                    /* フォントサイズ指定 */  
	padding              : 5px 20px  ;                    /* パディング領域指定(上下、左右) */
    width                : 500px     ;                    /* 幅指定 */
}

/* コンテンツのliタグのtypeAプロパティ */
#contents li.typeA
{
    background-color     : #FFDDDD   ;                    /* 背景色指定 */
}

/* コンテンツのliタグのtypeBプロパティ */
#contents li.typeB
{
    background-color     : #FFFFFF   ;                    /* 背景色指定 */
}