/* eWoman.css   2002/4/15 update by ak*/
/*2002/9/9 added by yh*/

body { color : #000000; background-color : #ffffff } 
/* p { margin : 0em 0em .7em 0em; padding : 0em } */
p { margin : 0px; padding : 0px }

/* 本文用 */
.tx06 { font-size:  0.6em; line-height: 150% }
.tx07 { font-size:  0.7em; line-height: 150% }
.tx08 { font-size:  0.8em; line-height: 150% }
.tx09 { font-size:  0.9em; line-height: 150% }
.tx10 { font-size:  1.0em; line-height: 150% }
.tx11 { font-size:  1.1em; line-height: 150% }
.tx12 { font-size:  1.2em; line-height: 150% }
/*タイトル用*/
.ttl06 { font-size: 0.6em; line-height: 120%; font-weight: bold; font-family: "ＭＳ Ｐゴシック", "Osaka"}
.ttl07 { font-size: 0.7em; line-height: 120%; font-weight: bold; font-family: "ＭＳ Ｐゴシック", "Osaka"}
.ttl08 { font-size: 0.8em; line-height: 120%; font-weight: bold; font-family: "ＭＳ Ｐゴシック", "Osaka"}
.ttl09 { font-size: 0.9em; line-height: 120%; font-weight: bold; font-family: "ＭＳ Ｐゴシック", "Osaka"}
.ttl10 { font-size: 1.0em; line-height: 120%; font-weight: bold; font-family: "ＭＳ Ｐゴシック", "Osaka"}
.ttl11 { font-size: 1.1em; line-height: 120%; font-weight: bold; font-family: "ＭＳ Ｐゴシック", "Osaka"}
.ttl12 { font-size: 1.2em; line-height: 120%; font-weight: bold; font-family: "ＭＳ Ｐゴシック", "Osaka"}
.ttl15 { font-size: 1.5em; line-height: 120%; font-weight: bold; font-family: "ＭＳ Ｐゴシック", "Osaka"}

/*色指定*/
.cl-ew-red-d    { color: #cc3300 }
.cl-ew-red      { color: #ff3300 }
.cl-ew-red-l    { color: #ffcc99 }
.cl-ew-green-d  { color: #006633 }
.cl-ew-green    { color: #339966 }
.cl-ew-green-l  { color: #99cc33 }
.cl-ew-yellow-d { color: #ff9900 }
.cl-ew-yellow   { color: #ffff00 }
.cl-ew-yellow-l { color: #ffffcc }
.cl-gray-d      { color: #666666 }
.cl-gray        { color: #999999 }
.cl-gray-l      { color: #cccccc }

/*リンク指定*/
a:link    { color: #000099 }
a:visited { color: #663333 }
a:hover   { color: #6699FF }
a:active  { color: #CCCCFF }

/*テーブル・セル背景色指定 added by YH*/
.cl-ew-red-d-b    { background: #cc3300 }
.cl-ew-red-b      {  background: #ff3300 }
.cl-ew-red-l-b    {  background: #ffcc99 }
.cl-ew-green-d-b  {  background: #006633 }
.cl-ew-green-b    {  background: #339966 }
.cl-ew-green-l-b  {  background: #99cc33 }
.cl-ew-yellow-d-b {  background: #ff9900 }
.cl-ew-yellow-b   {  background: #ffff00 }
.cl-ew-yellow-l-b {  background: #ffffcc }
.cl-gray-d-b      {  background: #666666 }
.cl-gray-b        {  background: #999999 }
.cl-gray-l-b      {  background: #cccccc }

