@charset   "Shift_JIS";

/***** ヘッダータイトルのスタイル設定 *****/
.header_title {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	font-size: 35px;
	font-weight: 900;
	text-align: left;
	font-style: italic;
	color: #be2c6a;	/* えんじ色 */
}
.header_title a:link	{
	color: #be2c6a; text-decoration: none; 
}	/* 未訪問時のリンク */
.header_title a:visited	{
	color: #be2c6a; text-decoration: none; 
}	/* 訪問済時のリンク */
.header_title a:hover	{
	color: #be2c6a; text-decoration: none; 
}	/* リンク上にマウスをのせた時 */
.header_title a:active	{
	color: #be2c6a; text-decoration: none; 
}	/* リンクをクリックした時 */

/***** ヘッダータイトル　説明のスタイル設定 *****/
#header_description {
	margin-top: 20px;
	margin-right: 430px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 14px;
	color: white;	/* えんじ色 */
	text-align: left;
	font-weight: bolder;
	font-style: normal;
}

/***** サイトナビのスタイル設定 *****/
#site_navi a:		{ color : silver; font-size: 14px;}
#site_navi a:visited	{
	color : silver; font-size: 14px;
}
#site_navi a:link	{
	color : silver; font-size: 14px;
}
#site_navi a:active	{
	color : silver; font-size: 14px;
}
#site_navi a:hover	{
	color : white; font-size: 14px;
}

/***** 見出し（大）のスタイル設定 えんじ版  *****/
.midashi_big{
  font-size : 16px;
  color : #be2c6a;		/* えんじ色 */
  padding-top : 5px;
  padding-left : 10px;
  padding-bottom : 5px;
  margin-top : 3px;
/*margin-bottom : 15px;	*/
  border-width : 1px 1px 1px 10px;
  border-style : solid;
  border-color : #be2c6a;	/* えんじ色 */


}

/***** 見出し（中）のスタイル設定  えんじ版 *****/
.midashi_mid{
  font-size : 14px;
  text-align : left;
  text-decoration : none;
  margin-left : 0px;
  padding-top : 0px;
  padding-left : 5px;
  border-left-width : 3px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #be2c6a;
  border-bottom-color : #be2c6a;
  color : #be2c6a;	/* えんじ色 */  
}

/***** 見出し（大）のスタイル設定 青色版 *****/
.midashi_big_dev{
  font-size : 16px;
  color : #6789Fe;		/* 青色*/
  padding-top : 5px;
  padding-left : 10px;
  padding-bottom : 5px;
  margin-top : 3px;
/*margin-bottom : 15px;	*/
  border-width : 1px 1px 1px 10px;
  border-style : solid;
  border-color : #6789Fe;	/* 青色*/


}

/***** 見出し（中）のスタイル設定 青色版 *****/
.midashi_mid_dev{
  font-size : 14px;
  text-align : left;
  text-decoration : none;
  margin-left : 0px;
  padding-top : 0px;
  padding-left : 5px;
  border-left-width : 3px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #6789Fe;	/* 青色*/
  border-bottom-color : #6789Fe;	/* 青色*/
  color : #6789Fe;			/* 青色*/
}

/***** 見出し（小）のスタイル設定 青色版 *****/
.midashi_sml_dev {
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-left-style: solid;
	border-bottom-style: solid;
  	/* 青色*/
	border-bottom-color: blue;	/* 青色*/
	color: #6789fe;			/* 青色*/
	width: 150px;
	padding-bottom: 1px;
	border-left-width: 5px;
	border-left-color: blue;
}


/***** 記事のスタイル設定 *****/
.kiji_box_fuchi{
  margin: 0 0 35px;		/* 下の外側に35pxの間隔 */
  padding: 10px 15px;	/* 上下、左右の内側にそれぞれ10px、15pxの間隔 */
  border-width: 0 1px 1px;	/* 上、左右、下にそれぞれ0px、1px、1px の線*/
  border-style: solid;	/* 線の種類は「solid(実線)」 */
  border-color: #D6D6D6;	/* 線の色「#D6D6D6(薄灰)」 */
  text-align: left;		/* 文字を左に寄せる */
  font-size : 12px;
  color : #4d4d4d;  		/* 少し薄い黒色 */
}
.kiji_box_nashi {
  margin: 0 0 5px 10px;	/* 左 10px 下20pxの間隔 */
  padding: 10px 5px;	/* 上下、左右の内側にそれぞれ10px、5pxの間隔 */
  border-style: none;	  /* 線の種類は「none(無し)」 */
  text-align: left;		/* 文字を左に寄せる */
  font-size: 12px;
  color: #4d4d4d;  		/* 少し薄い黒色 */
}

/***** 最新情報リストのスタイル設定 *****/
ul#newEntry{
  list-style: none;		/* リストに・をつけない */
  margin: 0px;
}

/***** リンクのリストのスタイル設定 *****/
ul.link_item {
	list-style-image: url(img/enji_sankaku_small.gif);		/* リストに・をつけない */
	margin-right: 0px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 2em;
}

