/* 黒 http://mathru.net */
/* 画像作成協力 - */
@charset "SHIFT_JIS";

/* ----- Ground ----- */
body {
	/* 構造テンプレ */
	text-align: center;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background-color: #EBEFD3;
	background-image: url(http://burn-hd-sports.com/backsmall.gif);
	/* テーブルテンプレ */
	border-collapse: collapse;
	/* 囲い線テンプレ */
	border-top:    0px solid #000000;
	border-right:  0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
	/* 文字テンプレ */
	color: #333333;
	font-size: x-small; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
  scrollbar-3d-light-color:   #5b5b5b;
  scrollbar-arrow-color:      #5b5b5b;
  scrollbar-base-color:       #5b5b5b;
  scrollbar-dark-shadow-color:#ffffff;
  scrollbar-face-color:       #ffffff;
  scrollbar-highlight-color:  #ffffff;
  scrollbar-shadow-color:     #5b5b5b;

}
a:link    { color: darkorange; text-decoration: underline; }
a:visited { color: darkorange; text-decoration: underline; }
a:active  { color: darkorange; text-decoration: underline; }
a:hover   { color: darkorange; text-decoration: none; }


#container {
	/* 構造テンプレ */
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
}
#clear {
	clear:both;
}

/* ----- Header ----- */
#header {
	/* 構造テンプレ */
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background-color: #EBEFD3;
	background-image: url();
	/* テーブルテンプレ */
	border-collapse: collapse;
	/* 囲い線テンプレ */
	border-top:    0px solid #000000;
	border-right:  0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
}
#header_top{}
#header_middle {
	/* 構造テンプレ */
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 文字テンプレ */
	color: #555555;
	font-size: x-small; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
.header_title {
	text-align: left;
	font-size: large;
	margin: 30px 0px 0px 5px;
}
.header_description {
	text-align: left;
	font-size: x-small;
	padding:0px 0px 10px 10px;
}
#header_bottom {}
.title_logo_top {
}
.title_logo_bottom {
}

#header a:link    { color: #333333; text-decoration: none; }
#header a:visited { color: #333333; text-decoration: none; }
#header a:hover   { color: #333333; text-decoration: none; }
#header a:active  { color: #333333; text-decoration: none; }



/* ----- User ----- */
#user {
	/* 構造テンプレ */
	width: 100%;
	text-align: center;
	margin: 5px 0px 20px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background-color: #EBEFD3;
	background-image: url();
	/* テーブルテンプレ */
	border-collapse: collapse;
	/* 囲い線テンプレ */
	border-top:    0px solid #000000;
	border-right:  0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
}
#user_top {}
#user_left {
	/* 構造テンプレ */
	width: 55%;
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 5px;
	/* 文字テンプレ */
	color: #555555;
	font-size: x-small; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
#user_right {
/* 右上のリンク(新規投稿とか）の区切り縦線 */
	/* 構造テンプレ */
	width: 45%;
	text-align: right;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 10px;
	/* 文字テンプレ */
	color: darkorange;
	font-size: x-small; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
#user_bottom {
}

#user a:link    {}
#user a:visited {}
#user a:hover   {}
#user a:active  {}



/* ----- MainTable ----- */
#maintable {
	/* 構造テンプレ */
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background-color: #EBEFD3;
	background-image: url();
	/* テーブルテンプレ */
	border-collapse: collapse;
	/* 囲い線テンプレ */
	border-top:    5px solid #666666;
	border-right:  0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
}
#table_waku {
	width: 750px;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
  border-left:1pt solid #666666;
  border-right:1pt solid #666666;
  border-bottom:1pt solid #666666;
  font-size : 9pt;
  background-color : #EBEFD3;
}
#table_td_waku {
  border:1pt solid #333333;
/*	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; */
}
#maintable_top {}
#maintable_left {
	width: 190px;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
}
#maintable_center {
	width: auto;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
#maintable_right {
	width: 160px;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
}
#maintable_bottom {}


/* ----- Left ----- */
#left {
	/* 構造テンプレ */
	width: 180px;
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background-color: #EBEFD3;
	background-image: url();
	/* テーブルテンプレ */
	border-collapse: collapse;
	/* 囲い線テンプレ */
	border-top:    0px solid #000000;
	border-right:  0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
}
#left_top {}
#left_middle {
	/* 構造テンプレ */
	width: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 文字テンプレ */
	color: #555555;
	font-size: x-small; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
#left_bottom {}



/* ----- Right ----- */
#right {
	/* 構造テンプレ */
	width: 150px;
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background-color: #EBEFD3;
	background-image: url();
	/* テーブルテンプレ */
	border-collapse: collapse;
	/* 囲い線テンプレ */
	border-top:    0px solid #000000;
	border-right:  0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
}
#right_top {}
#right_middle {
	/* 構造テンプレ */
	width: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 文字テンプレ */
	color: #555555;
	font-size: x-small; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
