@charset "utf-8";

/*---------------------------------------------

インデックスページ用シート

---------------------------------------------*/

/* ▼メイン */

#top_img {background: #fde4b5;}

#top_img_block {
	width: 950px;
	height: 540px;
	margin: 0 auto;
	position: relative;
}

.insta_bn {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 10;
}

h2 {
	padding: 15px 0 5px 0;
	text-align: center;
}

#top_news {
	width: 850px;
	height: 277px;
	margin: 0 0 60px 50px;
	background: url("../img/top_news3.jpg") no-repeat;
}

dl#whatsnew {padding: 32px 0 0 38px;}

dl#whatsnew dt {
	color: #231815;
	font-size: 90%;
	margin: 0 20px 22px 0;
	width: 80px;
	float: left;
}

dl#whatsnew dd {
	color: #231815;
	font-size: 90%;
	margin-bottom: 22px;
}

dl#whatsnew dd a {color: #231815;}

#top_map {
	width: 863px;
	height: 465px;
	margin-left: 48px;
	background: url("../img/top_map.jpg") no-repeat;
	position: relative;
}

#maptitle {
	top: 2px;
	left: 485px;
	position: absolute;
}

#maptxt01 {
	display: block;
	width: 365px;
	top: 55px;
	left: 490px;
	font-size: 78%;
	position: absolute;
	color: #00624d;
}

#maptxt02 {
	display: block;
	width: 365px;
	top: 160px;
	left: 490px;
	font-size: 78%;
	position: absolute;
	color: #00624d;
}

#maplink {
	top: 432px;
	left: 330px;
	font-size: 84%;
	position: absolute;
	color: #e63100;
}

#maplink a {color: #e63100;}

#border {
	text-align: center;
	margin: 10px 0 15px 0;
}

#bannerbox {
	margin-left: 48px;
	height: 90px;
}

span.area2 {color: #e94405;}

span.area3 {color: #f5a600;}

/*---------------------------------------------

Font Size

32px 200～203
30px 188～190
28px 175～178
26px 163～165
24px 150～153
22px 138～140
20px 125～128
19px 119～121
18px 113～115
17px 107～109
16px 100～103
15px 94～96
14px 88～90
13px 82～84
12px 75～78
11px 69～71 *
10px 63～65 *

* IE6,7では，文字コードをUTF-8以外の日本語コードShift_JISやEUC-JPにするか，font-familyで最初に日本語フォントを指定しないと，日本語フォントが指定どおりの大きさにならない。

---------------------------------------------*/