/*
競技詳細スケジュール用スタイルシート
作成：2004/03/01
修正：2004/07/06 background-imageを県の希望したファイルに変更
*/

/*あらゆる要素に適用するフォント種類*/
* {
		font-family:Arial, "MS PGothic", Osaka;
	}

/*色*/
body {
			background-image:url(../symbolmark_tile.html);
			background-repeat:repeat;
		 }

/*タイトル日付（id="cap1"）の設定*/
a.cap1 {
				font-weight:bold;
				font-size: 18px;
			 }

table.content {
								font-size: 13px;
					 		}
table.menu {
						font-size: 13px;
					 }
   
h2 {
		font-size: 24px;
   }

h3 {
		font-size: 18px;
   }

/*印刷ボタン*/
input.print {
			font-size: 12px;
		 }
