@charset "utf-8";
/*検索結果*/
#h_result{
	width:640px;
	position:relative;
	margin-bottom:16px;
}
#h_result h3{
	background:url(../img/search_h.jpg) no-repeat left top;
	height:44px;
	text-indent:-9999px;
}
#h_result .result_num{
	position:absolute;
	right:10px;
	bottom:7px;
}
#h_result .result_num span{
	font-size:123.1%;
	font-weight:bold;
	color:#669900;
}
#purpose_comment{
	border: 1px solid #EAEAEA;
	margin-bottom: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
	color:#6C4E35;
	background-color:#FAF8EE;
	width:628px;
	padding:5px;
}
#purpose_comment h4{
	height:30px;
	line-height:30px;
	font-size:1.2em;
	border-bottom:solid 1px #EAEAEA;
}
#purpose_comment .comment{
	padding-top:10px;
	border-top:solid 1px #FFFFFF;
}
.empty_comment{
	width:640px;
	height:26px;
	line-height:26px;
	position:relative;
}
.back_toppage{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
	border:solid 1px #EAEAEA;
	background-color:#FAF8EE;
	width:7em;
	height:24px;
	line-height:24px;
	padding:0.2em 0.5em;
	display:block;
	position:absolute;
	right:0px;
	top:0px;
}
#result_set{
	width: 594px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #FB8A3B;
	position:relative;
	behavior: url(ie-css3.htc);
	margin-bottom:18px;
	border-radius: 3px;
}
#result_set .h{
	height:30px;
	line-height:30px;
	position:relative;
}
#result_set .h .title{
	margin-left:5px;
	font-weight:bold;
	font-size:146.5%;
	color: #0000FF;
	text-decoration: underline;
}
#result_set .h .title a{
	color: #0000FF;
}
#result_set .h .title a:hover{
	color: #C1C1FF;
	text-decoration: none;
}
#result_set .access{
	position: absolute;
	right: 10px;
	top: 0px;
}
#result_set .access_num{
	font-size:20px;
	font-weight:bold;
	color:#8AB91A;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFF5D6;
}
#result_set .point{
	height:21px;
	padding:2px;
	background-color:#F3F3F3;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #CCC;
	line-height:25px;
}
.point .icon_point{
	height:19px;
	border:solid 1px #ccc;
	background-color:#FFF;
	font-size:92.1%;
	line-height:21px;
	text-align:center;
	float:left;
	margin-left:5px;
	color:#666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(border-radius.htc);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#result_set .top{
	padding:5px;
}
#result_set .image,#result_set .spec, #graph_outer{
	float:left;
}
#result_set .image{
	width:100px;
	height:100px;
	margin-right:6px;
}
.image:hover{
	opacity:0.6;
}
#result_set .table{
	width:470px;
}
#result_set table.convenience{
	width:160px;
	float:left;
	margin-left: 10px;	
}
#result_set .convenience th{
	width:130px;
	height:24px;
	background-color:#FAF8EE;
	text-align:center;
	color:#666;
	font-weight:normal;
	border-right:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-top:solid 1px #CCC;
}
#result_set .convenience td{
	width:347px;
	border-right:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
#result_set .table th{
	width:118px;
	height:22px;
	border:solid 1px #7B938F;
	text-align:center;
	background-color:#95ACAE;
	line-height:24px;
	color:#FFFFFF;
	text-shadow:-1px -1px 0px #7B938F;	
}
#result_set .table td{
	width:118px;
	height:22px;
	border:solid 1px #CCC;
	text-align:center;
	line-height:24px;
	background-color:#FFF;
}

