@charset "utf-8";
/*
 * [注意] このファイルはUTF-8で記載してください。
 */
/****************************************************
 * ページ全体
 ****************************************************/
body {
    color: #000000;
    background: #fffaf0;
    margin: 0px 0px 0px 0px;
}
body, table, input {
	font-family: Tahoma, "メイリオ", Meiryo, Osaka, "MS UI Gothic", sans-serif;
	font-size: 13px;
}

A      { text-decoration: none }
A:link {
	color: #0060A0;
}
A:visited { color: #666666 }
A:hover {
	text-decoration: underline;
	color: #800000;
}
.naviwaku {
	border-bottom: solid #1090c0 thin;
	position: static;
	top: 0px;
	left: 0px;
}
.navimenu {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 5px;
}
.navifont {
	padding-right: 15px;
}


/******************************************************
 * ヘッダ
 ******************************************************/
div.header {
	text-align: center;
}
/*------------------------------*
 * タイトル
 *------------------------------*/
div.header h2 {
	color: #555555;
}
/* タイトルの文字列のみ */
div.header h1 span {
}
/******************************************************
 * メイン
 ******************************************************/
div.main {
}
/*------------------------------*
 * 漫画表示エリア
 *------------------------------*/
div.main table.image {
}
div.main table.image tr.nowpage td {
	text-align: center;
}
/*------------------------------*
 * ナビゲーションリンク
 *------------------------------*/
/* ナビゲーションリンク（上部） */
 div.main table.imageNaviTop {
	margin-bottom: 10px;
} 
/* ナビゲーションリンク（下部） */
div.main table.imageNaviBottom {
	margin-top: 10px;
}
/* ナビゲーションリンク（上下共通） */
div.main table.imageNaviTop tr.navi td,
div.main table.imageNaviBottom tr.navi td {
	white-space: nowrap;
	width: 75px;
	color: #ffffff;
}
/* リンク */
div.main table.imageNaviTop tr.navi td a,
div.main table.imageNaviBottom tr.navi td a {
	padding: 1px 3px 2px 3px;
}
/* 先頭ページor最終ページ */
div.main table.imageNaviTop tr.navi td span.current,
div.main table.imageNaviBottom tr.navi td span.current {
	padding: 1px 3px 2px 3px;
	color: #ffffff;
	background-color:#888888;
}
/* 左側のリンクセル */
div.main table.imageNaviTop tr.navi td.left,
div.main table.imageNaviBottom tr.navi td.left {
	text-align: left;
}
/* 中央左側のリンクセル */
div.main table.imageNaviTop tr.navi td.centerLeft,
div.main table.imageNaviBottom tr.navi td.centerLeft {
	text-align: center;
}
/* 中央右側のリンクセル */
div.main table.imageNaviTop tr.navi td.centerRight,
div.main table.imageNaviBottom tr.navi td.centerRight {
	text-align: center;
}
/* 右側のリンクセル */
div.main table.imageNaviTop tr.navi td.right,
div.main table.imageNaviBottom tr.navi td.right {
	text-align: right;
}
/*------------------------------*
 * ページ入力フィールド、ジャンプボタン
 *------------------------------*/
div.main table.imageNaviBottom tr.jump td {
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
}
/* ページ入力フィールド */
div.main table.imageNaviBottom tr.jump input.page {
	text-align: right;
}
/* ジャンプボタン */
div.main table.imageNaviBottom tr.jump input.jumpBtn {
}
/****************************************************
 * フッタ
 ****************************************************/
div.footer {
	font-family: Tahoma, "メイリオ", Meiryo, Osaka, "MS UI Gothic", sans-serif;
	text-align: right;
	padding-right: 2em;
	color: #999999;
	font-size: 12px;
}
/* 著作権表示エリア */
div.footer p {
}
div.footer span.copyright {
	font-size: 11px;
}
/* リンク */
div.footer a {
	color: #999999;
}
div.footer a:hover {
	color: #aa0000;
}
