@charset "utf-8";

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


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

#primary {
	font-size: 90%;
	line-height: 1.4;
	margin-bottom: 30px;
}

#primary img {
	vertical-align: bottom;
}

#primary ul.list {
	margin-top: -10px;
}
#primary ul.list li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #dfdfdf;
}
#primary ul.list li a {
	display: block;
	padding-left: 40px;
	background: url("/common/img/faq/ic_arrow_faq_default.gif") 10px center no-repeat;
}
#primary ul.list li a:hover {
	text-decoration: none;
	background: url("/common/img/faq/ic_arrow_faq_hover.gif") 10px center no-repeat #f3f3f3;
}


/*
 **********Archive page**********[
----------------------------------------------------------- */

div.entry dl {
	margin: 30px 0 40px;
}
div.entry dl dt {
	font-weight: bold;
	border-bottom: 1px solid #969696;
	padding: 2px 0 0 40px;
	min-height: 32px;
	height: auto !important;
	height: 32px;
	background: url("/common/img/faq/bg_faq_question.gif") left center no-repeat;
}
div.entry dl dd {
	margin-top: 15px;
	padding: 0 10px 0 40px;
	min-height: 32px;
	height: auto !important;
	height: 32px;
	background: url("/common/img/faq/bg_faq_answer.gif") left center no-repeat;
}

#primary div.navigation {
	margin: 20px 0 0 0;
}
#primary div.navigation p {
	text-align: center;
}











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

#secondary {
	font-size: 90%;
}
#secondary h3 img {
	vertical-align: bottom;
}
#secondary h3 {
	line-height: 1;
}

#secondary p.list {
	border-right: 1px solid #969696;
	border-left: 1px solid #969696;
	padding: 15px 14px 10px;
}
#secondary p.list a {
	display: block;
	line-height: 28px;
	padding-left: 10px;
	background: url("/common/img/share/icon/ic_arrow_link_single.gif") left center no-repeat;
	zoom: 1;
}
#secondary p.list a:hover {
	background: url("/common/img/faq/bg_faq_secondary.gif") left top repeat-y;
	text-decoration: none;
}

#secondary div.widget p.widgettitle {
	font-weight: bold;
	border-top: 1px solid #dfdfdf;
	padding: 10px 0 0 8px;
	margin: 0 15px;
	font-size: 95%;
}



#secondary div.widget {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-right: 1px solid #969696 ;
	border-left: 1px solid #969696 ;
	border-bottom: 1px solid #969696 ;
	-webkit-box-shadow: 0px 3px 0px #d9d9d9; -moz-box-shadow: 0px 3px 0px #d9d9d9; box-shadow: 0px 3px 0px #d9d9d9;
}

#secondary div.widget ul {
	width: 235px;
	margin: 0px auto 10px;
	padding-top: 10px;
}
#secondary div.widget ul li {
	background: url("/common/img/share/icon/ic_arrow_link_single.gif") left center no-repeat;
	margin: 1px 0;
}
#secondary div.widget ul li a {
	display: block;
	line-height: 28px;
	padding-left: 10px;
	zoom: 1;
}
#secondary div.widget ul li a:hover,
#secondary div.widget ul li.current-cat {
	background: url("/common/img/faq/bg_faq_secondary.gif") left top repeat-y;
	text-decoration: none;
}
#secondary div.widget ul li.current-cat a {
	cursor: default;
}