#result_set .bottom{
	border-top:solid 1px #EAEAEA;
	float:left;
	padding:5px;
	display:block;
}
#result_set .payment {
	padding:10px;
	line-height:30px;
}
#result_Set .payment .caution{
	font-size:77%;
	color:#666;
}
#result_set .payment span{
	color:#669900;
	font-weight:bold;
	font-size:2.2em;
}
#result_set .comment{
	width:470px;
	background-color:#F2F2F2;
	margin-right:10px;
	float:left;
	padding-left:5px;
}
#result_set .comment ul li{
	color:#6C4E35;
	height:30px;
	line-height:30px;
	border-bottom:dotted 1px #CCC;
	text-overflow:ellipsis;
	background:url(../img/icon_check.gif) no-repeat left center;
	padding-left:18px;
}
#result_set .btn_area{
	float:left;
	width:470px;
}
#result_set .btn_area .btn_apply a{
	background:url(../img/simu_apply_btn.png) no-repeat left top;
	width:129px;
	height:32px;
	display:block;
	text-indent:-9999px;
	margin-bottom:5px;
	margin-right:5px;
	float:right;
}
#result_set .btn_area .btn_apply a:hover{
	opacity:0.5;
}
#result_set .btn_area .btn_discription a{
	background:url(../img/simu_detail_btn.png) no-repeat left top;
	width:129px;
	height:32px;
	display:block;
	text-indent:-9999px;
	margin-right:5px;
	margin-bottom:5px;
	float:right;
}
#result_set .btn_area .btn_discription a:hover{
	opacity:0.5;
}
#result_set .btn_area .btn_hikaku a{
	background:none;
	color:#006699;	
	text-align:right;
}
#result_set .btn_area .btn_hikaku a:hover{
	background:none;
	color:#FE7D27;	
	text-align:right;
}
#result_box {
	width: 634px;
	border: 1px solid #CCC;
	padding: 1px;
	margin-bottom: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
}
#result_box .left {
	padding-top:9px;
	float: left;
	width: 493px;
}
#result_box .right {
	padding-top:4px;
	padding-left:4px;
	float: right;
	width: 133px;
	background-color:#EAF5C2;
}
#result_box .h {
	background-image: url(../img/h_name_bg1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 564px;
	line-height: 40px;
	padding-top : 16px;
	padding-left: 70px;
	margin-top:-16px;
	position: relative;
}
#result_box .h .access {
	height: 30px;
	position: absolute;
	top: 20px;
	right: 4px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
#result_box .h .access p span {
	color: #669900;
	font-size:182%;
	font-weight:bold;
}
#result_box .h a {
	text-decoration: none;
	font-size: 182%;
	font-weight:bold;
	color:#333333;
}
#result_box .h a:hover {
	color:#669900;
}
#result_box .image {
	float: left;
	height: 64px;
	width: 100px;
	margin-right: 11px;
	margin-left: 12px;
}
#result_box table.spec {
	width: 370px;
	float: right;
}
#result_box table.spec tr th {
	line-height: 22px;
	height: 30px;
	width: 6em;
	vertical-align: middle;
	font-weight: normal;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
}
#result_box table.spec tr th span{
	background-color:#A0BCC7;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(border-radius.htc);
	display:block;
}
#result_box table.spec tr td {
	line-height: 22px;
	padding-left: 10px;
	vertical-align: middle;
	padding-right: 10px;
}
#result_box .icon{
	background-image: url(../img/icon_bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 109px;
	margin-bottom: 4px;
	padding-top: 6px;
	padding-left: 21px;
}
#result_box .icon.off{
	background-position: left -28px;
}
#result_box .icon p.icon1 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 85px;
}
#result_box .icon p.icon2 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -16px;
	height: 16px;
	width: 85px;
}

#result_box .icon p.icon3 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -32px;
	height: 16px;
	width: 85px;
}

#result_box .icon p.icon4 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -48px;
	height: 16px;
	width: 85px;
}

#result_box .icon p.icon5 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -64px;
	height: 16px;
	width: 85px;
}

#result_box .icon p.icon6 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -80px;
	height: 16px;
	width: 85px;
}

#result_box .icon p.icon7 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -96px;
	height: 16px;
	width: 85px;
}

