﻿@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);

#second_cont{
width: 700px;
margin: 0 auto
}

h2#i-faq{
display: block;
height: 77px;
margin-top: 0;
margin-bottom: 3px;
text-indent: -9999px;
border: none;
background-color: white;
background-image: url(../faq/h-faq.png);
background-repeat: no-repeat
}

p.summary{
font-size: 10pt;
margin-left: 30px
}

p.summary a{
color: #004D99
}

ul{
font-size: 10pt
}

h2#faq_mokuji{
text-indent: -9999px;
margin: 0 0;
padding: 0 0;
font-size: 1pt
}

h3.tit{
font-weight: normal;
font-style: normal;
font-size: 11pt
}

ul#headarch{
border-bottom: solid 1px #004D99;
font-size: 8pt;
text-align: right;
margin: 0 0;
padding: 0 0;
color: green
}

ul#headarch li{
list-style-type: none;
display: inline;
margin: 0 10px;
padding: 0 0
}

ul#headarch li a{
color: green;
text-decoration: none
}

ul#headarch li a:link{
color: green;
text-decoration: none
}

ul#headarch li a:visited{
color: green;
text-decoration: none
}

ul#headarch li a:hover{
color: orange;
text-decoration: none
}

ul#headarch li a:focus{
color: orange;
text-decoration: none
}

ul#headarch li a:link{
color: green;
text-decoration: none
}

img.submenu{
border: none
}



/* --- コンテナ --- */
#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; /* ページの下境界線 */
}



