@charset "UTF-8";
/*------------------------------------------------------------------------------*/
/* File Name	: style_sheet.css																									*/
/* Create Date	: 2008/05/28																										*/
/* Created By	: kaori																														*/
/* Description: tab-2,UTF-8																											*/
/*------------------------------------------------------------------------------*/
/* 基本定義																																			*/
/*------------------------------------------------------------------------------*/
/* --- 全体の背景1 --- */
html {
	background: #f9f9f9;
	}

/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	background: #f9f9f9 url(../img/pageback_780.gif) center top repeat-y;
	color: #4f4f4f;													/* 全体の文字色												*/
	font-size: 100%;												/* 全体の文字サイズ										*/
	}

/* --- 全体のリンクテキスト --- */
a:link { color: #1c86ee; }
a:visited { color: #1c86ee; }
a:hover { color: #1c86ee; }
a:active { color: #1c86ee; }

/* --- 全体の画像境界線 --- */
img { border:none; }

/* --- 全体のテーブルスタイル --- */
table {
/*	border-collapse: collapse;*/
/*	border-spacing: 10px;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	border-width: thick;*/
/*	border-color: red;*/
/*	border-style: solid;*/
/*	color: #000000;	*/											/* 全体の文字色													*/
/*	font-size: 100%; */											/* 全体の文字サイズ											*/
	}

/* --- コンテナ --- */
#container {
	width: 780px;													/* ページの幅														*/
	margin: 0 auto;												/* センタリング													*/
	border-bottom: 1px #c0c0c0 solid;			/* 下枠線																*/
	}
/* --- ヘッダ --- */
#header {
	background-color: #ff0000;						/* ヘッダの背景色												*/
	}
/* --- コンテンツ --- */
#content {
	background-color: #ffffff;						/* コンテンツの背景色										*/
	}
/* --- フッタ --- */
#footer {
	background-color: #ff0000;						/* フッタの背景色												*/
	color: #660000;												/* 文字色																*/
	font-size: 70%;												/* 文字サイズ														*/
	font-weight: bold;										/* 太字																	*/
	}

/*------------------------------------------------------------------------------*/
/* クラス定義																																		*/
/*------------------------------------------------------------------------------*/
/* --- ボックス --- */
.section {
	width: 700px;													/* ボックスの幅													*/
	background-color: #ffffff;						/* ボックスの背景色											*/
	border: 1px #c0c0c0 solid;						/* ボックスの枠線												*/
	font-size: 80%;												/* ボックスの文字サイズ									*/
	}

/* --- 見出し --- */
.section h2 {
	margin: 0;														/* 見出しのマージン											*/
	padding: 6px 10px;										/* 見出しのパディング（上下、左右）			*/
	background: #e0e0e0 url(../img/topic-head.gif) repeat-x top;/* 見出しの背景		*/
	border-bottom: 1px #c0c0c0 solid;			/* 見出しの下枠線												*/
	font-size: 100%;											/* 見出しの文字サイズ										*/
	}

/* --- ボックス内の段落 --- */
.section p {
	margin: 1em 10px;											/* 段落のマージン（上下、左右）					*/
	}

/* --- 表（うたぼん）スタイル --- */
.sheet {
	border-collapse: collapse;
	border-style: solid;									/* 枠の種類															*/
	border-color: #f9f9f9;								/* 枠の色																*/
	border-width: 1px;										/* 枠の幅																*/
	font-size: 80%;												/* 文字サイズ														*/
	width: 100%;
	}

.lineBlue {
	text-align: left;
	background-color: #e0eeee;						/* 背景の色															*/
}

.lineWhite {
	text-align: left;
	background-color: #f9f9f9;						/* 背景の色															*/
}

/*.sheet th {*/
/*	background-color: #99cc99;*/						/* 背景の色															*/
/*	border-style: solid;*/									/* 枠の種類															*/
/*	border-color: #666699;*/								/* 枠の色																*/
/*	border-width: 1px 0px;*/								/* 枠の幅																*/
/*}
/*.sheet td {*/
/*	background-color: #9999cc;*/						/* 背景の色 */
/*	border-style: solid;*/									/* 枠の種類 */
/*	border-color: #666699;*/								/* 枠の色 */
/*	border-width: 1px 0px;*/								/* 枠の幅 */
/*	text-align: left;*/
/*	}