#result_box .icon p.icon8 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -112px;
	height: 16px;
	width: 85px;
}
#result_box .icon p.icon9 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -128px;
	height: 16px;
	width: 85px;
}
#result_box .icon p.off{
	opacity:0.5;
}
#result_box .comment {
	color:#666;
	background-color:#FFFFFFFCC;
	height: 87px;
	width: 483px;	
	padding-left:5px;
	margin-top:3px;
	margin-left: 4px;
	padding-top:8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(border-radius.htc);
}
#result_box h4{
	text-indent:-9999px;
}
#result_box .comment h4 {
	background-image: url(../img/result_box_midashi.png);
	background-repeat: no-repeat;
	background-position: left -44px;
	height: 12px;
	margin-bottom:5px;
	width: 420px;
}
#result_box .comment p{
	padding-left:10px;
}
#result_box .convenience {
	border: 2px solid #CCC;
	margin-left: 4px;
	margin-top: 5px;
	width: 300px;
	float: left;
	margin-right: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
}
#result_box .convenience p {
	float: left;
	background-image: url(../img/convenience.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 40px;
}
#result_box .convenience p.con1 {
	background-position: left top;
	height: 32px;
	width: 40px;
}
#result_box .convenience p.con2 {
	background-position: left -32px;
	height: 32px;
	width: 40px;
}
#result_box .convenience p.con3 {
	background-position: left -64px;
	height: 32px;
	width: 40px;
	margin-left: 8px;
}
#result_box .convenience p.con4 {
	background-position: left -96px;
	height: 32px;
	width: 40px;
}
#result_box .convenience p.con5 {
	background-position: left -128px;
	height: 32px;
	width: 40px;
}
#result_box .convenience p.con6 {
	background-position: left -160px;
	height: 32px;
	width: 40px;
	margin-left: 3px;
}
#result_box .convenience p.off{
	opacity:0.3;
}
#result_box .convenience h4.repay {
	background-image: url(../img/result_box_midashi.png);
	background-repeat: no-repeat;
	background-position: left -18px;
	height: 13px;
	width: 104px;
	margin-left: 23px;
}
#result_box .convenience h4.loan {
	background-image: url(../img/result_box_midashi.png);
	background-repeat: no-repeat;
	background-position: left -31px;
	height: 13px;
	width: 104px;
	margin-left: 23px;
}

#result_box .convenience table tr th {
	line-height: 28px;
	text-align: center;
	height: 30px;
	background-color: #F3F4F0;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#result_box .convenience table tr td {
	line-height: 28px;
	text-align: center;
	background-color: #FFFFFF;
	width: 130px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 82px;
	padding-right: 10px;
	padding-left: 10px;
}
#result_box .convenience table tr th.clear {
	line-height: 28px;
	text-align: center;
	height: 30px;
	background-color: #F3F4F0;
	width: 150px;
	border-right-style: none;
}
#result_box .convenience table tr td.clear {
	border-right-style: none;
}

