home *** CD-ROM | disk | FTP | other *** search
- /* Style sheet for digital contents (English) */
- /* Last modified 2007.2.20 */
-
-
- /* --------------- */
- /* Basic Paragraph */
- /* --------------- */
-
- BODY {
- font-family: ╦╬╠σ, Sans-Serif;
- font-size : 100%
- background-color : #FFFFFF;
- }
-
- P {
- font-size : 100%;
- line-height : 120%;
- margin : 0px 0px 0px 0px;
- }
-
-
- /* -------------- */
- /* Anchor's color */
- /* -------------- */
-
- A:link {color:#0000FF}
- A:visited {color:#800080}
-
-
- /* --------------- */
- /* Style Container */
- /* --------------- */
-
- DIV.PAGE {
- font-size : 95%;
- margin : 0px 20px 0px 20px;
- }
-
- DIV.RSLT {
- font-size : 95%;
- line-height : 115%;
- font-weight : normal;
- color : #000000;
- margin : 3px 0px 5px 1px;
- }
-
- DIV.TS {
- font-size : 85%;
- line-height : 115%;
- margin : 4px 0px 0px 17px;
- text-indent : -18px;
- }
-
- DIV.EOF {
- padding-bottom : 38px;
- }
-
- /* --------------- */
- /* Heading */
- /* --------------- */
-
- H1 {
- font-size : 115%;
- font-weight : bold;
- margin-bottom : 28px;
- color : #FFFFFF;
- background-color : #00008B;
- padding : 10px 10px 10px 20px;
- margin-left: 0px;
- }
-
- H2 {
- font-size : 120%;
- line-height : normal;
- font-weight : bold;
- margin : 25px 0px 10px 0px;
- color : #00008B;
- padding-left : 5px;
- border-top : thick none #00008B;
- border-right : thick none #00008B;
- border-bottom : thick none #FFFFFF;
- border-left : 15px solid #00008B;
- }
-
- H3 {
- font-size : 105%;
- line-height : normal;
- font-weight : bold;
- margin-top : 25px;
- margin-bottom : 5px;
- color : #00008B;
- }
-
- H3.AFTH2 {
- font-size : 105%;
- line-height : normal;
- font-weight : bold;
- margin-top : 20px;
- margin-bottom : 5px;
- color : #00008B;
- }
-
- H3.TS {
- font-size : 100%;
- font-weight : bold;
- margin : 20px 0px 8px 0px;
- color : #000000;
- background-color : #EFF4FA;
- padding : 6px 0px 6px 6px;
- }
-
- H4 {
- font-size : 100%;
- line-height : normal;
- font-weight : bold;
- margin : 20px 0px 4px 0px;
- }
-
- H4.NOTE {
- color : #000000;
- font-size : 85%;
- margin-top : 10px;
- margin-bottom : 0px;
- }
-
-
-
- /* ------------------ */
- /* List and procedure */
- /* ------------------ */
-
-
- OL {
- margin-top : 12px;
- margin-left : 25px;
- }
-
- UL {
- margin-top : 5px;
- margin-bottom : 5px;
- margin-left : 15px;
- }
-
- UL.TABLE {
- font-size : 100%;
- margin : 0px 15px 0px 15px;
- }
-
- LI {
- font-size : 95%;
- line-height : 125%;
- margin : 1px 0px 0px 0px;
- }
-
- LI.PROC {
- font-size : 105%;
- line-height : 115%;
- font-weight : bold;
- margin : 15px 0px 0px 0px;
- color : #0000cc;
- }
-
- LI.BLTM {
- font-size : 95%;
- line-height : 120%;
- margin : 2px 0px 0px 2px;
- list-style-type : disc;
- }
-
- LI.BLTS {
- font-size : 85%;
- line-height : 115%;
- margin : 3px 0px 0px 3px;
- list-style-type : disc;
- }
-
-
- /* ----------------------- */
- /* Tables and Cells */
- /* ----------------------- */
-
- TABLE {
- font-size : 95%;
- line-height : normal;
- margin : 10px 10px 10px 0px;
- padding : 5px;
- cellpadding : 5px;
- cellspacing : 0px;
- border : 1px outset;
- text-align : left;
- }
-
- TABLE..NAVI {
- font-size : 85%;
- font-weight : normal;
- border-style : none;
- margin : 5px 3px 3px -1px;
- text-align : left;
- }
-
- TH {
- font-weight : bold;
- background-color : #C0C0C0;
- padding : 5px;
- border : 1px inset;
- text-align : center;
- }
-
- TD {
- font-weight : normal;
- padding : 4px 10px 4px 10px ;
- border : 1px inset;
- }
-
- TD.NAVI {
- font-weight : normal;
- padding : 2px 3px 3px 4px;
- border-style : none;
- background-color : #D3F3FF;
- }