﻿@charset "UTF-8";

/*=======================*/
/* トップページ          */
/*=======================*/

#contents{
	margin: 0 0 30px 0;
}


/*=======================*/
/* メインビジュアル      */
/*=======================*/

#mainimage{
	position: relative;
	height: 418px;
	text-indent: -9999px;
	background-image: url(../img/index/topimage.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/* 100712

#mainimage{
	position: relative;
	height: 420px;
}

#mainimage h2{
	position: absolute;
	top: 245px;
	left: 30px;
	width: 436px;
	height: 92px;
	text-indent: -9999px;
	background-image: url(../img/index/h2_mainimage.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#mainimage div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 420px;
}

/* 100712

#mainimage p{
	position: absolute;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}

#mainimage p.message{
	bottom: 22px;
	left: 30px;
	width: 534px;
	height: 145px;
	background-image: url(../img/index/mainimage_message.png);
}

#mainimage p.image{
	bottom: -6px;
	left: auto;
	right: 0;
	width: 385px;
	height: 413px;
	text-indent: -9999px;
	background-image: url(../img/index/appearance.png);

}

* html #mainimage h2,* html #mainimage p{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

100712 */

/*=======================*/
/* ナビゲーション　　　　*/
/*=======================*/

#information{
	position: relative;
	min-height: 245px;
	padding: 20px 30px 30px 30px;
	background-image: url(../img/common/footer_bg.png);
}

#information h2{
	width: 285px;
	height: 20px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background-image: url(../img/index/h2_information.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* ---------- */

#information dl{
	position: relative;
	width: 510px;
	height: 295px;
	padding: 10px 15px;
	font-size: 90%;
	line-height: 2.5em;
	border: solid 1px #D9CEA6;
	background-color: #FFF;
	overflow: auto;
	z-index: 10;
}

#information dt{
	float: left;
	width: 8em;
	padding-left: 20px;
	background-image: url(../img/common/list_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#information dd{
	background-image: url(../img/common/dotline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* ---------- */

#information p{
	position: relative;
	width: 542px;
	height: 20px;
}

#information p a{
	display: block;
	position: absolute;
	top: -1px;
	right: 0;
	width: 95px;
	height: 20px;
	text-indent: -9999px;
	background-image: url(../img/index/view_all.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#information p a:hover{
	top: 0;
}

/* ---------- */


#info_inquiry,
#info_about,
#info_consid,
#info_assured,
#info_blog,
#info_staff,
#info_apply{
	position: absolute;
}

#info_inquiry a,
#info_about a,
#info_consid a,
#info_assured a,
#info_blog a,
#info_staff a,
#info_apply a{
	display: block;
	width: 155px;
	height: 80px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}

#info_inquiry{
	top: 25px;
	right: 30px;
}
#info_inquiry,
#info_inquiry a{
	width: 330px;
	height: 60px;
}
#info_inquiry a{ background-image: url(../img/index/info_inquiry.jpg); }

#info_about{
	top: 95px;
	right: 205px;
}
#info_about a{ background-image: url(../img/index/info_about.jpg); }


#info_consid{
	top: 95px;
	right: 30px;
}
#info_consid a{ background-image: url(../img/index/info_consid.jpg); }

#info_assured{
	top: 190px;
	right: 205px;
}
#info_assured a{ background-image: url(../img/index/info_assured.jpg); }

#info_blog{
	top: 190px;
	right: 30px;
}
#info_blog a{ background-image: url(../img/index/info_blog.jpg); }

#info_staff{
	top: 285px;
	right: 205px;
}
#info_staff,
#info_staff a{
	width: 155px;
	height: 80px;
}
#info_staff a{ background-image: url(../img/index/info_staff.jpg); }

#info_apply{
	top: 285px;
	right: 30px;
}
#info_apply,
#info_apply a{
	width: 155px;
	height: 80px;
}
#info_apply a{ background-image: url(../img/index/info_apply.jpg); }


#info_inquiry a:hover,
#info_about a:hover,
#info_consid a:hover,
#info_assured a:hover,
#info_blog a:hover,
#info_staff a:hover,
#info_apply a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}


/*=======================*/
/* フッターのリンク　　　*/
/*=======================*/

#footer #link{
	margin-right: -15px;
	text-align: center;
	padding-bottom: 15px;
}

#footer #link li{
	display: inline;
	margin-right: 10px;
}

#footer #link li a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}


/*=======================*/
/* ポップアップ　　　　　*/
/*=======================*/

#floatWindow{
	display:none;
	position:absolute;
	top:100px;
	left:100px;
	width: 600px;
	height: 490px;
	background-image: url(../img/index/popup.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: white;
	border: solid 1px #333;
	overflow: visible;
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}

#floatWindow a.close{
	position:absolute;
	right:10px;
	top:5px;
}

#floatWindow a.detail{
	position:absolute;
	left:50%;
	bottom:5px;
	margin-left: -96px;
}

#floatWindow h2,
#floatWindow p,
#floatWindow div{
	text-indent: -20000em;
}

#floatWindow p.wazuka{
	position: absolute;
	top: 60px;
	right: -15px;
	width: 162px;
	height: 81px;
	background-image: url(../img/index/nokori.png);
	background-position: left top;
	background-repeat: no-repeat;
}