.btn_hikaku a {
	background-image: url(../img/btn_hikaku1.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	margin-right: 10px;
}
.btn_hikaku a:hover {
	background-position: left -30px;
}
/*検索-詳細*/
#search_discription{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;	
	box-shadow: 0px 0px 3px #999; /* Opera 10.5+, IE */
	behavior: url(ie-css3.htc);
	behavior: url(border-radius.htc);
	margin:15px auto;
	padding:2px;
	width:908px;
}
#search_discription #btn_search a{
	position:static;
	text-indent:-9999px;
	margin:10px auto 5px auto;
}
#search_discription h2{
	background:url(../img/h_search_discription.jpg) no-repeat left top;
	text-indent:-9999px;
	width:904px;
	height:38px;
	margin:0px auto 5px auto;
}
#search_discription .checkbox{
	float:left;
	margin-right:10px;
}
#search_discription .radio{
	float:left;
	margin-right:10px;
}
#search_discription h3{
	height:30px;
	line-height:30px;
	padding-left:8px;
	background-color:#E7E4E0;
	font-weight:bold;
	color:#666;
	width:892px;
	margin:5px auto;
	border-bottom:solid 1px #CCC;
}
#search_discription table{
	width:900px;
	margin:auto;
}
#search_discription table th{
	color:#666;
	height:60px;
	line-height:60px;
	width:160px;
	border:solid 1px #D2D2D2;
	background-color:#F0F1EB;
}
#search_discription table th span{
	color:#666;
	display:block;
	height:38px;
	line-height:38px;
	width:159px;
	padding:10px;
	border-left:solid 1px #FFF;
	border-top:solid 1px #FFF;
}
#search_discription table td{
	height:40px;
	line-height:20px;
	padding-left:10px;
	border:solid 1px #EFF1F1;
	background-color:#FFF;
}
/*サイドバー*/
/*検索ページ*/
#contents.search #contents_left{
	float: left;
	width: 600px;
	margin:0px;
}
#side_search h4{
	background-image:url(../img/side_search_h.gif);
	background-repeat:no-repeat;
	background-position:left center;
	height:13px;
	padding-left:13px;
	margin-bottom: 10px;
}
#side_search h4 span{
	background-image: url(../img/search_item.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: 115px;
	display:block;
	text-indent: -9999px;
}
#side_search h4 span.item2{
	background-position: left -14px;
}
#side_search h4 span.item3 {
	background-position: left -27px;
}
#side_search h4 span.item4{
	background-position: left -40px;
}
#side_search h4 span.item5{
	background-position: left -53px;
	margin-top: 25px;
}
#side_search h4 span.item6 {
	background-position: left -65px;
	}
#side_search h4 span.item7{
	background-position: left -78px;
	margin-top: 25px;
	}
#side_search h4 span.item8{
	background-position: left -91px;
	}
#side_search h4 span.item9{
	background-position: left -103px;
	}
#side_search h4 span.item10 {
	background-position: left -118px;
	}
#side_search h4 span.item11{
	background-position: left -131px;
	}
#side_search h4 span.item12{
	background-position: left -145px;
	margin-top: 25px;
	}