#right_bottom {}



/* ----- CenterMenu ----- */
#center_menu {
	/* 構造テンプレ */
	width: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background-color: #EBEFD3;
	background-image: url();
	/* テーブルテンプレ */
	border-collapse: collapse;
	/* 囲い線テンプレ */
	border-top:    0px solid #000000;
	border-right:  0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
}



/* ----- Center ----- */
#center {
	/* 構造テンプレ */
	width: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background-color: #EBEFD3;
	background-image: url();
	/* テーブルテンプレ */
	border-collapse: collapse;
	/* 囲い線テンプレ */
	border-top:    0px solid #000000;
	border-right:  0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
}
#center_top {
}
#center_menu_middle {
	/* 構造テンプレ */
	width: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 文字テンプレ */
	color: #555555;
	font-size: x-small; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
#center_menu_block {
	text-align: left;
	padding:0px 8px 0px 0px;
}

/*　投稿メッセージの表示枠内　*/
#center_middle {
	/* 構造テンプレ */
	width: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 5px 15px 5px 15px;
	/* 文字テンプレ */
	color: #333333;
	font-size: x-small; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
	/* 囲い線テンプレ */
	border-top:    1px solid #000000;
	border-right:  1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:   1px solid #000000;
}
#center_bottom {}

#center_menu a:link    {}
#center_menu a:visited {}
#center_menu a:hover   {}
#center_menu a:active  {}



/* ----- Footer ----- */
#footer {
	/* 構造テンプレ */
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background-color: #EBEFD3;
	background-image: url();
	/* テーブルテンプレ */
	border-collapse: collapse;
	/* 囲い線テンプレ */
	border-top:    0px solid #000000;
	border-right:  0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
}
#footer_top {}
#footer_middle {
	/* 構造テンプレ */
	width: 100%;
	text-align: right;
	margin: 0px 0px 0px 0px; padding: 10px 10px 0px 0px;
	/* 文字テンプレ */
	color: #555555;
	font-size: x-small; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
.footer_copyright {
	text-align: right;
	padding: 0px 5px 0px 0px;
	font-size: x-small;
}
#footer_bottom {}



