﻿@charset "utf-8";

/* IMPORT
all.css, V1.0 2008-12-16 Exp $
--------------------------------------------------*/


@import url(reset.css);
@import url(global.css);


@media all {

/* 弹出窗口
--------------------------------------------------*/

#popwin .caption h1   {font-weight:bold; font-size:24px; line-height:1.25; color:#dc3129;}
#popwin .body         {margin:20px 0;}
#popwin               {margin:0 20px 0 0;}

#popwin .body p       {line-height: 1.75em;  margin: 0.25em 0 1.25em; disabled-text-indent:24px; text-align :justify; text-justify :distribute;}
#popwin .body div     {line-height: 1.75em;  text-align :justify; text-justify :distribute;}
#popwin .body font    {}
#popwin .body h3      {}
#popwin .body h4      {color:#dc3129;}
#popwin .body h5      {color:#dc3129;}
#popwin .body h6      {}

#popwin .body ul,
#popwin .body ol,
#popwin .body dl      {line-height: 0;  padding: 0.25em 0 1.25em 0.75em;  margin: 0.25em 0 1.25em 0.75em; }
#popwin .body dt,
#popwin .body dd,
#popwin .body li      {word-spacing: normal;  letter-spacing: normal; line-height: 1.75em; }

#popwin .body table   {border-collapse: collapse; border-color: #666; border-spacing: 0; empty-cells: show; table-layout: fixed;}
#popwin .body th, td  {border-collapse: collapse; border-color: #666; overflow:hidden; }

#popwin .date         {font:italic 1em/1 Tahoma, 'Courier New', Arial, Verdana; color:#bbb;}

}