#side_search .content{
	background-color:#F0EEEB;
	padding:5px;
	margin-bottom:10px;
}
#max ,#income{
	width: 3em;
	margin-right: 5px;
}
#year {
	width: 2em;
	margin-right: 10px;
}
#month {
	width: 2em;
	margin-right: 5px;
	margin-left: 10px;
}
#female {
	margin-left: 15px;
}
#job {
	width: 120px;
	height: 25px;
}
#postcode1 {
	width: 3em;
	margin-right: 5px;
}
#postcode2 {
	width: 4em;
	margin-left: 5px;
}
#loan {
	width: 3em;
	margin-right: 5px;
}
#case {
	width: 5em;
	height: 25px;
	margin-right: 5px;
}
#contents_side #btn_search a{
	position:static;
	margin:0px auto;	
}
#btn_simu a.negative_indent{
	background:url(../img/simu_btn.png) no-repeat left top;
	width:265px;
	height:38px;
	display:inline-block;
}
#btn_simu {
	margin-top:19px;
	text-align:center;
	
}
#btn_simu a:hover{
	background-position:left -38px;
}
.search_convenience{
	float:left;
	width:300px;
	height:118px;
	background:url(../img/top_convenience_bg.png) no-repeat;
	padding-top: 48px;
	padding-left: 7px;
	margin-left: 5px;
	margin-top:1px;
}
 .search_convenience .conveniences span{
	float:left;
	height: 48px;
	width: 87px;
	text-indent:-9999px;
	display:block;
	background-image: url(../img/top_conveniences.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 8px;
	cursor:pointer;
}
 .search_convenience .con1.checked span{
	background-position:left -48px;
}
 .search_convenience .con1 span{
	background-position:left top;
}
 .search_convenience .con2.checked span{
	background-position:-87px -48px;
}
 .search_convenience .con2 span{
	background-position:-87px top;
}
 .search_convenience .con3.checked span {
	background-position:-174px -48px;
}
 .search_convenience .con3 span{
	background-position:-174px top;
}
 .search_convenience .con4.checked span{
	background-position:-261px -48px;
}
 .search_convenience .con4 span{
	background-position:-261px top;
}
 .search_convenience .con5.checked span{
	background-position:-348px -48px;
}
 .search_convenience .con5 span{
	background-position:-348px top;
}
 .search_convenience .con6.checked span{
	background-position:-435px -48px;
}
 .search_convenience .con6 span{
	background-position:-435px top;
}
 .search_convenience .checkbox{
	float:left;
	width:88px;
	height:62px;
	line-height:62px;
	text-align:center;
}
 .search_menu .search_feature{
	background-image: url(../img/search_features_bg.png);
	height: 163px;
	width: 693px;
	background-repeat: no-repeat;
	padding-top:47px;
	padding-left:7px;
	float:left;
}
 .search_menu .search_feature .features{
	float:left;
	cursor:pointer;
	display:block;
	text-align:center;
	margin-left:5px;
	margin-bottom:7px;
	position: relative;
}
 .search_menu .features span{
	float:left;
	height: 40px;
	width:221px;
	text-indent:-9999px;
	display:block;
	margin:3px auto 0px auto;
	background-image: url(../img/top_features.png);
	background-repeat: no-repeat;
	background-position: left top;
}

 .search_menu .features.ft1.checked span{
	background-position:left -120px;
}
 .search_menu .features.ft1 span{
	background-position:left top
}
 .search_menu .features.ft2.checked span{
	background-position:-221px -120px;
}
 .search_menu .features.ft2 span{
	background-position:-221px top;
}
 .search_menu .features.ft3.checked span{
	background-position:-442px -120px;
}
 .search_menu .features.ft3 span{
	background-position:-442px top;
}
 .search_menu .features.ft4.checked span{
	background-position:left -160px;
}
 .search_menu .features.ft4 span{
	background-position:left -40px;
}
 .search_menu .features.ft5.checked span {
	background-position:-221px -160px;
}
 .search_menu .features.ft5 span{
	background-position:-221px -40px;
}
 .search_menu .features.ft6.checked span {
	background-position:-442px -160px;
}
 .search_menu .features.ft6 span{
	background-position:-442px -40px;
}
 .search_menu .features.ft7.checked span {
	background-position:left -200px;
}
 .search_menu .features.ft7 span{
	background-position:left -80px;
}
 .search_menu .features.ft8.checked span{
	background-position:-221px -200px;
}
 .search_menu .features.ft8 span{
	background-position:-221px -80px;
}
 .search_menu .features.ft9.checked span{
	background-position:-442px -200px;
}
 .search_menu .features.ft9 span{
	background-position:-442px -80px;
}
.search_menu .search_organization{
	background-image: url(../img/search_organization_bg.png);
	height: 76px;
	width: 184px;
	background-repeat: no-repeat;
	padding-top:40px;
	padding-left:9px;
	float:right;
}
 .search_menu .search_job{
	background-image: url(../img/search_job_bg.png);
	height: 36px;
	width: 171px;
	background-repeat: no-repeat;
	padding-top:50px;
	padding-left:22px;
	margin-top:6px;
	float:right;
}
 .search_menu .search_category{
	background-image: url(../img/top_category_bg.png);
	height: 50px;
	width: 900px;
	background-repeat: no-repeat;
	padding-top:42px;
	padding-left:7px;
	margin-top:10px;
}
 .search_menu .search_category .categories{
	float:left;
	cursor:pointer;
	display:block;
	text-align:center;
	margin-left:13px;
	margin-bottom:4px;
	position: relative;
}
 .search_menu .categories span{
	float:left;
	height: 33px;
	text-indent:-9999px;
	display:block;
	margin:3px auto 0px auto;
	background-image: url(../img/top_categories.png);
	background-repeat: no-repeat;
	background-position: left top;
}

 .search_menu .categories.ct1.checked span{
	background-position:left -33px;
	
}
 .search_menu .categories.ct1 span{
	background-position:left top;
	width:124px;
}
 .search_menu .categories.ct2.checked span{
	background-position:-124px -33px;
}
 .search_menu .categories.ct2 span{
	background-position:-124px top;
	width:178px;
}
 .search_menu .categories.ct3.checked span{
	background-position:-302px -33px;
}
 .search_menu .categories.ct3 span{
	background-position:-302px top;
	width:116px
}
 .search_menu .categories.ct4.checked span{
	background-position:-418px -33px;
}
 .search_menu .categories.ct4 span{
	background-position:-418px top;
	width:115px
}
 .search_menu .categories.ct5.checked span {
	background-position:-533px -33px;
}
 .search_menu .categories.ct5 span{
	background-position:-533px top;
	width:123px
}
 .search_menu .categories.ct6.checked span {
	background-position:-656px -33px;
}
 .search_menu .categories.ct6 span{
	background-position:-656px top;
	width:134px
}
 .search_menu .search_purpose{
	background-image: url(../img/top_purpose_bg.png);
	height: 126px;
	width: 580px;
	background-repeat: no-repeat;
	padding-top:42px;
	padding-left:7px;
	float:left;
}
 .search_menu .search_purpose .purposes{
	float:left;
	cursor:pointer;
	display:block;
	text-align:center;
	margin-left:10px;
	margin-bottom:4px;
	position: relative;
}
 .search_menu .purposes span{
	float:left;
	height: 32px;
	text-indent:-9999px;
	display:block;
	margin:3px auto 0px auto;
	background-image: url(../img/top_purposes.png);
	background-repeat: no-repeat;
	background-position: left top;
}

 .search_menu .purposes.pp1.checked span{
	background-position:left -32px;
}
 .search_menu .purposes.pp1 span{
	background-position:left top;
	width:165px;
}
 .search_menu .purposes.pp2.checked span{
	background-position:-165px -32px;
}
 .search_menu .purposes.pp2 span{
	background-position:-165px top;
	width:122px;
}
 .search_menu .purposes.pp3.checked span{
	background-position:-287px -32px;
}
 .search_menu .purposes.pp3 span{
	background-position:-287px top;
	width:124px;
}
 .search_menu .purposes.pp4.checked span{
	background-position:-411px -32px;
}
 .search_menu .purposes.pp4 span{
	background-position:-411px top;
	width:112px;
}
 .search_menu .purposes.pp5.checked span {
	background-position:-523px -32px;
}
 .search_menu .purposes.pp5 span{
	background-position:-523px top;
	width:166px;
}
 .search_menu .purposes.pp6.checked span {
	background-position:-689px -32px;
}
 .search_menu .purposes.pp6 span{
	background-position:-689px top;
	width:122px;
}
 .search_menu .purposes.pp7.checked span {
	background-position:-811px -32px;
}
 .search_menu .purposes.pp7 span{
	background-position:-811px top;
	width:124px;
}
 .search_menu .purposes.pp8.checked span{
	background-position:-935px -32px;
}
 .search_menu .purposes.pp8 span{
	background-position:-935px top;
	width:113px;
}
 .search_menu .purposes.pp9.checked span{
	background-position:-1048px -32px;
}
 .search_menu .purposes.pp9 span{
	background-position:-1048px top;
	width:166px;
}
 .search_menu .purposes.pp10.checked span{
	background-position:-1214px -32px;
}
 .search_menu .purposes.pp10 span{
	background-position:-1214px top;
	width:122px;
}
 .search_menu .purposes.pp11.checked span{
	background-position:-1336px -32px;
}
 .search_menu .purposes.pp11 span{
	background-position:-1336px top;
	width:125px;
}
.link{
	color: #00F;
	text-decoration: underline;
	cursor: pointer;
}
.link:hover{
	color: #9595FF;
	text-decoration: none;
	cursor: pointer;
}
.simu_result{
	background-image: url(../img/simu_result.png);
	height: 77px;
	width: 446px;
	margin-bottom: 18px;
	font-size: 14px;
	padding-top: 30px;
	padding-left: 150px;
	line-height: 2.7;
}



