/* -- naoj style -- */

/* -- base -- */
body,td,a
	{
	font-size: 100%;
	}

.contents1
	{
	font-size: 84%;
	}

/* -- table color -- */
td.black
	{
	background-color: #000000;
	}


td.white
	{
	background-color: #ffffff;
	}

/* -- gray -- */
td.gry333
	{
	background-color: #333333;
	}

td.gry666
	{
	background-color: #666666;
	}

td.gry999
	{
	background-color: #999999;
	}

td.gryccc
	{
	background-color: #cccccc;
	}

td.gryddd
	{
	background-color: #dddddd;
	}

td.gryeee
	{
	background-color: #eeeeee;
	}

/* -- blue -- */
td.blu669
	{
	background-color: #666699;
	}

td.blu99c
	{
	background-color: #9999cc;
	}

td.bluccf
	{
	background-color: #ccccff;
	}

td.bluddf
	{
	background-color: #ddddff;
	}

td.blueef
	{
	background-color: #eeeeff;
	}

/* -- green -- */
td.grn693
	{
	background-color: #669933;
	}

td.grn9c3
	{
	background-color: #99cc33;
	}

td.grncf3
	{
	background-color: #ccff33;
	}

td.grndf9
	{
	background-color: #ddff99;
	}

td.grnefc
	{
	background-color: #eeffcc;
	}

/* -- pink -- */
td.pikc66
	{
	background-color: #cc6666;
	}

td.pikf99
	{
	background-color: #ff9999;
	}

td.pikfcc
	{
	background-color: #ffcccc;
	}

td.pikfdd
	{
	background-color: #ffdddd;
	}

td.pikfee
	{
	background-color: #ffeeee;
	}

/* -- orange -- */
td.orgc60
	{
	background-color: #cc6600;
	}

td.orgf93
	{
	background-color: #ff9933;
	}

td.orgfc6
	{
	background-color: #ffcc66;
	}

td.orgfe9
	{
	background-color: #ffee99;
	}

td.orgffc
	{
	background-color: #ffffcc;
	}



/* -- table -- */
td.bgshadow
	{
	background-image: url(http://subarutelescope.org/img/shadow.gif);
	background-repeat: repeat-y;
	}

td.bgdoty
	{
	background-image: url(http://subarutelescope.org/img/dot_li_h.gif);
	background-repeat: repeat-y;
	}


td.bgtitle
	{
	background-image:  url(http://subarutelescope.org/ThisMonth/img/th_title.gif);
	background-repeat: repeat-y;
	}

/* -- text -- */
.contents1 table
	{
	font-size: 100%;
	}
	
.text90
	{
	font-size: 84%;
	}
	
small.title
	{
	font-size: 80%;
	margin-top: 10px;
	color: #000000;
	}

.textblackbold
	{
	color: #000000;
	font-weight: bold;
	}

.textwhitebold
	{
	color: #ffffff;
	font-weight: bold;
	}

strong.text100
	{
	font-weight: bold;
	font-size: 100%;
	}

strong.text120
	{
	color: #000000;
	font-weight: bold;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 10px;
	}

.textdate
	{
	color: #cc0000;
	font-size: 84%;
	}
	
.update
	{
	color: #999999;
	font-size: 80%;
	}


/* -- link -- */
a:link {
	color: #003399;
	text-decoration: underline;
: underline;
}


a:hover {
	color: #003399;
	text-decoration: none;
}


a:active {
	color: #003399;
	text-decoration: underline;
}


a:visited {
	color: #666666;
	text-decoration: underline;
}


div.topbar
	{
	font-size: 84%;
	color: #333333;
	margin: 0px;
	padding: 4px 0px 2px 0px;
	}
	
	
a.top:link
	{
	color: #333333;
	text-decoration:none;
	}

a.top:visited
	{
	color: #333333;
	text-decoration:none;
	}

a.top:hover
	{
	color: #333333;
	text-decoration:underline;
	}

a.top:active
	{
	color: #333333;
	text-decoration:underline;
	}


div.breadbar
	{
	font-size: 80%;
	margin: 0px;
	padding: 3px 0px 2px 0px;
	}
	
	

div.topbar2
	{
	font-size: 84%;
	color: #ffffff;
	margin: 0px;
	padding: 2px 0px;
	}
	
	
a.top2:link
	{
	color: #ffffff;
	text-decoration:none;
	}

a.top2:visited
	{
	color: #ffffff;
	text-decoration:none;
	}

a.top2:hover
	{
	color: #ffffff;
	text-decoration:underline;
	}

a.top2:active
	{
	color: #ffffff;
	text-decoration:underline;
	}

div.footbar
	{
	font-size: 84%;
	color: #ffffff;
	margin: 0px;
	padding: 4px 0px 2px 0px;
	}
	
	
a.foot:link
	{
	color: #ffffff;
	text-decoration:none;
	}

a.foot:visited
	{
	color: #ffffff;
	text-decoration:none;
	}

a.foot:hover
	{
	color: #ffffff;
	text-decoration:underline;
	}

a.foot:active
	{
	color: #ffffff;
	text-decoration:underline;
	}


/* -- others -- */
.margin10x10
	{
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.marginr5
	{
	margin-right: 5px;
	vertical-align: middle;
	}
.marginl5
	{
	margin-left: 5px;
	vertical-align: middle;
	}

