/* base */
body{
font-size:10pt;
color:#888888;
margin:0; padding-left:20px;
background-image:url("background001.jpg");
background-color:#ffffff;
background-position:100% 0%;
background-repeat:no-repeat;
background-attachment:fixed; }
a{ text-decoration:none; color:#6495ED; }
a:hover { text-decoration:none; font-weight:bold; color:#6495ED; }
img{ border:0; }

/* ページ装飾 */
#pagetitle { font-size:26pt;font-weight:bold; padding-top:20px; }
.contents { font-weight:bold; border-bottom:double 3px #888888; }

.table001 { border-collapse:collapse; font-size:10pt; width:600px; }
.table001 th { border:1px solid #888888; padding:3px; background-color:#B4CCFF; color:#FFFFFF;}
.table001 td { border:1px solid #888888; padding:3px; }
.topagetop001 { padding-left:550px; }

.table002 { border-collapse:collapse; font-size:10pt; width:480px; }
.table002 th { border:1px solid #888888; padding:3px; background-color:#B4CCFF; color:#FFFFFF;}
.table002 td { border:1px solid #888888; padding:3px; }
.topagetop002 { padding-left:430px; }



/* 文字装飾 */
.boldbrown { font-weight:bold; }
.boldred { font-weight:bold; color:red; }
.boldgreen { font-weight:bold; color:#00cc00; }
.red { color:#CD5C5C; }
.gray { color:#C0C0C0; }
.blue { color:blue; }
.green { color:#008000; }
.small { font-size:8pt; }