a:link    {/*未訪問のアンカー*/
			color : blue;
			text-decoration:none;}
a:visited {/*訪問済みのアンカー*/
			color : #800080;
			text-decoration:none;}
a:active  {/*選択中のアンカー*/
			color : red;
			border-color:red;
			border-width:1px;
			border-style:solid;
			background-color:#ffcccc;/*MistyRose*/
			font-size:105%;
			text-decoration:underline;}
a:hover   {/*マウスが通過しているアンカー(CSS2)*/
			color : red;
			font-size:105%; 
			background-color:#ffcccc;/*MistyRose*/;}
.usual	{font-size:100%;}
.sml	{font-size:85%;}
.smller	{font-size:60%;}
.big	{font-size:120%;}
.bigger	{font-size:135%;}
.bold	{font-weight:bolder;}
.ita		{font-style:italic;}
.blue		{color:#0080FF;}
.red		{color:red;}

.kyotyo{/*強調*/
		font-size:120%;
		color:red;}
.kyotyo2{/*強調２*/
		font-size:140%;
		color:red;}
.kyotyo-max{/*大強調*/
		font-size:160%;
		color:red;}
.kb		{/*強調ボールド*/
		font-size:120%;
		color:red;
		font-weight:bolder;}
.annote	{font-size:85%;
		color:#008000;}

.ttl		{/*タイトル180%*/
		font-size:180%;
		font-weight:bold;}
.bb		{/*ビック＆ボールド*/
		font-size:120%;
		font-weight:bolder;}

.sb		{/*cright、ジャンパー*/
		font-size: 87%;
		 font-weight: bolder;}
.sl		{/*小字ボールド解除*/
		font-size:87%;
		font-weight:lighter;}
.ssb		{/*cright、ジャンパーs*/
		font-size:75%;
		font-weight:bolder;}
.new		{font-style:italic;
		font-family:'Comic Sans MS',sans-serif;
		color:#F08080;/*LightCoral*/;}
.new-text{background-color:#ffcccc;/*MistyRose*/
		color:#6495ED;/*cornflowerblue*/
		font-weight:bolder;}
.kyotyo	{/*強調*/
		font-size:120%;
		color:red;}
.annote	{font-size:85%;
		color:#008000;}
.here	{background-color:OrangeRed;
		color:#ffcccc;/*MistyRose*/;}

.ash		{background-color:#f0f0f0;}
.text-bk	{background-color:white;}
.flat-text	{background-color:white;
		color:black;}
.twilight	{background-color:#F0E0F9;
		color:#999999;/*dimgray*/;}
.genre	{ /*ジャンル*/
		font-size:110%;
		font-weight:bold;
		background-color:Aquamarine;}
.tyumon	{color:red;
		font-size:120%;
		font-weight:bolder;
		font-family:Comic-sans MS,sans-serif,cursive;}
.link1	{background-color:LightSkyBlue;
		font-size:120%;
		font-weight:bolder;}
.link2	{background-color:Turquoise;
		font-size:120%;
		font-weight:bolder;}
.nearby	{/*親ページリンク*/
		/*border: orange 1px solid; 
		border-color:orange;
		margin:0;*/
		background-color:PeachPuff;}
