﻿@charset "utf-8";
/*****************************************
This style sheet is for
	"KJRF'09 official web site".

	copyright©The Laughing man from 10th.

■エンコード=UTF-8

■基本規格:
コンテナ=850px×可変
	∟ヘッダ=840px×227px
	∟ナビゲーションメニュー=840px×48px
			∟リスト=168×48px
	∟コンテンツ=(ページ毎に変動)
	∟フッタ=840px×60px（中央寄せ）

☆次期ウェブ管理者の方へ、
当スタイルシートはxhtml 1.0 transitionalへの適応を前提に記述しています。
正直失敗した感いっぱいのサイトにしてしまいましたが、
全体の構成方法、cssともに、そのまま使いまわしていただいて構いません…が、問題点が多々あります。注意して下さい。むしろ、今後も時代に適応したコーディングを心がけるべきかと。

荒神山ロックフェスというイベントが継続され、更に充実するとともに、
ウェブページによってそうした活動が促進される事を心より願っています。
	2009.10.14.WED '09年度　ウェブ管理者
******************************************/
@import url(common/common.css);
@import url(common/navigation.css);
@import url(artist.css);

p.warn		{font-size: 9pt;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 10px;
		text-align: right}

p.warn span.mark{color: red}


table#first		{border: none;

			style: noshade;
			margin: 0 0;
			padding: 0 0;
			width: 838px;
			height: 500px;
			background-image: url(../artist/tablebg.png);
			background-repeat: no-repeat;
			background-posotion: left bottom;
			font-weight: normal;
			font-family: メイリオ,Arial,"Hiragino Kaku Gothic Pro",sans-serif
			}

table#first th#dayfir	{color: white;
			background-image: url(../artist/h-first.png);
			background-repeat: no-repeat;
			border-bottom: none;
			padding: 0 0;
			height: 30px}

table#first th#daysec	{color: white;
			background-image: url(../artist/h-second.png);
			background-repeat: no-repeat;
			border-bottom: none;
			padding: 0 0;
			height: 30px}

table#first td		{border-bottom: dotted 1px silver;
			text-align: center;
			width: 369px;
			padding: 0 0}

table#first span.mark{color: red}

table#first td.rest	{background-color: orange;
			color: white}

table#first td.time	{width: 50px}

table#first td.timerest	{background-color: orange;
			text-align: center;
			width: 50px;
			color: white}

/* --- コンテナ --- */
#container {
width: 850px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background: url(../pageback_850.gif) center top repeat-y; /* コンテナの背景 */
}

/* --- ページ --- */
#page {
width: 850px; /* ページの幅 */
margin: 0 auto; /* センタリング */
border-bottom: 1px #c0c0c0 solid; /* ページの下境界線 */
}




