/* グローバルCSS変数 */
:root{
	/* コンテンツ高さ */
	--content-height: 375px;
	/* コンテンツのpadding値 */
	--content-padding: 4px;
	/* サブタイトル高さ */
	--subtitle-height: 30px;
	/* サブタイトルのmargin-bottom値 */
	--subtitle-margin-bottom: 8px;
	/* リンク部の高さ */
	--link-height: 18px;
	/* フッター（リンク部）のmargin-top値 */
	--footer-margin-top: 4px;
}

body{
	margin-top: 0;
	margin-bottom: 0;
}
#typhoon {
	font-size: 12px;
}

#typhoon_img{
	width: 100%;
}

#link{
	position: relative;
	margin-top: var(--footer-margin-top);
}
