@charset "shift_jis";
/*
* Copyright (C) Isao Nakata.
* この作品は、クリエイティブ・コモンズの帰属 - 非営利 - 派生禁止ライセンスの下で
* ライセンスされています。
* この使用許諾条件を見るには、
* http://creativecommons.org/licenses/by-nc-nd/2.0/jp/
* をチェックするか、クリエイティブ･コモンズに郵便にてお問い合わせください。
* 住所は：559 Nathan Abbott Way, Stanford, California 94305, USA です。
*/
/*──────────────────────────────────────*/
br{/* ダミー */}
/*──────────────────────────────────────*/
body {
	margin:0px 0px 0px 0px;
	padding:0px;						/* 余白のOpera対策 */
	line-height:130%;
	color:#000000;
	background-color:#dceaf8;
	background-image:url(../image/bg.gif);
	background-repeat:repeat-y;
}
td {
	line-height:130%;
}
th {
	line-height:130%;
}
div {
	line-height:130%;
}
span {
	line-height:130%;
}
a:link {								/* 未読アンカー */
	text-decoration:underline;
	color:#6080df;
}
a:visited {								/* 既読アンカー */
	text-decoration:underline;
	color:#bf00bf;
}
a:hover {								/* アンカーマウスオーバー時 */
	text-decoration:underline;
	color:#ff952b;
}
a:active {								/* アンカークリック時 */
	text-decoration:underline;
	color:#2ff952b;
}
/*──────────────────────────────────────*/
/* 一般タグ */
/*──────────────────────────────────────*/
h1 {									/* 見出し1 */
	font-size:1.4em;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {									/* 見出し2 */
	font-size:1.2em;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
ul {									/* リストブロック（箇条書き） */
	margin-top:0px;
	margin-bottom:0px;
}
ul.link_style {							/* リンク行 */
	line-height:150%;
}
ol {									/* リストブロック（番号） */
	margin-top:0px;
	margin-bottom:0px;
}
ol.link_style {							/* リンク行 */
	line-height:150%;
}
pre {									/* 整形済み */
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	line-height:130%;
}
p {										/* 段落 */
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
}
tt {									/* 固定幅 */
	/*
	* 当面固定サイズにしない
	*
	font-size:14px;
	*/
	line-height:130%;
}
/*──────────────────────────────────────*/
/* 検索ボックスエリア */
/*──────────────────────────────────────*/
form		{ margin:0px; }
input		{ font-size:12px; }
select		{ font-size:12px; }
textarea	{ font-size:12px; }
/*──────────────────────────────────────*/
/* 段落 */
/*──────────────────────────────────────*/
#paragraph {
	margin-left:20px;
}
/*──────────────────────────────────────*/
/* 修飾 */
/*──────────────────────────────────────*/
#line_left		{ text-align:left; }	/* 左寄せ */
#line_center	{ text-align:center; }	/* センタリング */
#line_right		{ text-align:right; }	/* 右寄せ */
/*──────────────────────────────────────*/
/* 線 */
/*──────────────────────────────────────*/
.bar {									/* 横線 */
	border-style:solid;
	border-color:#bfbfbf;
	width:100%;
}
#bar_top {								/* 上に横線 */
	margin-top:0.5em;
	padding-top:0.5em;
	border-width:1px 0px 0px 0px;
}
#bar_bottom {							/* 下に横線 */
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-width:0px 0px 1px 0px;
}
#bar_both {								/* 上下に横線 */
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border-width:1px 0px 1px 0px;
}
/*──────────────────────────────────────*/
/* キャンプション */
/*──────────────────────────────────────*/
.cap_small {
	margin-right:2px;
	/*
	* 当面固定サイズにしない
	*
	font-size:8px;
	*/
}
.cap_normal {
	margin-right:2px;
}
#cap_red	{ color:#ff8080; }
#cap_yellow	{ color:#eaaf00; }
#cap_blue	{ color:#55aaff; }
#cap_green	{ color:#27c227; }
#cap_gray	{ color:#c0c0c0; }
/*──────────────────────────────────────*/
/* テキスト */
/*──────────────────────────────────────*/
.text_large {
	font-size:1.3em;
	font-weight:bold;
}
#text_red		{ color:#cc0000; }
#text_blue		{ color:#0075ea; }
#text_green		{ color:#1d8d1d; }
#text_gray		{ color:#949494; }
#text_bold		{ font-weight:bold; }
/*──────────────────────────────────────*/
/* 表 */
/*──────────────────────────────────────*/
.table_normal {
	background-color:#c0c0c0;
}
.table_normal th {
	font-weight:normal;
	padding:4px 10px 4px 10px;
	background-color:#e9e9e9;
}
.table_normal td {
	padding:4px 10px 4px 10px;
	background-color:#ffffff;
}
/*──────────────────────────────────────*/
/* ボックス */
/*──────────────────────────────────────*/
.box_photo_frame {						/* 写真フレーム */
	padding:1px;
	background-color:#ffffff;
	border-style:solid;
	border-width:5px 5px 5px 5px;
	border-color:#d4d4d4;
}
.box_thin_frame {						/* 細い枠のみ */
	padding:1px;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#c0c0c0;
}
.box_normal_frame {						/* 通常の枠 */
	padding:5px;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#c0c0c0;
}
/*──────────────────────────────────────*/
/* マージン */
/*──────────────────────────────────────*/
#m_top_1	{ margin-top:1px; }
#m_top_2	{ margin-top:2px; }
#m_top_5	{ margin-top:5px; }
#m_top_10	{ margin-top:10px; }
#m_top_20	{ margin-top:20px; }
#m_top_30	{ margin-top:30px; }
#m_top_40	{ margin-top:40px; }
#m_top_50	{ margin-top:50px; }
#m_top_60	{ margin-top:60px; }
#m_bottom_1	{ margin-bottom:1px; }
#m_bottom_2	{ margin-bottom:2px; }
#m_bottom_5	{ margin-bottom:5px; }
#m_bottom_10	{ margin-bottom:10px; }
#m_bottom_20	{ margin-bottom:20px; }
#m_bottom_30	{ margin-bottom:30px; }
#m_bottom_40	{ margin-bottom:40px; }
#m_bottom_50	{ margin-bottom:50px; }
#m_bottom_60	{ margin-bottom:60px; }
#m_left_1	{ margin-left:1px; }
#m_left_2	{ margin-left:2px; }
#m_left_5	{ margin-left:5px; }
#m_left_10	{ margin-left:10px; }
#m_left_20	{ margin-left:20px; }
#m_left_30	{ margin-left:30px; }
#m_left_40	{ margin-left:40px; }
#m_left_50	{ margin-left:50px; }
#m_left_60	{ margin-left:60px; }
#m_right_1	{ margin-right:1px; }
#m_right_2	{ margin-right:2px; }
#m_right_5	{ margin-right:5px; }
#m_right_10	{ margin-right:10px; }
#m_right_20	{ margin-right:20px; }
#m_right_30	{ margin-right:30px; }
#m_right_40	{ margin-right:40px; }
#m_right_50	{ margin-right:50px; }
#m_right_60	{ margin-right:60px; }
