/*   einstein1905.info     cascading style sheet    */ 
/*   Hisaaki Shinkai       all rights reserved      */ 
/*                         2005-4-3                 */ 


/* =====================  common   ===================== */
/*   font size options   */ 
/*         eg.    <span class="italic">        */ 

.lrg			{font-size:120%;}
.smll			{font-size:90%;}
.sml			{font-size:80%;}
.smls			{font-size:70%;}

.normal			{font-style: normal;}
.italic			{font-style: italic;}
.oblique		{font-style: oblique;}

/* =====================  index.html   ===================== */
td.category	{
font-size:normal;
font-style:normal;
font-weight:bold;
background-color:#99CCFF;
}
td.category_second	{
font-size:normal;
font-style:normal;
font-weight:normal;
background-color:#bfbfdf;
}
td.date	{
font-size:small;
font-style:normal;
font-weight:normal;
}

/* =====================  celeb.html   ===================== */
/*         eg.    <font class="science">        */ 
.science		{color:#FF9999;}
.technology	{color:#33CC00;}
.art			{color:#FFCC00;}
.social		{color:#003399;}

/* =====================  GRtextbooks.html   ===================== */
/*   background colors    */ 
/*   levels mean the reader level in GRtextbooks.html    */ 
/*         eg.    <td class="level3">        */ 
.level1	{background-color:#FFCC99;}
.level2	{background-color:#FF99CC;}
.level3	{background-color:#99CCFF;}
.level4	{background-color:#9999FF;}
.level5	{background-color:#CC99FF;}
.level6	{background-color:#C0C0C0;}

.originalblue	{background-color:#6699CC;}

.date_backcolor	{background-color:#9999FF;}


/* =====================  whatsnew.html   ===================== */
/*   background ringnote   */ 

body.ringnote	{background: url("../Images/ringnote.gif");}

/*   link color options   */ 
a.pagetop			{text-decoration:none;}
a.pagetop:link		{color:#000000;}
a.pagetop:visited	{color:#000000;}
a.pagetop:hover	{color:#000000; text-decoration: underline;}
a.pagetop:hover	{background-color:white;}
a.pagetop:active	{color:#0000ff;}

/*   titles    */ 
/*         eg.    <h4 class="title">        */ 
h1.toptitle	{
font-size:xx-large;
font-style:normal;
font-weight:bold;
}

h1.title	{
font-size:x-large;
font-style:normal;
font-weight:bold;
}

h2.subtitle	{
font-size:large;
font-style:normal;
font-weight:bold;
}

h3.date{
font-size:large;
font-style:normal;
font-weight:bold;
}

h4.title{
font-size:normal;
font-weight:bold;
line-height: 1.2em;
color:#ff0000;
text-indent: 1em;
}

/*   fonts    */ 
/*       eg.  <font class="font_title_topic" >    */ 

.font_title_column	{
font-weight:bold;
line-height: 1.2em;
color:#ff0000;
}

.font_title_topic	{
font-weight:bold;
line-height: 1.2em;
}

/*   indent    */ 

.contents	{
text-indent: 2em;
}

/*   display ON_OFF    */ 

.class_a{
	visibility:hidden;
	}
.class_b{
	visibility:hidden;
	}
.class_c{
	visibility:hidden;
	}
.class_d{
	visibility:hidden;
	}
.class_div1{
	display:none;
	}
.class_div2{
	display:none;
	}
.class_div3{
	display:none;
	}
.class_div4{
	display:none;
	}
.minus_1{
	display:none;
	}
.minus_2{
	display:none;
	}
.minus_3{
	display:none;
	}
.minus_4{
	display:none;
	}

/*   table options   */ 
/*         eg.    <td class="vtop">        */ 
.vtop	{valign:top;}
.vtop15{
		valign:top;
		width:15%;}
.vtop16{
		valign:top;
		width:16%;}
.vtop20{
	valign:top;
	width:20%;}








/*   not used  
a:link			{color:#0000ff;}
a:visited			{color:#800080;}
a:hover			{color:#ff0000;}
a:active			{color:#ff0000;}

a.siro			{text-decoration:none;}
a.siro:link		{color:#ffffff;}
a.siro:visited		{color:#000080;}
a.siro:hover		{color:#000000; text-decoration:underline;}
a.siro:hover		{background-color:#ffCC00;}
a.siro:active		{color:#0000ff;}

a.pagemenu			{text-decoration:none;}
a.pagemenu:link		{color:#0000ff;}
a.pagemenu:visited	{color:#0000ff;}
a.pagemenu:hover	{color:#000000;text-decoration:underline;}
a.pagemenu:hover	{background-color:#66ccff;}
a.pagemenu:active	{color:#0000ff;}







td.content			{width:560px; padding:0px;}
td.ad_right			{width:160px; padding-left:5px;}

dt				{font-weight:bold;}
p.honbun			{line-height:150%;}


a.pagemenu2		{display:block; width:100%; color:#0000ff; text-decoration:none;}
a.pagemenu2:link	{color:#0000ff;}
a.pagemenu2:visited	{color:#0000ff;}
a.pagemenu2:hover	{background-color:#66ccff; color:#000000;}

table.pagemenu2		{border-collapse:collapse; font-size:85%;}
th.pagemenu2		{border:1px #333333 solid; background-color:#ecf0e8;}
td.menubody			{background-color:#f9f9f9; padding:10px;}

 */ 
