@charset "utf-8";



/*-------------------------左側--------------------------*/



#map_box{
	width: 450px;
	background-color: #FFF;
	margin-left: 150px;
	}	
#table_map a:link,#table_map a:visited{
	color:white;
	text-decoration:none;
	}	
#table_map a:hover{
	color:white;
	text-decoration:underline;
	}			
	
/*プログラムページ部分（各都道府県データ）*/
#first_box{
	width: 750px;
	margin-left: 20px;
	overflow: hidden;
	}
#first_left{
	width: 370px;
	float: left;
	margin-left: 10px;

	}
#first_left_p_box{
	width: 370px;
	background-image: url(../image/chi_koumu/nenshuu_board_naka.jpg);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;

	}	
#first_right{
	width: 336px;
	float: right;
	height: 300px;
	margin-top: 10px;
	margin-right: 20px;
	}
/*収入状況の男女年収情報掲載部分*/	

#income_box{
	width: 750px;
	margin-left: 20px;
	}
#income_box ul{
	width: 200px;
	margin-top: 45px;
	list-style-image: url(../image/list/green_arrow.gif);
	margin-left: 40px;
	}	
#income_box ul li{
	width: 200px;
	margin-left: 0px;
	font-size: 14px;
	margin-bottom: 10px;
	}	
.board_goukei {
	float: left;
	height: 225px;
	width: 250px;
	text-align: left;
	background-image: url(../image/prefecture/board_goukei.jpg);
	padding-top: 15px;
	background-repeat: no-repeat;
	font-size: 15px;
}
.board_men {
	float: left;
	height: 225px;
	width: 250px;
	text-align: left;
	background-image: url(../image/prefecture/board_men.jpg);
	padding-top: 15px;
	background-repeat: no-repeat;
	font-size: 15px;
}
.board_woman {
	float: left;
	height: 225px;
	width: 250px;
	text-align: left;
	background-image: url(../image/prefecture/board_woman.jpg);
	padding-top: 15px;
	background-repeat: no-repeat;
	font-size: 15px;
}
	
	
	
#second_box{
	width: 750px;
	margin-left: 20px;
	clear: both;
	}
#graph_sita_g_box {
	width: 730px;
	margin-left: 40px;
	clear: both;
	height: 20px;
	margin-top: 15px;
}

			
/*サイドのランキングボックス*/	
#right_box_prefecture {
	width: 298px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 1px;
	margin-top: 15px;
}
#right_box_prefecture ul {
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#right_box_prefecture li {
	font-size: 14px;
	list-style-type: none;
	margin-top: 10px;
	width: 280px;
	margin-left: 10px;
}
#right_box_prefecture .rank_text {
	font-size: 14px;
}
