﻿@charset 'UTF-8';

/*** K'sBookshelf style.css ***/

/********** ボディ部 **********/

body
{
	color: #777777;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
　　background-color: #ffffff;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;
}

/********** リンク **********/

A {text-decoration: none;}

A:link {color: #336688;}
A:visited {color: #336688;}
A:hover {color: #FF6666;}
A:active {color: #FF6666;}

/********** 罫線 **********/

hr.line_1
{
	height: 1px;
	color: #dfeaef;
    background-color: #dfeaef;
    border: 0 none; 
}

/********** テーブル **********/

table.main_1
{
	width: 100%;
	border: 1px #afc0da solid;
	padding: 0px 8px 0px 8px;
	background-color: #ffffff;
}

td.main_l
{
	white-space: nowrap;
	margin: 2px 0px;
	padding: 4px 2px 0px 2px;
	vertical-align: middle;
}

td.main_r
{
	white-space: nowrap;
	margin: 2px 0px;
	padding: 4px 2px 0px 2px;
	vertical-align: middle;
	text-align: right;
}

table.google_1
{
	width: 100%;
	border: 1px #ffffff solid;
	border-spacing: 10px 1px;
	background-color: #ffffff;
	margin: 2px 0px;
	padding: 0px 0px;
}

table.title_1
{
	width: 100%;
	border: 1px #a8aacf solid;
	background-color: #f8f4fc;
	margin: 2px 0px;
	padding: 0px 8px;
}

table.menu_1
{
	width: 100%;
	border: 1px #ffffff solid;
	border-spacing: 0px;
	background-color: #ffffff;
}

table.headline_1
{
	width:100%;
	border: 1px #a8aacf solid;
	border-spacing:5px 1px;
	background-color:#ffffff;
}

/********** 共通フォント **********/

h1
{
	color: #000000;
	font-weight: normal;
	font-size: 13pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	display: inline;
	line-height: 1.4;
}

.base_font
{
	color: #888888;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}

.page_title_font
{
	color: #000000;
	font-size: 13pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}

.title_font_1
{
	color: #000000;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}

.title_font_2
{
	color: #444444;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}

.small_font_1
{
	color: #999999;
	font-size: 10pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}

.monospace_font_gothic
{
	color: #000000;
	font-size: 12pt;
	font-family: 'ＭＳ ゴシック','Osaka-等幅',monospace;
	line-height: 1.4;
}

.monospace_font_mincho
{
	color: #000000;
	font-size: 12pt;
	font-family: 'ＭＳ 明朝','等幅明朝',monospace;
	line-height: 1.4;
}

.monospace_font_courier
{
	color: #000000;
	font-size: 12pt;
	font-family: 'Courier',monospace;
	line-height: 1.4;
}

/********** 辞典・用語 ［新漢字辞典］［新々漢字字典］ **********/

.kanji_font_1
{
	color: #000000;
	font-size: 20pt;
	font-family: 'ＭＳ Ｐ明朝','平成明朝',serif;
	line-height: 1.4;
}

.kanji_font_2
{
	color: #555555;
	font-size: 20pt;
	font-family: 'ＭＳ Ｐ明朝','平成明朝',serif;
	line-height: 1.2;
}

/********** 辞典・用語 ［新々漢字字典］ **********/

.kanji_font_3
{
	color: #999999;
	font-size: 16pt;
	font-family: 'ＭＳ Ｐ明朝','平成明朝',serif;
	line-height: 1.2;
}

.kanji_font_4
{
	color: #666666;
	font-size: 12pt;
	font-family: 'ＭＳ Ｐ明朝','平成明朝',serif;
	line-height: 1.0;
}


/********** 辞典・用語 ［花の名前小辞典］ **********/

.flower_font_1
{
	color: #ff66aa;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}

/********** 辞典・用語 ［略語辞典］ **********/

.ryaku_font_1
{
	color: #0033cc;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}
/********** 辞典・用語 ［ISO9001］ **********/

.ISO_throughline
{
	color: #999999;
	font-size: 10pt;
	font-family: 'MS UI Gothic',sans-serif;
	line-height: 1.2;
	text-decoration: line-through;
}
.ISO_underline
{
	text-decoration: underline;
}
.ISO_remarks
{
	color: #66aa99;
	font-size: 10pt;
	font-family: 'MS UI Gothic',sans-serif;
	line-height: 1.2;
}

/********** 時 **********/

.toki_table_1
{
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	border-spacing: 0px;
}

.toki_table_2
{
	width: 400px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	border-spacing: 0px;
}

.toki_td_1
{
	text-align: right;
	vertical-align: top;
}

.toki_title_1
{
	color: #333333;
	font-size: 14pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}

/********** 時 男性1主人公 **********/
.toki_m_1
{
	color: #0040f0;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}
/********** 時 男性2 **********/
.toki_m_2
{
	color: #008080;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}
/********** 時 男性3 **********/
.toki_m_3
{
	color: #0080a0;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}
/********** 時 男性4 **********/
.toki_m_4
{
	color: #0080c0;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}
/********** 時 男性5 **********/
.toki_m_5
{
	color: #0080f0;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}
/********** 時 女性1主人公 **********/
.toki_w_1
{
	color: #ff40a0;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}
/********** 時 女性2 **********/
.toki_w_2
{
	color: #ff8080;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}
/********** 時 女性3 **********/
.toki_w_3
{
	color: #ff80a0;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}
/********** 時 女性4 **********/
.toki_w_4
{
	color: #ff80c0;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}
/********** 時 女性5 **********/
.toki_w_5
{
	color: #ff80f0;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}

