<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common Styles */
* {
	font-size:100%;
	line-height:1.6;
	margin:0px;
	padding:0px;
	list-style:none;
}
body {
	font-size:0.8em;
	text-align:center;
	color:#333333;
	background-color:#cccccc;
}
img {
	border:none;
	vertical-align:top;
}

#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	background-color:#ffffff;
	border: 1px solid #999999;
	text-align:left;
}

/* æœ€çµ‚æ›´æ–°æ—¥ä»˜  */
#header_date    {
        font-size: 0.8em ;
        text-align:right;
        padding: 0px 5px ;
        background-color:#ffffff;
}
div#header_date:before{ content: "æœ€çµ‚æ›´æ–°:"}       


/* ãƒ˜ãƒƒãƒ€ãƒ»ãƒ¡ãƒ‹ãƒ¥ãƒ¼   */
#header {
	width:800px;
	margin: 0px auto 0px  auto;
}
#header a:link, #header a:visited, #header a:active {
	text-decoration: none;color: #666666;}
#header a:hover   {text-decoration: none;color: #999999;}
#header h1{
        font-size: 18px;
	color: #999999 ;
	text-align: left;
	padding: 10px ;
	
}

#header_left {
       float:left;
       width: auto ;
       font-size: 0.9em ;
       margin: 0px 5px ;
}
#header_right {
       float:right;
       width: auto ;
       font-size: 0.9em ;
       margin: 0px 5px ;
}

#header_affil {
       float:right;
       width: auto ;
       font-size: 0.9em ;
       margin: 0px 5px ;
}


/* Global Menu */
#menu {
	clear:both; 
/* 	background-color: #663333 ;   */
	background-image: url(../images/menu_bg_2.png);
	background-repeat: repeat-x; 
}
#menu li {
	float:left;
	width: auto ;
	background-image: url(../images/menu_line_2.png);
	background-repeat: no-repeat;
	background-position: right top; 
	padding: 7px 10px 3px 7px;
}
#menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
	color: #ffffff ;  
}
#menu a:hover  {
        text-decoration: none;
	color: #cccccc;}
/* Global Menu */
#submenu {
	clear:both; 
 	background-color: #cccccc ;   
/*	background-image: url(../images/submenu_bg.png);
	background-repeat: repeat-x; */
}
#submenu li {
	float:left;
	width: auto ;
/*	background-image: url(../images/submenu_line.png);  */
	color: #990000 ;
	background-repeat: no-repeat;
	background-position: right top; 
	padding-left: 12px;
	padding-top : 1px ;
	padding-bottom: 1px;
}
#submenu a:link, #submenu a:visited, #submenu a:active {
	text-decoration: none;
	color: #333300 ;  
}
#submenu a:hover  {
        text-decoration: none;
	color: #ffffff;}


/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ç”¨ 2ã‚«ãƒ©ãƒ&nbsp;é…ç½® */

#main {
	clear:both;
	color: #000000;
}

#columns_top {
	width:780px;
	margin: 0px auto 0px  auto;
}

#columns_top h2 {
	padding-left:   10px ;
	padding-top:    10px ;
	padding-bottom:  5px ;
	border: 1px ;
	border-style: solid ;
	border-color: #cccccc ;
	border-bottom:   2px ;
	border-bottom-style:   solid ;
	border-bottom-color:  #660033 ;
	margin-bottom:  5px ;
	font-size: 1.5em ;
        color: #663333 ;
	background-color: #ffffcc ;
}

#columns_top a:link, #columns_top a:visited, #columns_top a:active {
	text-decoration: none;
	color: #330000;}
#columns_top a:hover   {
        text-decoration: none;
	color: #666666;}

#columns_top dt {
        font-weight:  bold ;
        padding-left: 1em ;
}
#columns_top dd {
	padding-left:   2em ;
	border-bottom: 1px ;
	border-bottom-style: solid ;
	border-bottom-color: #cccccc;
}

#one_column {
	margin: 20px;
}
#one_column h2 {
	padding-left:   10px ;
	padding-top:    3px ;
	padding-bottom:  1px ;
	border: 1px ;
	border-style: solid ;
	border-color: #cccccc ;
	border-bottom:   2px ;
	border-bottom-style:   solid ;
	border-bottom-color:  #660033 ;
	margin-top:  10px ;
	margin-bottom:  10px ;
	font-size: 1.2em ;
        color: #663333 ;
	background-color: #ffffcc;
}

