﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	width: 600px;
	font-size: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #666666;
	background-color: #ffffff;
}

#setumei {
	text-align: center;

}
#setumei p {
	color: #008acf;
	font-weight: bold;
	font-size: 200%;
}
#about {
	text-align: left;
	margin-left: 80px;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}

#player .down {
	width: 600px;
	text-align: left;
	margin-left: 80px;
}
#player .button {
	width: 600px;
	text-align: center;

}
#kaisetu {
	width: 580px;
	text-align: left;
	margin-left: 80px;
}