/*----------------------------------------------------------------------
ナビゲーション
----------------------------------------------------------------------*/
.navi-area {
	width:220px;
}

#navi-box {
	width:200px;
	margin: 0 20px 9px 0;
	padding: 0;
	background-image: url(../images/bg_navi.gif);
	background-repeat: repeat-y;
	background-position: left 
}
#navi-box a {
	text-decoration:none;
}


#navi-second {
	width:190px;
	margin: 0 0 6px 10px;
	padding: 0;
	font-size:0.8em;
	line-height:120%;
}
#navi-second ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#navi-second li {
	margin: 1px 0 1px 0;
	padding: 0 0 0 12px;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#navi-selfcheck {
	width:200px;
	margin: 0 0 6px 0px;
	padding: 0;
	font-size:0.8em;
	line-height:120%;
}
#navi-selfcheck ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	background-image: url(../images/bg_listcheck.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#navi-selfcheck li {
	margin: 1px 0 1px 0;
	/*padding: 0px 0px 0px 28px;*/
	padding: 0px 0px 0px 5px;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#navi-others {
	width:188px;
	margin: 0 0 6px 10px;
	padding: 0;
	font-size:0.8em;
	line-height:120%;
}
#navi-others ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#navi-others li {
	margin: 1px 0 1px 0;
	padding: 1px 0 1px 12px;
	list-style-type:none;
	border: 1px solid #265879;
}


/*STEP1：----------------------------*/
/*健康度セルフチェック*/
#kenkoudo-title {
	width:190px;
	margin: 0;
	padding: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7fc31b;
}
/*リスト画像*/
.list-style-check {
	margin: 0;
	/*
	background-image: url(../images/li_check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	*/
}
.list-style-step1 {
	margin: 0;
	background-image: url(../images/li_step1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list-style-step2a {
	padding: 0;
	background-image: url(../images/li_step2a.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list-style-step2b {
	padding: 0;
	background-image: url(../images/li_step2b.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list-style-step2c {
	padding: 0;
	background-image: url(../images/li_step2c.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list-style-step2-sp {
	padding: 0;
	background-image: url(../images/li_step2_sp.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list-style-step3 {
	padding: 0;
	background-image: url(../images/li_step3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list-style-towa {
	padding: 0;
	background-image: url(../images/li_towa.gif);
	background-repeat: no-repeat;
	background-position: left center;
}