@charset "UTF-8";

/* =====================================================

index.html

===================================================== */

/* style.css change --------------------------- */
#footer-bg{
	background:#FFFFFF url(../images/footer-bg.gif) repeat-x;
}

/* layout --------------------------- */
#index-main{
	float:left;
	width:560px;
}
#index-side{
	float:right;
	width:380px;
}

/* index-topimg --------------------- */
#index-topimg{
	clear:both;
	position:relative;
	min-width:950px;
	height:590px;
	margin-top:-5px;
	background:url(../images/index-topimg-bg.gif) repeat-x;
	overflow:hidden;
}
#index-topimg .imgbox{
	position:absolute;
	top:0px;
	left:calc(50% + 15px);
	width:1600px;
	height:590px;
	margin-left:-800px;
	background:url(../images/index-topimg.jpg) no-repeat center top;
}
#index-topimg .catch{
	position:relative;
	z-index:2;
	top:130px;left:330px;
}
.index-movie{
	position:relative;
	z-index:2;
	top:140px;left:360px;
}
.index-nurseaide{
	position:relative;
	z-index:2;
	top:145px;left:360px;
}

/* index-pickup --------------------- */
#index-pickup{
	position:relative;
	z-index:2;
	width:960px;
	margin:0 0 0 -10px;
}
#index-pickup dl{
	display:inline; /* for ie6 */
	position:relative;
	float:left;
	width:230px;
	margin:-50px 0 0 10px;
}
#index-pickup dt{
	width:230px;
}
#index-pickup dd{
	padding:10px 15px 0 15px;
	font-size:1.2em;
	line-height:2;
}
/* entry */
#index-pickup dl.entry dd img{ position:absolute;top:-70px;left:-35px; }


/* introduction ------------------------------ */
#index-introduction{
	width:567px;
	height:411px;
	margin:27px 0 20px -15px;
	background:url(../images/index-introduction-bg.png) no-repeat;
}
#index-introduction dl{
	margin:0 0 20px 50px;
	padding:48px 0 0 0;
}
#index-introduction dt{
	margin:0 0 13px 0;
	font-size:2.4em;
	font-weight:bold;
	line-height:1.5;
	color:#44B8D5;
	text-shadow:
		-1px -1px #FFFCD0,
		1px -1px #FFFCD0,
		-1px 1px #FFFCD0,
		1px 1px #FFFCD0;	
}
#index-introduction dd{
	width:280px;
	margin:0 0 15px 3px;
	font-size:1.2em;
	line-height:1.7;
}
#index-introduction dd.text02{
	width:260px;
}

/* index-news ---------------------- */
#index-news{
	width:380px;
	height:540px;
	margin:30px 0 0 0;
	background:url(../images/index-news-bg.gif) no-repeat;
}
#index-news h2{
	padding:30px 0 10px 20px;
}
#index-news div{
	width:350px;
	height:430px;
	overflow:auto;
	margin:15px;
}
#index-news dl{
	font-size:1.4em;
	line-height:1.7;
}
#index-news dt{
	padding:0 20px 0 20px;
	background:url(../images/mark01.gif) no-repeat;
	font-weight:bold;
	color:#44B8D3;
}
#index-news dd{
	padding:0 20px 10px 20px;
	color:#0099CC;
}

/* index-bottomimg ---------------------- */
#index-bottomimg{
	clear:both;
	position:relative;
	min-width:950px;
	height:374px;
	margin:30px 0 0 0;
	background:url(../images/index-bottomimg-bg.gif) repeat-x;
	overflow:hidden;
}
#index-bottomimg .imgbox{
	position:absolute;
	top:-4px;
	left:50%;
	width:1140px;
	height:372px;
	margin-left:-570px;
	background:url(../images/index-bottomimg.png) no-repeat center 0;
}
