﻿@charset "utf-8";


/* ----------------------------------------
	00 contents
------------------------------------------*/

#contents {
	background: none;
}

#contents #cont-main {
	height:528px;
	background: #FFF;
}


/* ----------------------------------------
	00 navi
------------------------------------------*/

#navi-container a.to_home {
	right: 5px;
}




/* ----------------------------------------
	01 index
------------------------------------------*/

#flashArea {
	/*width:100%;*/
	width: 890px;
	height:528px;
	margin: 0 auto;
}

#flashArea #noFlash {
	position: relative;
	width: 890px;
	height: 528px;
	/*text-align: center;*/
	text-align: left;
	/*
	background: url(../img/no_flash_bg.jpg) top left no-repeat;
	*/
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../img/no_flash_bg.jpg);
}
#flashArea #noFlash .banner {
	position: absolute;
	right: 17px;
	display: block;
	width: 192px;
	height: 45px;
}
#flashArea #noFlash .banner span {
	visibility: hidden;
}
#flashArea #noFlash #noFlashBanner01 {
	top: 39px;
	background: url(../img/main_btn_link_03.png) left top no-repeat;
}
#flashArea #noFlash #noFlashBanner01:hover {
	background: url(../img/main_btn_link_03_ov.png) left top no-repeat;
}
#flashArea #noFlash #noFlashBanner02 {
	top: 85px;
	background: url(../img/main_btn_link_02.png) left top no-repeat;
}
#flashArea #noFlash #noFlashBanner02:hover {
	background: url(../img/main_btn_link_02_ov.png) left top no-repeat;
}
#flashArea #noFlash #noFlashBanner03 {
	top: 130px;
	background: url(../img/main_btn_link_01.png) left top no-repeat;
}
#flashArea #noFlash #noFlashBanner03:hover {
	background: url(../img/main_btn_link_01_ov.png) left top no-repeat;
}
#flashArea #noFlash .txt {
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: 400px;
	height: 18px;
	color: #f39800;
	font-size: 82%;
	line-height: 1.0;
	margin: 0;
}
#flashArea #noFlash .txt a:link,
#flashArea #noFlash .txt a:visited {
	color:#f39800;
	text-decoration:underline;
}
#flashArea #noFlash .txt a:hover,
#flashArea #noFlash .txt a:active {
	color:#9c6200;
	text-decoration:underline;
}