/* ----- Menu ----- */
#menu {
	/* 構造テンプレ */
	width: 	100%;
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
}
#menu_top {}
/*　左メニュのタイトル部分（COUNTERとか）　*/
.menu_title {
	/* 構造テンプレ */
	width: 100%;
	text-align: left;
	margin: 5px 0px 5px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background-color: #EBEFD3;
	background-image: url();
	/* 囲い線テンプレ */
	border-top:    0px solid #000000;
	border-right:  0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:   0px solid #000000;
	/* 文字テンプレ */
	color: #555555;
	font-size: x-small; font-style: normal;
	font-weight: bold; font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
.menu_value {
	/* 構造テンプレ */
	width: 100%;
	text-align: left;
	margin: 0px 0px 5px 0px; padding: 0px 0px 0px 10px;
	/* 背景テンプレ */
	background-color: #EBEFD3;
	background-image: url();
	/* 囲い線テンプレ */
	border-top:    0px solid #000000;
	border-right:  0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
	/* 文字テンプレ */
	color: #555555;
	font-size: x-small; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

/* 左メニュ内の文字（現在の訪問者数とか）　*/
.menu_article {
	/* 構造テンプレ */
	text-align: left;
	margin: 0px 0px 5px 10px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background: #EBEFD3 url() no-repeat scroll left top;
	/* 囲い線テンプレ */
	border-top:    0px solid #000000;
	border-right:  0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
	/* 文字テンプレ */
	color: #555555;
	font-size: x-small; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
.menu_submit {
	/* 構造テンプレ */
	width: 100%;
	text-align: left;
	margin: 0px 0px 5px 0px; padding: 0px 0px 0px 10px;
	/* 背景テンプレ */
	background-color: #EBEFD3;
	background-image: url();
	/* 囲い線テンプレ */
	border-top:    0px solid #000000;
	border-right:  0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left:   0px solid #000000;
	/* 文字テンプレ */
	color: #555555;
	font-size: x-small; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
.menu_plugin_description {
	/* 構造テンプレ */
	text-align: left;
	margin: 2px 2px 2px 2px; padding: 3px 3px 3px 3px;
	/* 背景テンプレ */
	background: #EBEFD3 url() no-repeat scroll left top;
	/* 囲い線テンプレ */
	border-top:    1px solid #000000;
	border-right:  1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:   1px solid #000000;
	/* 文字テンプレ */
	color: #000000;
	font-size: 9px; font-style: normal;
	font-weight: normal; font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
#menu_bottom {}

#menu a:link    { color: #555555; text-decoration: none; }
#menu a:visited { color: #555555; text-decoration: none; }
#menu a:hover   { color: #555555; text-decoration: underline; }
#menu a:active  { color: #555555; text-decoration: none; }



/* ----- Article ----- */
#icon {
	float: left;
	margin : 10px 0px 0px 0px;
}
#article {
	margin : 10px 0px 10px 50px;
}
#posted {
	text-align: right;
	font-size: xx-small;
}
H1 {
	border-top: 1px solid #000000;
	border-left: 3px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 3px solid #000000;
	margin: 10px -10px 10px -10px; padding: 5px 5px 5px 10px;
	font-size: large;
	font-weight: bold;
}
H2 {
	border-top: 1px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 2px solid #000000;
	margin: 10px -10px 10px -10px; padding: 3px 3px 3px 5px;
	font-size: small;
	font-weight: bold;
}
H3 {
	margin: 10px 0px 2px 0px; padding: 0px 0px 0px 0px;
	font-size: small;
	font-weight: bold;
}
H4 {
	margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px;
	font-size: x-small;
	font-weight: bold;
}
HR {
	width: 100%;
	height: 1px;
	color: #333333;
}
UL {
	margin: 5px 0px 5px 18px;
}
DL {
	margin: 5px 0px 5px 18px;
}
DT {
	margin: 5px 0px 0px 0px;
}
DD {
	margin: 0px 0px 5px 18px;
}
OL {
	margin: 5px 0px 5px 25px;
}
LI {
	margin: 5px 0px 5px 0px;
}

#article a:link{}
#article a:visited{}
#article a:hover{}
#article a:active{}



/* ----- IMAGE ----- */
img.banner {
	width: 88px; height: 31px;
	border: 0px solid #000000;
}
img.itpx {
	width: 75px; height: 75px;
	border: 1px solid #000000;
}
img.none_itpx {
	width: 75px; height: 75px;
}
img.image {
	border: 0px solid #000000;
}
img.icon {
	width: 40px; height: 40px;
	border: 0px solid #000000;
}
img.mini_icon {
	width: 20px; height: 20px;
	border: 0px solid #000000;
}
img.menu {
	width: 20px; height: 20px;
	border: 0px solid #000000;
	padding: 0px 0px 0px 0px; margin: 0px -5px -3px 0px;
}
img.umenu {
	width: 14px; height: 14px;
	border: 0px solid #000000;
	background-color: #555555;
	padding: 0px 0px 0px 0px; margin: 0px 5px -3px 0px;
}
#new img.umenu {
	width: 14px; height: 14px;
	border: 0px solid #000000;
	background-color: #aa5555;
	padding: 0px 0px 0px 0px; margin: 0px 5px -3px 0px;
}
img.custom {
	width: 16px; height: 16px;
	border: 0px solid #000000;
}
img.top_img {
	float:left;
	border: 1px solid #000000;
}
img.top_icon {
	float:left;
	width: 40px; height: 40px;
	border: 1px solid #000000;
}



/* ----- Advertisement ----- */
.advertise {
	/* 囲い線テンプレ */
	border-top:    1px solid #000000;
	border-right:  1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:   1px solid #000000;
}
.advertise_left_top {
	/* 構造テンプレ */
	text-align: center;
	margin: 5px 0px 5px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background: #EBEFD3 url() no-repeat scroll left top;
}
.advertise_left_bottom {
	/* 構造テンプレ */
	text-align: center;
	margin: 5px 0px 5px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background: #EBEFD3 url() no-repeat scroll left top;
}
.advertise_center {
	/* 構造テンプレ */
	text-align: center;
	margin: 5px 0px 5px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background: #EBEFD3 url() no-repeat scroll left top;
}
.advertise_centertable {
	/* テーブルテンプレ */
	border-collapse: collapse;
	/* 囲い線テンプレ */
	border-top:    1px solid #000000;
	border-right:  1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:   1px solid #000000;
	/* 構造テンプレ */
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background: #EBEFD3 url() no-repeat scroll left top;
}
.advertise_centerleft {
	/* 構造テンプレ */
	text-align: center;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background: #EBEFD3 url() no-repeat scroll left top;
}
.advertise_centerright {
	/* 構造テンプレ */
	text-align: center;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background: #EBEFD3 url() no-repeat scroll left top;
}
.advertise_right_top {
	/* 構造テンプレ */
	text-align: center;
	margin: 5px 0px 5px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background: #EBEFD3 url() no-repeat scroll left top;
}
.advertise_right_bottom {
	/* 構造テンプレ */
	text-align: center;
	margin: 5px 0px 5px 0px; padding: 0px 0px 0px 0px;
	/* 背景テンプレ */
	background: #EBEFD3 url() no-repeat scroll left top;
}



/* ----- Table ----- */
#center_middle TABLE {
	border: 1px solid #555555;
	border-collapse: collapse;
	background-color: #dfdfdf;
}
#center_middle TH {
	border: 1px solid #555555;
	background-color: #acacac;
	padding: 5px 5px 5px 5px;
	font-size: x-small;
	font-weight: bold;
}
#center_middle TD {
	border: 1px solid #555555;
	padding: 5px 5px 5px 5px;
	font-size: x-small;
}
#center_middle TABLE.top_table {
	width: 95%;
	border: 0px solid #ffffff;
	border-collapse: collapse;
	background-color: transparent;
}
#center_middle TD.top_td1 {
	border: 0px solid #ffffff;
	padding: 5px 5px 5px 5px;
	font-size: x-small;
	background-color: #ffffff;
}
#center_middle TD.top_td2 {
	border: 0px solid #ffffff;
	padding: 5px 5px 5px 5px;
	font-size: x-small;
	background-color: #f3f3f3;
}

