@charset "UTF-8";
@import url("import.css");

/* CSS Document */

/* //////////////////////////////////////////////////
[top.css]  => TOPページ用css
////////////////////////////////////////////////// */
/* --------------------------------------------------
	globalNav
-------------------------------------------------- */
#topGlobalNavWrapper {
	width: 950px;
	margin: -4px auto 0;　
	height: 60px;
	background: url("../img/bg_top_global-nav.png") no-repeat transparent;
	overflow: hidden;  /* clearfix */
	zoom: 1;  /* clearfix */
}
.topGlobalNavInner {
	padding: 7px 0px;
	background: none !important;
}
/* --------------------------------------------------
	sidelNav ※TOPのみ
-------------------------------------------------- */
#sideNavi {
	top: 560px;
}
/* --------------------------------------------------
	title
-------------------------------------------------- */
#titleWrap {
	width: 100%;
	height: 392px;
	background: #fee5dd url("../img/bg_top_image.jpg") no-repeat 50% 0;
	text-align: center;
}
#titleInner {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	overflow: hidden;  /* clearfix */
	zoom: 1;  /* clearfix */
}
* html #titleInner {
	overflow: visible;  /* clearfix */
}
#titleInner .imageRabbit {
	position: absolute;
	margin: -23px 0 0 11px; 
	z-index: 10;
}
#titleInner .catch {
	display: block;
	text-indent: -9999px;
	width: 540px;
	height: 120px;
	margin: 33px 0 0 300px; 
	background: url("../img/catch.png") no-repeat transparent;
}
#titleInner .title {
	display: block;
	text-indent: -9999px;
	width: 640px;
	height: 190px;
	margin: 0 0 0 300px; 
	background: url("../img/title.png") no-repeat transparent;
}
#titleInner ul#pageBtn {
	margin: 240px 0 0 45px;
	overflow: hidden;  /* clearfix */
	zoom: 1;  /* clearfix */
}
#titleInner ul#pageBtn li {
	float: left; 
	display: block;
	overflow: hidden;
	position: relative;
	width: 140px;
	height: 142px;
	text-align: center;
}
#titleInner ul#pageBtn li a:hover img {
	position: relative;
	top: -142px;
}

/* --------------------------------------------------
	info
-------------------------------------------------- */
ul.info {
	margin: 15px 0 30px;
	padding: 0 10px 0 10px;
	font-size: 108%;
}
ul.info li {
	margin-bottom: 7px ;
	padding: 0 0 7px 0;
	background: url("../img/common/dot_green.gif") repeat-x left bottom;
}
ul.info li span {
	padding: 1px 0 2px 27px;
	color: #01a0a0;
	font-weight: bold;
	line-height: 1em;
	background: url("../img/common/icon_arrow-orange.gif") no-repeat 3px -1px;}
ul.info li a:link, a:visited { text-decoration: none; }
ul.info li a:hover, a:active  { text-decoration: underline; }

.infoComment {
	position: absolute;
	margin-left: 682px;
	*margin-left: 0; /* for IE */
	top: 866px;
}

/* --------------------------------------------------
	merit
-------------------------------------------------- */
.meritWrap {
	margin-bottom: 25px ;
	background: url("../img/common/bg_flower1.gif") no-repeat 0 47px;
}
.meritWrap h4 {
	padding: 16px 0 10px;
	text-align: center;
}
ul.merit {
	margin: -10px 0 0;
}
ul.merit li {
	display: inline ;
}
.imageRabit01 {
	position: relative;
	margin: -133px 0 -35px 490px;
}
.meritComment {
	position: absolute;
	margin-left: 682px;
	*margin-left: 0; /* for IE */
	top: 1066px;
}

/* --------------------------------------------------
	consultant
-------------------------------------------------- */
.consultant {
	margin-top: 15px;
}
.consultantTxt {
	width: 430px;
}
.consultantPhoto {
	float: right;
	position: relative; 
	width: 228px;
	height: 222px;
	margin: -215px 0 20px 0;
	padding: 8px 33px 0 0;
	text-align: right;
}
.consultantPhoto div {
	width: 160px;
	height: 170px;
	position: absolute;
	padding: 12px 20px 0 20px; 
	margin: -30px -33px 0 0;
}
* html .consultantPhoto div {
	position: absolute;
	padding: 12px 0 0 0; 
	margin: -30px 0 0 -49px;
}
.cstComment {
	position: absolute;
	margin-left: 682px;
	*margin-left: 0; /* for IE */
	top: 1308px;
}