﻿@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(common/midashi.css);

h2#i-radio	{display: block;
		height: 104px;
		width: 838px;
		margin-top: 0;
		margin-bottom: 10px;
		text-indent: -9999px;
		border: none;
		background-color: white;
		background-image: url(../radio/h-radio2.png);
		background-repeat: no-repeat}

p.texradio	{margin: 5px 19px 10px 19px;
		font-size: 10pt}

img.chiefs	{width: 200px;
		height: 150px;
		border: none;
		margin: 0 0}

div#chiefs	{width: 620px;
		height: 150px;
		border: none;
		margin: 0 auto 0 auto}

div.radio	{border: none;
		text-align: center;
		height: 46px;
		padding-left: 29px;
		padding-top: 18px;
		padding-bottom: 0;
		background-image: url(../i-kj.png);
		background-repeat: no-repeat}

img#mobile	{border: none;
		margin-left: 20px;
		height: 77px;
		width: 348px}

img#sns		{border: none;
		margin-left: 30px;
		height: 78px;
		width: 349px}

h1,h2,h3,h4,h5	{border: none;
		margin-bottom: 0}

div#bangumi	{display: block;
		margin: 0 auto 10px auto;
		width: 790px;
		font-size: 10pt;
		font-family: MSゴシック,Arial}


h3#i-bang	{display: block;
		height: 30px;
		width: 800px;
		text-indent: -9999px;
		margin: 10px auto 0 auto;
		background-image: url(../radio/h-shows.png);
		background-repeat: no-repeat}

div#bangumi ul	{margin: 10px 0 0 0;
		padding: 0 0}

div#bangumi ul li	{list-style: none;
			border-bottom: dotted 1px gray;
			background-color: #ffffcc;
			margin-top: 5px}

div#bangumi ul li.cast	{list-style: none;
			text-align: right;
			background-color: white;
			border-bottom: none;
			margin-top: 1px;
			margin-left: 20px}

div#bangumi ul li.play	{width: 119px;
			height: 32px;
			list-style: none;
			background-color: white;
			text-indent: -9999px;
			border-bottom: none;
			margin-top: 1px;
			margin-left: 20px}

a.p-but			{border: none;
			display: block;
			width: 119px;
			height: 32px;
			background-image: url(../radio/playradio.png);
			background-repeat: no-repeat;
			background-position: left top;
			text-indent: -9999px}

a.p-but:hover 		{background-position: left bottom}