<STYLE>
<!-- 

/* ★表示（仕方・動き） */

a:link{
	font-size:10pt;
	color:#0000ff;
}

a:visited{
	font-size:10pt;
	color:#0000ff;
}

A:hover{
	font-weight:bold;
	font-size:9pt;
	color:#ff0000;
	background-color:#ffff99;
	position:relative;top:2px;left:2px;
}


/* ★ファイル表示位置の設定 */

div.c{
	text-align:center;
}

div.r{
	text-align:right;
}

div.l{
	text-align:left;
}


/* ★画像の設定 */

IMG.img01{
	width: 88px;
	height:31px;
	border:none;
}

IMG.img02{
	width: 200px;
	height:40px;
	border:none;
}

IMG.img03{
	width: 468px;
	height:60px;
	border:none;
}

IMG.img04{
	width: 30px;
	height:13px;
	border:none;
}



body{
	background-image:url("top.gif");
	background-repeat:repeat;
}


/* メインテーブル */

table.t01,
table.t01 td{
	width: 740px;
	border-color: #a52a2a;
	border-style: solid;
	border-width: 1px;
}

table.t01{
	background-color: #fff3f3;

}


/* メインテーブル2 */
table.t02{
	background-color: #fff3f3;
	width: 600px;
}

table.t02 td{
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaff;/*a52a2a*/
	table-layout:fixed;
	text-align:center;
}

/* 周囲の緑 */
table.t03{
	background-color: #88ff88;
	border-width: 1px;
	border-style: double;
}


/* メインテーブル3 */
table.t04,
table.t04 td{
	width: 740px;
	border-color: #a52a2a;
	border-style: solid;
	border-width: 1px;
	text-align:left;
	line-height:150%;
}

table.t04{
	background-color: #ffffff;

}





/* タイトル */
td.t_d01{
	background-image : url(line_yellow.gif);
	font-size:15pt;
	font-weight:bold;
}


/* 薄い黄色 */
td.t_d02{
	background-color: #ffffdd;
}


/* 水色 */
td.t_d03{
	background-color: #e8ffe8;
}


/* メインテーブル2のタイトル */
td.t_d04{
	background-color: #88ff88;
	width: 187px;
	font-weight:bold;
	font-size:17px;
}
td.t_d05{
	background-color: #88ff88;
	width: 287px;
	font-weight:bold;
	font-size:17px;
}
td.t_d06{
	background-color: #88ff88;
	width: 127px;
	font-weight:bold;
	font-size:17px;
}
/* 幅の調整 */
td.t_d07{
	width: 180px;
	background-color: #ffff66;
}
td.t_d08{
	width: 280px;
}
td.t_d09{
	width: 120px;
}
/* 出版社強調 */
td.t_d10{
	background-color: #ffff66;
}
/* 出版社関連サイト */
td.t_d11{
	background-color: #ffffff;
}

/* コミック＆コミックス履歴 */
td.t_d12{
	width: 400px;
}
td.t_d13{
	background-color: #88ff88;
	width: 414px;
	font-weight:bold;
	font-size:17px;
}




h1{
	color:#ff0000;
	font-size:40px;
}



td{
	font-size:10pt;
	line-height:120%;
}


strong.b01{
	color:#ff0000;
}




 -->
</STYLE>