@charset "utf-8";

/* --------------------
 @Wellness.
 home pages css.
-------------------- */


/*
 **********div#primary**********[
----------------------------------------------------------- */

#primary {
	font-size: 90%;
	line-height: 1.4;
}

#primary img {
	vertical-align: bottom;
}

/* ==========#recruit========== */

#primary #recruit h3 {
	padding: 0 0 5px 0;
	margin: 20px 0 10px 0;
	line-height: normal;
	height: auto;
	border-bottom: 1px solid #bfbfbf;
}
#primary #recruit ul {
	margin: 0 10px;
}
#primary #recruit ul li {
	list-style: square inside none;
}

/* ==========#glossary========== */

#glossary {
	margin: 40px 0;
}

#glossary dl dt {
	padding: 0 0 5px 0;
	margin: 20px 0 10px 0;
	line-height: normal;
	height: auto;
	border-bottom: 1px solid #bfbfbf;
	font-weight: bold;
}
#glossary dl dd {
	margin: 0 5px;
}

/* ==========#privacy_policy========== */

#privacy h4 {
	margin-bottom: 20px;
}
#privacy p {
	margin: 20px 10px;
}
#privacy p.lead {
	margin: 0;
}
#terms_of_use {
	margin-bottom: 30px;
}
#terms_of_use ul {
	margin: 0 10px;
}
#terms_of_use ul li {
	list-style: square inside none;
	margin-bottom: 20px;
}


/* ==========#sitemap========== */
#sitemap {
	margin: 0px 0 30px;
	padding: 10px 0;
}
#sitemap h2 {
	margin-bottom: 30px;
}
#sitemap h3 {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #bfbfbf;
	background-color: #fff;
	text-shadow: 1px 1px 0 #fff;
}
#sitemap h3 a {
	display: block;
	padding: 10px 0 10px 20px;
	background: url("/common/img/share/icon/ic_arrow_gray.gif") left center no-repeat;
}
#sitemap h3 a:hover {
	background: url("/common/img/share/icon/ic_arrow_pink.gif") left center no-repeat;
}


#sitemap h3.info {
	display: block;
	padding: 10px 0 10px 30px;
	background: url("/common/img/share/icon/ic_list_gray.gif") 10px center no-repeat;
}
#sitemap ul {
	margin-bottom: 30px;
}

#sitemap ul li {
	padding-left: 15px;
}
#sitemap ul li span a {
	margin: 10px 0 10px 0;
	display: block;
	line-height: 26px;
	padding-left: 15px;
	border-bottom: 1px solid #dfdfdf;
	background: url("/common/img/share/icon/ic_arrow_link_double.gif") left center no-repeat;
}
#sitemap ul li ul {
	margin: 0 0 20px 0;
}
#sitemap ul li ul li {
	margin: 7px 20px;
	padding-left: 12px;
	background: url("/common/img/share/icon/ic_arrow_link_single.gif") left 6px no-repeat;
}
#sitemap ul li ul li ul {
	margin: 5px 0;
}
#sitemap ul li ul li ul li {
	margin: 0;
	background: none;
	display: inline;
	padding: 0 0 0 20px;
}



/* ==========#notfound========== */

#notfound h2 {
	margin-bottom: 30px;
}
#notfound p {
	margin: 20px 0;
}





/*
 **********div#secondary**********[
----------------------------------------------------------- */












