/* orient.css */
 BODY { background-image: url("/orient/image/back01.gif");
        color: black;
        text-align:center;
        background-color: #CCCC99;} 

A:link { color: blue }
A:visited { color: purple }
A:active { color: red }

P { text-indent: 16px;}

DIV.title { font-size:2.5em; font-weight:bold; text-align:center; padding:5pt; }
DIV.capter { font-size:1.5em; font-weight:bold; text-align:center; padding:5pt;
}
DIV.center { text-align: center }
DIV.back { text-align: center; font-style: italic; font-weight: bold; }
DIV.block { border:1pt outset black; padding:5pt; }
EM.essential { font-style: normal; color: red; }

BLOCKQUOTE { border:1pt outset black; padding: 10px; }

H1 { text-shadow: blue 2px 3px 5px; text-align: center; color: 060; font-size: 2
em; font-style: italic }
H3 { text-shadow: blue 2px 3px 5px }

TH.type1 { background-color: #669966; color: #FFFFFF; text-align: center; vertical-align: middle; }
TH.type2 { background-color: #339999; color: #FFFFFF; text-align: center; vertical-align: middle; }
TD.type1 { background-color: #FFFFFF; color: #000000; text-align: left; vertical-align: middle; }


/*
TABLE.type1 { background-color: #000000; border-width: 800; border-left: 20px; border-right:5px; border-top: thick solid; border-bottom:30px;}
*/

/* added by tmiyake 2005.04.20 */
DIV.kanri { font-size:1.5em; color: #FF5555; font-weight: bold; }

HR.return_c { color : #669966; height : 1; }

#main {
  margin:0 auto 0 auto;
  width:80%;
  display:box;
}

#main table.list {
  text-align:left;
  width:100%;
}

#main table {
  margin:0 auto 0 auto;
}


