<STYLE>
<!-- 


body{
	background-image:url("top.gif");
	background-repeat:repeat;
}


/*
-----------------------------------------------
★テーブルの設定
*/


/* 大枠の設定 */
table.t_t01{
	width: 740px;
	border-style: double;
	border-color: #ccccff;
	border-width: 1px;
}


/* 各コンテンツをまとめるテーブル */
table.t_t02{
	width: 713px;
}

/* サイトの紹介文テーブル */
table.t_t03{
	width: 634px;
	/*width: 654px;*/
	background-color: #ffffff;
}
table.t_t03,
table.t_t03 td{
	border-color: #a52a2a;
	border-style: solid;
	border-width: 1px;
}

/* 提携サイトテーブル */
table.t_t04{
	width: 708px;
	border-width:1px;
}


/*
-----------------------------------------------
★テーブルの行設定
*/


td{
	font-size:10pt;
	line-height:120%;
}


/* タイトル、日付 */
td.t_d01{
	font-size:14px;
	color: #ffffff;
	background-color: #339933;
}

/* タイトルバナー */
td.t_d02{
	background-color: #ffff00;
	width: 524px;
	border:solid 1px;
}

/* はじめての方などへの紹介 */
td.t_d03{
	color: #ff8000;
	width: 200px;
	background-image : url(line_blue.gif);
}

/* サイト内検索 */
td.t_d04{
	background-color: #ddffdd;
	width: 270px;
	border:solid 1px;
}

/* google検索 */
td.t_d05{
	background-color: #ddddff;
	width: 270px;
	border:solid 1px;
}


/* 赤い細かい画像 */
td.t_d06{
	background-image : url(line_red.gif);
}

/* Comic Information移動コンテンツ */
td.t_d07{
	background-color: #ffffaa;
	width: 710px;
	border:solid 1px;
}

/* 漫画・コミック関係、アニメ・創作系 などの設定 */
td.t_d08{
	background-image : url(line_yellow.gif);
	font-size:14pt;
	font-weight:bold;
}

/* いらっしゃいませの設定 */
td.t_d09{
	width: 480px;
	/*width: 467px;*/
}

/* 当サイトの注意事項、TOPリンク検索サイト様 */
td.t_d10{
	color: #ffffff;
	background-color: #339933;
	border:solid 1px;
}

/* 当サイトの注意事項の内容 */
td.t_d11{
	background-color: #ffffee;
	border:solid 1px;
}

/* TOPリンク検索サイト様の内容 */
td.t_d12{
	background-color: #f0ffff;
	border:solid 1px;
}

/* 登録させていただいている検索サイト様 */
td.t_d19{
	background-color: #fff7f7;
	/*width: 524px;*/
}

/* 姉妹サイト */
td.t_d20{
	background-color: #fff7f7;
	width: 200px;
}

/* 連絡事項記入テーブル */
td.t_d21{
	background-color: #ddffff;
	width: 710px;
	border:solid 1px;
	line-height:150%;
}




/*
-----------------------------------------------
★各テーブルの設定
*/

table.t01{
	background-color: #ffffff;
	width: 340px;

}
table.t01,
table.t01 td{
	border-width: 1px;
	border-style: solid;
	border-color: #ff0000;
	table-layout:fixed;
	text-align:center;

}
table.t01 thead th{
	background-color: #CC3333;
	color: #ffff00;
}


table.t02{
	background-color: #ffffff;
	width: 340px;
}
table.t02,
table.t02 td{
	border-width: 1px;
	border-style: solid;
	border-color: #339933;
	table-layout:fixed;
	text-align:center;
}
table.t02 thead th{
	background-color: #339933;
	color: #ffff00;
}


table.t03{
	background-color: #ffffff;
	width: 340px;
}
table.t03,
table.t03 td{
	border-width: 1px;
	border-style: solid;
	border-color: #00cccc;
	table-layout:fixed;
	text-align:center;
}
table.t03 thead th{
	background-color: #5555ff;
	color: #ffff00;
}


table.t04{
	background-color: #ffffff;
	width: 340px;
}
table.t04,
table.t04 td{
	border-width: 1px;
	border-style: solid;
	border-color: #ff00ff;
	table-layout:fixed;
	text-align:center;
}
table.t04 thead th{
	background-color: #cc22cc;
	color: #ffff00;
}


table.t05{
	background-color: #ffffff;
	width: 340px;
}
table.t05,
table.t05 td{
	border-width: 1px;
	border-style: solid;
	border-color: #ff0099;
	table-layout:fixed;
	text-align:center;
}
table.t05 thead th{
	background-color: #ff3399;
	color: #ffff00;
}


table.t06{
	background-color: #ffffff;
	width: 340px;
}
table.t06,
table.t06 td{
	border-width: 1px;
	border-style: solid;
	border-color: #ff9900;
	table-layout:fixed;
	text-align:center;
}
table.t06 thead th{
	background-color: #ff7700;
	color: #ffff00;
}


table.t07{
	background-color: #ffffff;
	width: 340px;
}
table.t07,
table.t07 td{
	border-width: 1px;
	border-style: solid;
	border-color: #006600;
	table-layout:fixed;
	text-align:center;
}
table.t07 thead th{
	background-color: #33cc00;
	color: #ffffff;
}


table.t08{
	background-color: #ffffff;
	width: 340px;
}
table.t08,
table.t08 td{
	border-width: 1px;
	border-style: solid;
	border-color: #0033cc;
	table-layout:fixed;
	text-align:center;
}
table.t08 thead th{
	background-color: #0099ff;
	color: #ffffff;
}





 -->
</STYLE>