/* -------------------- */
/*         全体         */
/* -------------------- */
/* 背景 */
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{
}

/* -------------------- */
/*        リスト        */
/* -------------------- */
.list_font{
	font-size: 10pt;
	color: #000000;
}

/* -------------------- */
/*        ヘッダ        */
/* -------------------- */
/* ライン */
.title_line{
	color: #009900;
}
/* タイトル */
.title_name{
	font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: 16pt;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	color: #009900;
}
/* 説明 */
.title_outline{
	/* フォントの定義 */
	font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: 12pt;
	font-style: normal;
	font-variant: top;
	text-align: left;
	font-weight: normal;
	color: #000000;
	/* 表の定義 */	
	width: 750;
	border: 0;
}
/* 広告 */
.title_goods_image{
	float:right;
}

/* -------------------- *
 *   テーブル（一覧）   *
 * -------------------- */
/* 共通 */
.table_com{
	background-color : "#ddffb3";	/* 背景		*/
/*	border: 10px;*/
	color: #000000;					/* 文字色	*/
}
/* タイトル */
.table_title{
	text-align: center;				/* 揃え		*/
	color: #000000;					/* 文字色	*/
}


