@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	background: #7183c2;
}
img {
	border: none;
	vertical-align: top;
}
/* ヘッダー
---------------------------------------------*/
.bt1 {
	width:78px;
	height:13px;
}
.bt1 a {
	display: block;
	width: 100%;
	padding: 0 0;
	background: url(../img/enter_index.gif) left top no-repeat;
}
.bt1 a:hover {
	background: url(../img/enter_index.gif) right top no-repeat;
}
.copy1 {
	font-size: 10px;
	font-weight: normal;
	line-height:1.5;
	letter-spacing:0.05em;
	color: #2c3241;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}