﻿@charset "utf-8";

body, div, p, span, input, textarea {
	font-family: Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
}

html, body {
	overflow: hidden;
}

#banner {
	width: 120px;
	height: 120px;
	overflow: hidden;
	display: block;
}

#eyecatch {
	margin-left: -20px;
}

#sitename {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	padding: 5px;
	font-size: 11px;
	color: white;
	width: 110px;
}


#text {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	top: 120px;
	padding: 5px;
	color: white;
	width: 110px;
	height: 110px;
	font-size: 13px;
	line-height: 1.5em;
}