#one_column h3 {
	padding-left:   3px ;
	padding-top:    0px ;
	padding-bottom:  1px ;
	border-bottom:   1px ;
	border-bottom-style:   solid ;
	border-bottom-color:  #660033 ;
	margin-top:  10px ;
	margin-bottom:  10px ;
	font-size: 1.2em ;
}

#one_column p {
        margin-left: 1em ;
	margin-right: 1em ;
	margin-top: 5px ;
	margin-bottom: 5px ;
	text-indent: 0em ;
}

#one_column ul {
        margin-left: 3em ;
	margin-right: 2em ;
	margin-top: 15px ;
	margin-bottom: 15px ;
	text-indent: 0em ;
}

#one_column li {
	list-style-type: square ;
}

#one_column a:link, #one_column a:visited, #one_column a:active {
	text-decoration: none;
	color: #330000;}
#one_column a:hover   {
        text-decoration: none;
	color: #666666;}
#one_column dl {
        margin-left: 1em ;
	margin-right: 1em ;
}

#one_column em {
        font-size: 20pt;
	color: #0000FF;
	font-style: normal;
}

#one_column dt {
	font-weight:  bold ;
}
#one_column dd {
	padding-left:   2em ;
/*	border-bottom: 1px ;
	border-bottom-style: solid ;
	border-bottom-color: #cccccc;
*/
}




/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ å·¦å´ï¼›æ–°ç€æƒ…å&nbsp;± */
#whatsnew {
	float:left;
	width:340px;
	margin: 10px ;
	margin-top: 30px ;
}

/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ å³å´ï¼›ãŠçŸ¥ã‚‰ã› */
#hotlist {
	float:right;
	width:340px;
	margin: 10px ;
	margin-top: 30px ;
}

/* ãƒ•ãƒƒã‚¿ ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */
#footer {
	padding: 0px 5px 5px 5px;
	background-color: #EEEEEE;  
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;color: #333333;}
#footer a:hover   {text-decoration: none;color: #666666;}
#footer ul {
	padding: 10px 0px 0px 0px;
}
#footer li {
	font-size:10px;
	float:left;
	width: auto ;
	padding: 3px 7px 3px 7px;
	color:#cccccc;
/*	background-image: url(../images/lnav_line.gif); */
	background-repeat: no-repeat;
	background-position: right center;
}


/* ãƒªã‚¹ãƒˆ */
table{
/*    width: 400px ; */
    margin-left: 50px;
}
td{
    width: 130px ;
    padding-right: 20px ;
}
th{
    width: 200px ;
    padding-right: 20px ;
}   

td.nolimit{
    width: auto ;
    padding-right: 0px;
}

table.centered{
    margin-left: 100px ;
}   
   
.centered td{
   text-align: center ;
}   
.centered th{
   text-align: left ;
   padding-left: 20px;
}   

table.time{
    margin-left: 20px ;
}   
   
.time td{
   text-align: left ;
   width: auto ;
}   
.time th{
   text-align: left ;
/*   align: top ; */
   padding-left: 20px;
}   

/* è¬›æ¼”ãƒ—ãƒ­ã‚°ãƒ©ãƒ&nbsp; */
.program ul{
    margin-top: 200px ;
    margin-bottom: 0px ;
    margin-left: 200px;
}
.program li{
    color: #990000 ;
}

/* èª¬æ˜Žç”»åƒãªã© */
.right-img {
    float: right ;
}

/* æ–‡çŒ®ãƒªã‚¹ãƒˆãªã© */
.lists ul {
    margin-left: 2em ;
}
.lists li {
    list-style-type: decimal ;
}
.lists .title{
    font-style: italic;
}
.lists .author{
    font-style: normal;
}
.lists .publ{
    margin-left: 2em ;
    font-style: normal;
}

/* æ³¨æ„æ›¸ã */
.alert {
    color: #cc0033 ;
    font-weight: bold ;
    text-decoration: underline ;
}


/* address */
address {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
	text-align: center ;
}
address a:link    {text-decoration: none;color: #999999;}
address a:visited {text-decoration: none;color: #999999;}
address a:active  {text-decoration: none;color: #999999;}
address a:hover   {text-decoration: underline;color: #333333;}

/* Validator */
#valid {
    text-align: right ;
    padding: 10px ;
}


/* CSSãƒãƒƒã‚¯ */

.clear {
	display:block;
	height:1px;
	font-size:1px;
	clear:both;
}

</pre></body></html>