#top_td a:link    {}
#top_td a:visited {}
#top_td a:hover   {}
#top_td a:active  {}



/* ----- Callender ----- */
#callender TABLE {
	border: 0px solid #000000;
	border-collapse: collapse;
	background-color: #ffffff;
}

#callender TH.sunday {
	color: #ff0000;
	border-bottom: 1px solid #888888;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	font-size: x-small;
	font-weight: bold;
}
#callender TH.satday {
	color: #0000ff;
	border-bottom: 1px solid #888888;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	font-size: x-small;
	font-weight: bold;
}
#callender TH.day {
	color: #555555;
	border-bottom: 1px solid #888888;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	font-size: x-small;
	font-weight: bold;
}

#callender TD.sunday {
	color: #ff0000;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	font-size: x-small;
}
#callender TD.satday {
	color: #0000ff;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	font-size: x-small;
}
#callender TD.day {
	color: #555555;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	font-size: x-small;
}

#callender .ctrl {
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	font-size: x-small;
}

#callender .th_font {
}
#callender .td_font {
}
#callender .ctrl_font {
	text-decoration: none;
}

#callender .hit {
	background-color: #cccccc;
}
#callender .today {
	font-weight: bold;
	text-decoration: underline;
}

#callender a:link{ text-decoration: none; }
#callender a:visited{ text-decoration: none; }
#callender a:hover{ text-decoration: none; }
#callender a:active{ text-decoration: none; }



/* ----- Form ----- */
form{
	margin: 0px 0px 0px 0px;
}
input	{
	color: #000000;
	font-size: x-small;
	border: 1px solid #000000;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	background-color: #ffffff;
}
select {
	color: #000000;
	font-size: x-small;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	border: 1px solid #000000;
	background-color: #ffffff;
}
textarea {
	color: #000000;
	font-size: x-small;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	border: 1px solid #000000;
	background-color: #ffffff;
}
#radio    {
	background-color: transparent;
	border: 0px solid #000000;
}
#checkbox {
	background-color: transparent;
	border: 0px solid #000000;
}
#login   { width: 50px; }
#submit  { width: 75px; }
#reset   { width: 75px; }

#id	     { width: 100px; }
#pw      { width: 100px; }
#search  { width: 120px; }
#name    { width: 150px; }
#title   { width: 150px; }
#subtitle{ width: 200px; }
#email   { width: 200px; }
#file    { width: 300px; }
#pxail   { width: 300px; }
#url     { width: 300px; }
#line	   { width: 300px; }
#order   { width: 30px; }
#msg     { width: 400px; height: 80px; }
#art     { width: 400px; height: 500px; }
#tb      { width: 400px; height: 50px; }

#ctl     { width: 50px; }
#tags    { width: 400px; height: 20px; }




/* room用色選択属性 */
.color0{ color : black; }		/* くろ */
.color1{ color : gray; }		/* 灰色 */
.color2{ color : red; }			/* あか */
.color3{ color : darkorange; }		/* オレンジ */
.color4{ color : darkgoldenrod; }	/* こがねいろ */
.color5{ color : deeppink; }		/* ピンク */
.color6{ color : lightsalmon; }		/* シャケ */
.color7{ color : purple; }		/* むらさき */
.color8{ color : ca9de1; }		/* ふじいろ */
.color9{ color : dodgerblue; }		/* みずいろ */
.color10{ color : blue; }		/* あお */
.color11{ color : darkblue; }		/* こんいろ */
.color12{ color : darkolivegreen; }	/* のり */
.color13{ color : green; }		/* みどり */
.color14{ color : cadetblue; }		/* あおみどり */
