<!--
********************************
	Tendaishu Tokyo Kyoku
	Common CSS
	style.css
	2005.8.2
*******************************
-->
<STYLE TYPE="text/css"> 
<!-- 

a:link {text-decoration:none; color: #5566aa;}
a:visited {text-decoration:none; color: #223388;}
a:active {text-decoration;none; color: #ff0000;}
a:hover {text-decoration:underline;position:relative;top:1px;left:1px;color:rgb(25,35,185);background:rgb(150,150,255);}

body {
margin:5px 5px;
background:rgb(255,255,255); 
background-image:url("");
background-repeat:no-repeat;
background-position:top right;
background-attachment:fixed;
}

.tsize9  { font-size: 9pt}
.tsize10 { font-size: 10pt}
.tsize11 { font-size: 11pt}
.tsize12 { font-size: 12pt}
.tsize14 { font-size: 14pt}
.tsize16 { font-size: 16pt}

.sentence9  { line-height: 140%; font-size: 9pt}
.sentence10 { line-height: 140%; font-size: 10pt}
.sentence11 { line-height: 140%; font-size: 11pt}
.sentence12 { line-height: 140%; font-size: 12pt}
.sentence14 { line-height: 140%; font-size: 14pt}

.blue_black { color: #7777bb }
.blue_dark  { color: #9999ff }
.blue_mid   { color: #d0dcfb }
.blue_light { color: #eeeeff }
.blue_blackbg { background-color: #7777bb }
.blue_darkbg  { background-color: #9999ff }
.blue_midbg   { background-color: #d0dcfb }
.blue_lightbg { background-color: #e0e0ff }

.green_black { color: #508575 }
.green_dark  { color: #85b5a5 }
.green_mid   { color: #bddbd0 }
.green_light { color: #e0f0e0 }
.green_blackbg { background-color: #508575 }
.green_darkbg  { background-color: #85b5a5 }
.green_midbg   { background-color: #bddbd0 }
.green_lightbg { background-color: #e0f0e0 }

.brown_black { color: #7b6044 }
.brown_dark  { color: #b6a46b }
.brown_mid   { color: #e6d8aa }
.brown_light { color: #ffffcc }
.brown_blackbg { background-color: #7b6044 }
.brown_darkbg  { background-color: #b6a46b }
.brown_midbg   { background-color: #e6d8aa }
.brown_lightbg { background-color: #ffffcc }

.ttitle { font-size:14pt; font-weight:bold; color:000033 }
.tsubtitle { font-size:12pt; font-weight:bold; color:333366 }

--> 
</STYLE> 

