@charset "UTF-8";
@import "../../../common/css/main.css";
@import "../../../common/css/content.css";

.Life {
	height: 440px;
	position: relative;
	width: 870px;
	}

.Life img {
	}

#Wrapper #Content .Content_top .Life ul {
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 400px;
	}

#Wrapper #Content .Content_top .Life ul.Navi_next {
	right: 10px;
	width: 190px;
	}

#Wrapper #Content .Content_top .Life ul.Navi_prev {
	left: 10px;
	width: 180px;
	}

#Wrapper #Content .Content_top .Life ul li {
	display: inline;
	list-style: none;
	}

#Wrapper #Content .Content_top .Life ul li a {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 30px 0 0;
	width: 190px;
	}

#Wrapper #Content .Content_top .Life ul li.Navi_benefit a {
	background: url(../img/navi_benefit.gif) 0 0 no-repeat;
	}

#Wrapper #Content .Content_top .Life ul li.Navi_healthy a {
	background: url(../img/navi_healthy.gif) 0 0 no-repeat;
	}

#Wrapper #Content .Content_top .Life ul li.Navi_healthy_prev a {
	background: url(../img/navi_healthy_prev.gif) 0 0 no-repeat;
	}

#Wrapper #Content .Content_top .Life ul li.Navi_quiet a {
	background: url(../img/navi_quiet.gif) 0 0 no-repeat;
	}

#Wrapper #Content .Content_top .Life ul li.Navi_quiet_prev a {
	background: url(../img/navi_quiet_prev.gif) 0 0 no-repeat;
	}

#Wrapper #Content .Content_top .Life ul li.Navi_comfortable a {
	background: url(../img/navi_comfortable.gif) 0 0 no-repeat;
	}

#Wrapper #Content .Content_top .Life ul li.Navi_comfortable_prev a {
	background: url(../img/navi_comfortable_prev.gif) 0 0 no-repeat;
	}

#Wrapper #Content .Content_top .Life ul li.Navi_relief_prev a {
	background: url(../img/navi_relief_prev.gif) 0 0 no-repeat;
	}

#Wrapper #Content .Content_top .Life ul li.Navi_benefit a:hover,
#Wrapper #Content .Content_top .Life ul li.Navi_healthy a:hover,
#Wrapper #Content .Content_top .Life ul li.Navi_quiet a:hover,
#Wrapper #Content .Content_top .Life ul li.Navi_comfortable a:hover,
#Wrapper #Content .Content_top .Life ul li.Navi_healthy_prev a:hover,
#Wrapper #Content .Content_top .Life ul li.Navi_quiet_prev a:hover,
#Wrapper #Content .Content_top .Life ul li.Navi_comfortable_prev a:hover,
#Wrapper #Content .Content_top .Life ul li.Navi_relief_prev a:hover {
	background-position: 0 -30px;
	}