/* -------------------- */
/*         全体         */
/* -------------------- */
/* 背景 */
body{
	background-color:#ffffff;
}
/* リンク */
a:link {
color: #0033ff;
text-decoration: none
}
a:visited {
color: #6633cc;
text-decoration: none
}
a:hover {
color: #ff33aa;
background-color: #fff0f5;
text-decoration: none
}
a:active {
color: #ff33aa;
text-decoration: none
} 
/* リンク */
.link_com{
}


/* -------------------- */
/*        ヘッダ        */
/* -------------------- */
/* ライン */
.title_line{
	color: #009900;
}


/* -------------------- */
/*        構　成        */
/* -------------------- */
.table_left{
	/* フォントの定義 */
	font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", "ＭＳ ゴシック", "ＭＳ 明朝";
	font-style: normal;
	font-variant: top;
	text-align: left;
	font-weight: normal;
	color: #000000;
	/* 表の定義 */	
	width: 100;
	border: 0;
}
.table_center{
	/* フォントの定義 */
	font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", "ＭＳ ゴシック", "ＭＳ 明朝";
	font-style: normal;
	font-variant: top;
	text-align: left;
	font-weight: normal;
	color: #000000;
	/* 表の定義 */	
	width: 800;
	border: 0;
}
.table_right{
	/* フォントの定義 */
	font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", "ＭＳ ゴシック", "ＭＳ 明朝";
	font-style: normal;
	font-variant: top;
	text-align: left;
	font-weight: normal;
	color: #000000;
	/* 表の定義 */	
	width: 100;
	border: 0;
}


/* -------------------- */
/*       テーブル       */
/* -------------------- */
.locate_outline{
	/* フォントの定義 */
	font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", "ＭＳ ゴシック", "ＭＳ 明朝";
	font-style: normal;
	font-variant: top;
	text-align: left;
	font-weight: normal;
	color: #000000;
	/* 表の定義 */	
	width: 600;
	border: 0;
}




