@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :sitemap.css
 style info :サイトマップのスタイル用
=================================================================== */

#contents a {
	color: #4a4a4a;
}
#contents .btn {
	width: 230px;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	text-indent: 10px;
	margin-bottom: 15px;
}
#contents .btn a {
	color: #FFF;
}
#contents .subheading {
	line-height: 1.2;
	margin: 0px 0px 10px;
	padding-bottom: 6px;
	font-weight: normal;
}

#topPage {
}
#topPage .btn {
	background: url(../imgs/sit_btn_jafp_230.gif) no-repeat left center;
	margin-bottom: 20px;
}

#threeColumnWrapper {
	width: 760px;
	overflow: hidden;

}
#threeColumnWrapper ul {
	margin: 0px 0px 20px;
	padding: 0px;
}
#threeColumnWrapper ul li {
	list-style: none;
	padding: 0px 0px 0px 9px;
	margin: 0px 8px 10px;
	line-height: 1.25;
}


#knowledge {
	float: left;
	width: 230px;
	display: inline;
	padding-right: 30px;
}
#knowledge ul li {
	background: url(../../knowlegde/imgs/kon_arr_sub.gif) no-repeat 0px 5px;
}
#knowledge .btn {
	background: url(../imgs/sit_btn_knowledge_230.gif) no-repeat left center;
}
#knowledge .subheading {
	color: #ff7875;
	border-bottom: 2px solid #ff7875;
}


#consult {
	float: left;
	width: 230px;
	display: inline;
	padding-right: 30px;
}
#consult ul li {
	background: url(../../consult/imgs/con_arr_sub.gif) no-repeat 0px 5px;
}
#consult .btn {
	background: url(../imgs/sit_btn_consult_230.gif) no-repeat left center;
}
#consult .subheading {
	color: #F56404;
	border-bottom: 2px solid #F56404;
}


#learn {
	float: left;
	width: 230px;
	display: inline;
}
#learn ul li {
	background: url(../../learn/imgs/lea_arr_sub.gif) no-repeat 0px 5px;
}
#learn .btn {
	background: url(../imgs/sit_btn_learn_230.gif) no-repeat left center;
}
#learn .subheading {
	color: #E6C304;
	border-bottom: 2px solid #E6C304;
}



#examine {
	float: left;
	width: 230px;
	display: inline;
	padding-right: 30px;
}
#examine ul li {
	background: url(../../examine/imgs/exa_arr_sub.gif) no-repeat 0px 5px;
}
#examine .btn {
	background: url(../imgs/sit_btn_examine_230.gif) no-repeat left center;
}
#examine .subheading {
	color: #3DA104;
	border-bottom: 2px solid #3DA104;
}

#planners {
	float: left;
	width: 230px;
	display: inline;
	padding-right: 30px;
}
#planners ul li {
	background: url(../../planners/imgs/pla_arr_sub.gif) no-repeat 0px 5px;
}
#planners .btn {
	background: url(../imgs/sit_btn_planners_230.gif) no-repeat left center;
}
#planners .subheading {
	color: #21ABBC;
	border-bottom: 2px solid #21ABBC;
}



#about {
	float: left;
	width: 230px;
}
#about ul li {
	background: url(../../about/imgs/abo_arr_sub.gif) no-repeat 0px 5px;
}
#about .btn {
	background: url(../imgs/sit_btn_about_230.gif) no-repeat left center;
}
#about .subheading {
	color: #0059B4;
	border-bottom: 2px solid #0059B4;
}

#other {
}
#other .btn {
	background: url(../imgs/sit_btn_jafp_230.gif) no-repeat left center;
	margin-bottom: 20px;
}

