﻿@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);

h1,h2,h3	{font-style: normal;
		font-size: 11pt}

p		{font-size: 9pt}

a#jump1		{text-decoration: underline;
		color: #4a4a4a}

a#jump2		{text-decoration: underline;
		color: #4a4a4a}

a:link		{text-decoration: none;
		color: #4a4a4a}

a:visited	{text-decoration: none;
		color: #4a4a4a}

a:hover		{text-decoration: none;
		color: black}

a:focus		{text-decoration: none;
		color: black}

a:active	{text-decoration: none;
		color: #4a4a4a}

a#mailto	{width: 210px;
		height: 18px;
		display: block;
		text-indent: -9999px;
		border: solid 1px silver;
		background-repeat: no-repeat;
		background-image: url(../copyright/mailto.jpg)}

div#kiyaku	{width: 800px;
		height: 350px;
		border: solid 1px silver;
		margin: 0 auto 10px auto;
		padding: 0 0;
		overflow: scroll;
		overflow-x: hidden}

div#out		{width: 800px;
		margin: 0 auto 10px auto}
