-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfanq.html
116 lines (115 loc) · 4.76 KB
/
fanq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="description" content="都内の大学生、大学院生を中心に活動するアマチュアオーケストラ、TBSK管弦楽団のホームページです。" />
<meta name="keywords" content="TBSK,てばさき,管弦楽団,オーケストラ,アマチュア,手羽先,タバスコ,アマオケ,社会人" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="css/common.css" type="text/css" />
<script type="text/javascript" src="js/adrs.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VXMZKER1HN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-VXMZKER1HN");
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-143110765-1");
</script>
<title>TBSK管弦楽団</title>
</head>
<body>
<div id="container">
<div id="header">
<div class="header-logo-menu">
<div id="nav-drawer">
<input id="nav-input" type="checkbox" class="nav-unshown" />
<label id="nav-open" for="nav-input"><span></span></label>
<label class="nav-unshown" id="nav-close" for="nav-input"></label>
<div id="nav-content">
<div class="submenu">
<h4>メニュー</h4>
<ul>
<li><a href="./index.html">ホーム</a></li>
<li><a href="./shokai.html">当団について</a></li>
<li><a href="./concert.html">今後の演奏会</a></li>
<li><a href="./past.html">過去の演奏会</a></li>
<li><a href="./video.html">公開中の演奏動画・録音</a></li>
<li><a href="./boshu.html">団員募集</a></li>
<li><a href="./sensei.html">トレーナー紹介</a></li>
<li><a href="./fanq.html">お問い合わせ</a></li>
</ul>
</div>
</div>
<a href="index.html"><img src="images/tbsktitle.png" alt="TBSK Top Page" /></a>
</div>
</div>
</div>
<!-- /#header -->
<div id="contents">
<div id="conR">
<h3>お問い合わせ</h3>
<p>
ご意見・ご質問はTBSK管弦楽団執行部<br />
<script>
ShowAdrs(0);
</script>
<noscript><img src="./images/address/adrs0.png" height="30px" /></noscript><br />
までお願い致します。
</p>
<p>入団希望の方は<a href="./boshu.html">団員募集のページ</a>をご覧になった上で必要事項を記入し、上記のアドレスまでご連絡ください。</p>
<p>
また、挟み込みのご依頼など広報関連のお問い合わせは<br />
<script>
ShowAdrs(1);
</script>
<br />までお願いいたします。
</p>
</div>
<!-- /#conR -->
<div id="conL">
<div class="submenu">
<h4>メニュー</h4>
<ul>
<li><a href="./index.html">ホーム</a></li>
<li><a href="./shokai.html">当団について</a></li>
<li><a href="./concert.html">今後の演奏会</a></li>
<li><a href="./past.html">過去の演奏会</a></li>
<li><a href="./video.html">公開中の演奏動画・録音</a></li>
<li><a href="./boshu.html">団員募集</a></li>
<li><a href="./sensei.html">トレーナー紹介</a></li>
<li><a href="./fanq.html">お問い合わせ</a></li>
</ul>
</div>
<!-- /.submenu -->
<div class="bnrL">
<a class="twitter-timeline" height="500" href="https://twitter.com/tbsk_orchestra?ref_src=twsrc%5Etfw">Tweets by tbsk_orchestra</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<!-- /.bnrL -->
</div>
<!-- /#conR -->
</div>
<!-- /#contents -->
<div id="footer">
<div class="copyright">Copyright © 2014 TBSK管弦楽団 All Rights Reserved.</div>
</div>
<!-- /#footer -->
</div>
<!-- /#container -->
<div id="pageTop">
<a href="#">Page Top</a>
</div>
<!-- /#pageTop -->
</body>
</html>