ul#newEntry li {
	list-style-position: outside;
	list-style-image: url(img/enji_icon.gif);
	margin-left: 30px;
	font-size: 12px;
	color: #4d4d4d;  /* 少し薄い黒色 */
	vertical-align: middle;
	margin-bottom: 5px;
}

/* 開発ページのリストのアイコン */
ul#dev_list li {
	list-style-position: outside;
	list-style-image: url(img/blue_icon.gif);
	margin-left: 30px;
	font-size: 12px;
	color: #4d4d4d;  /* 少し薄い黒色 */
	vertical-align: middle;
	margin-bottom: 5px;
}


/***** 一般用テーブルのスタイル設定 *****/
table.normal_table td{
  font-size : 12px;
  color : #4d4d4d;	/* 少し薄い黒色 */
}
table.normal_table th{
  background-color : #cccccc;	/* 見出しはグレー色 */
}

/***** サッカー会場情報用テーブルのスタイル設定 *****/
table.groun_info_table th {
  background-color: #cccccc;	/* 見出しはグレー色 */
  color : #4d4d4d;	/* 少し薄い黒色 */
  font-size : 14px;
  text-align: center;
}
table.groun_info_table td{
  font-size : 14px;
  color : #4d4d4d;	/* 少し薄い黒色 */
}

/***** 主な大会テーブルのスタイル設定 *****/
table.table_major_taikai th{
  background-color : #cccccc;	/* 見出しはグレー色 */
}
table.table_major_taikai td{
  font-size : 14px;
  color : #4d4d4d;	/* 少し薄い黒色 */
}

/***** 各大会の詳細テーブルのスタイル設定 *****/
table.table_taikai_detail {
	margin-left: 10px;
}

table.table_taikai_detail th {
	background-color: #cccccc;	/* 見出しはグレー色 */
}
table.table_taikai_detail td{
  font-size : 14px;
  color : #4d4d4d;	/* 少し薄い黒色 */
}

/***** リーグ戦総当たりテーブルのスタイル設定 *****/
table.table_leag{
	margin-left: 10px;
}


/***** 遠征備品テーブルのスタイル設定 *****/
table.table_bihin th{
  background-color : #cccccc;	/* 見出しはグレー色 */
}
table.table_bihin td{
  font-size : 14px;
  color : #4d4d4d;	/* 少し薄い黒色 */
}

/***** 県内チームリストのスタイル設定 *****/
table.table_teamlist th{
  font-size: 11px;
  background-color : #cccccc;	/* 見出しはグレー色 */
  color: #4d4d4d;	/* 少し薄い黒色 */
}
table.table_teamlist td {
	font-size: 10px;
	color: #4d4d4d;	/* 少し薄い黒色 */
	text-align: center;
}


/* 試合結果表示用表のデザイン */
table.table_result td{
  font-size : 12px;
  color : #4d4d4d;
}

/* グランド　写真用表のデザイン */
table.table_ground_fig td{
  font-size : 14px;
  color : #4d4d4d;
}

/*　ホームページ作成会社用表のデザイン */
table.table_hp_company th {
  color: #4d4d4d;			/* 少し薄い黒色 */
  font-size: 12px;
  text-align: left;
}
table.table_hp_company tr {
  color: #4d4d4d;				/* 少し薄い黒色 */
  font-size : 14px;
}

/***** 別ウィンドウで開くリンクにアイコン付加のスタイル設定 *****/
/* 参考）all about  URL:http://allabout.co.jp/gm/gc/23996/3/ */
a[target="_blank"]:after {
  content: url(img/newwinicon.gif);
  margin: 0px 2px;
}

/* PDF用アイコン(h:16px w:15px) */
a.pdf {
   background-image: url("img/pdf_small.gif");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 30px;
   margin-right: 3px;
}

/* メール用アイコン(h:18px w:12px) */
a.mail {
   background-image: url("img/mail-a1-1812si.gif");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 20px;
   margin-right: 3px;
}

/* 天気予報用囲み */
.tenki_yoho {
	width: 200px;
	margin-left: 0px;
}

/* コマンドラインの記述用BOX */
.box_cmd {
	font-size: 12px;
	color: green;
	background-color: black;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* コマンドラインの中のファイル内容の記述 */
.box_vi {
	background-color: #cccccc;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* 環境に合わせて変えるところ */
a.ref_env {
	color: fuchsia;
}


/* 変更、削除 */
a.del_point {
	color: blue;
}

/* 変更、追加 */
a.mod_point {
	color: orange;
}

/* 変更、変更 */
a.add_point {
	color: red;
}


/* 見出しの青三角 */
a.sankaku_blue {
	background-image : url(img/blue_sankaku_small.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

/* 不具合 */
a.trouble {
	border-left-width: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: red;
	width: 150pt;
	border-top-style: none;
	border-left-style: solid;
	padding-left: 0px;
	border-left-color: red;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

/* 写真の周りをグレーで囲み */
.fig_kakomi_gray {
	border-width: 3px;
	border-color: silver;
	border-style: solid;
}

